My proxmox install was done using the zfs mirror option and now I am unable to locate the original root password for proxmox. I have done some research on whats required for changing root password on zfs (rather then just a normal linux install) and found following:-
https://pve.proxmox.com/wiki/Root_Password_Reset (Method 2)
I've tried to follow whats described in the above but already encountering stumbling block early on. I setup a Proxmox VE 8.3 ISO usb and booted into advanced options > terminal install (debugging). However I have no zpool / zfs commands available and lsmod shows no zfs drivers present in the enviroment. Can anyone advise on what I should do or what I am doing wrong here?
This post below is similar to my own issue:-
https://forum.proxmox.com/threads/resetting-root-password-problem-zfs.133641/
So if I understand correctly once I am able to use a live CD / USB installer that supports zfs I should be able to run
Mount the pool that the zfs mirror for proxmox lives on and then just normally passwd root and change the root password, correct?
https://pve.proxmox.com/wiki/Root_Password_Reset (Method 2)
I've tried to follow whats described in the above but already encountering stumbling block early on. I setup a Proxmox VE 8.3 ISO usb and booted into advanced options > terminal install (debugging). However I have no zpool / zfs commands available and lsmod shows no zfs drivers present in the enviroment. Can anyone advise on what I should do or what I am doing wrong here?
This post below is similar to my own issue:-
https://forum.proxmox.com/threads/resetting-root-password-problem-zfs.133641/
So if I understand correctly once I am able to use a live CD / USB installer that supports zfs I should be able to run
Code:
zpool import -R /mnt <pool>
Mount the pool that the zfs mirror for proxmox lives on and then just normally passwd root and change the root password, correct?