I hav e to resize the rpool an an existing installation which is on sda:
So I did:
zpool create rpoolnew /dev/sdb
zfs snapshot -r rpool@copy
zfs send -R rpool@copy | zfs recv rpoolnew -F
Now I want to boot into the debug mode of the proxmox 6.2 DVD and rename rpoolnew to rpool and make it bootable (set bootfs property and somehow make grub see it as the bootable root file system).
Can anyone help with the exact commands?
Side question: How to change keyboad layout in the debug mode of the DVD from US to DE?
So I did:
zpool create rpoolnew /dev/sdb
zfs snapshot -r rpool@copy
zfs send -R rpool@copy | zfs recv rpoolnew -F
Now I want to boot into the debug mode of the proxmox 6.2 DVD and rename rpoolnew to rpool and make it bootable (set bootfs property and somehow make grub see it as the bootable root file system).
Can anyone help with the exact commands?
Side question: How to change keyboad layout in the debug mode of the DVD from US to DE?