Hello,
I have a proxmox (v5.4 I think) machine installed on ZFS, including the root filesystem. Then, quoting proxmox wiki, it should have been installed with systemd-boot instead of grub2.
The thing is that the machine has grub2 (don't know why, I have inherited it like that) and after change to
As you can see here it's a known issue.
How I can delete grub2 and install and configure systemd-boot to boot from the already existant rpool?
Thanks for your time, best regards,
H25E
I have a proxmox (v5.4 I think) machine installed on ZFS, including the root filesystem. Then, quoting proxmox wiki, it should have been installed with systemd-boot instead of grub2.
Proxmox VE currently uses one of two bootloaders depending on the disk setup selected in the installer. For EFI Systems installed with ZFS as the root filesystem systemd-boot is used. All other deployments use the standard grub bootloader.
The thing is that the machine has grub2 (don't know why, I have inherited it like that) and after change to
dondesize = auto
, on the next reboot grub has been unable to read the disks.
Code:
error: no such device: 40d7d14f38cc...
error: unknown filesystem
Entering rescue mode...
grub rescue>
As you can see here it's a known issue.
How I can delete grub2 and install and configure systemd-boot to boot from the already existant rpool?
Thanks for your time, best regards,
H25E