I've got a mirrored rpool on SATA SSDs using systemd. I messed around with /etc/kernel/cmdline trying to get amd_pstate to work, and iirc I commented out the first line trying to use the second one. Not sure if that messed it up, if I made a typo, or something unrelated just happened, but my system only boots into busybox now.
I've tried:
and
and slightly different variations with different mountpoints.
up until the exit command, everything works. However, when typing "exit" Proxmox automatically executes a command that starts with "/user/sbin/zpool import -c /etf/zsf/zpool.cache -N"
and in my case, it tries to import a pool literally named "The pool can be imported using...". It's somehow really messed up (please see the screenshot)
I'm not sure how to go on from here. I'd like to avoid a clean install if there is any way around it.
I've tried:
Code:
zpool import -N rpool
exit
Code:
pool import -N rpool
mkdir -p ROOT/pve-1
mount -o zfsutil -t zfs rpool/ROOT/pve-1 ROOT/pve-1
exit
up until the exit command, everything works. However, when typing "exit" Proxmox automatically executes a command that starts with "/user/sbin/zpool import -c /etf/zsf/zpool.cache -N"
and in my case, it tries to import a pool literally named "The pool can be imported using...". It's somehow really messed up (please see the screenshot)
I'm not sure how to go on from here. I'd like to avoid a clean install if there is any way around it.