Hey
I installed my Proxmox host as ZFS-on-root as a mirror one year ago. I only just now read that ZFS-on-root doesn't play nice with Grub and tried to swap over to UEFI boot. However I could not get BIOS (on Supermicro H12SSL-i) to find my OS install once changed to UEFI-boot.
I read the support article and many threads, but no success. My sources listed below.
https://pve.proxmox.com/wiki/Host_Bootloader
https://forum.proxmox.com/threads/fixing-uefi-boot.87719/
Some additional info about my configuration:
Two of these drives, /dev/sdl and /dev/sdm, identical information.
I have done the
In bios I set the boot mode to UEFI and tried finding the boot option with CSM and without.
I am out of ideas now. How can I get the EFI-partition to show in BIOS?
I installed my Proxmox host as ZFS-on-root as a mirror one year ago. I only just now read that ZFS-on-root doesn't play nice with Grub and tried to swap over to UEFI boot. However I could not get BIOS (on Supermicro H12SSL-i) to find my OS install once changed to UEFI-boot.
I read the support article and many threads, but no success. My sources listed below.
https://pve.proxmox.com/wiki/Host_Bootloader
https://forum.proxmox.com/threads/fixing-uefi-boot.87719/
Some additional info about my configuration:
Two of these drives, /dev/sdl and /dev/sdm, identical information.
Code:
root@pve:~# fdisk -l /dev/sdl
Disk /dev/sdl: 372.61 GiB, 400088457216 bytes, 781422768 sectors
Disk model: MK0400GCTZA
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 1FFC01DE-EF5C-4A38-A27B-4D88D152FC36
Device Start End Sectors Size Type
/dev/sdl1 34 2047 2014 1007K BIOS boot
/dev/sdl2 2048 1050623 1048576 512M EFI System
/dev/sdl3 1050624 780140544 779089921 371.5G Solaris /usr & Apple ZFS
Code:
root@pve:~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
System currently booted with legacy bios
2D98-17D4 is configured with: grub (versions: 5.15.108-1-pve, 6.2.16-15-pve, 6.2.16-19-pve)
2D98-75B8 is configured with: grub (versions: 5.15.108-1-pve, 6.2.16-15-pve, 6.2.16-19-pve)
I have done the
proxmox-boot-tool init /dev/sdXY
command on both EFI-partitions and used the proxmox-boot-tool refresh
afterwards. I got no errors running those.In bios I set the boot mode to UEFI and tried finding the boot option with CSM and without.
I am out of ideas now. How can I get the EFI-partition to show in BIOS?