I have a 3 node cluster
All installed in the last couple weeks form a 8.1.2 ISO
For some reason one of the nodes got installed in Bios boot mode.
I followed instructions here: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysboot_secure_boot
The "proxmox-boot-tool init /dev/nvme0n1p2/sda2 grub" command finished without errors
but
efibootmgr -v fails the expected output
I am still able to boot in Bios mode but forcing to efi fails
The issue is that the drive does not show up in the bios boot menu when I switch to secure boot.
The Proxmox installer will see the Drive no problem
For testing I installed a second (ols small) NVME and with secure boot enabled and was able to install Proxmox on the secondary drive no issues
I am missing a step to make the nvme (931.5 GB) visible in secure boot mode.
I know I can "just" Reinstall proxmox but I'd prefer a solution that allows me to keep the customizations I have made
Systems are both installed with ZFS
Here is my drive layout booted form the "EFI test Proxmox" installed on the 2nd Drive (nvme1n1)
root@pve-03a-rtd:~# lsblk -o +FSTYPE
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS FSTYPE
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot/efi vfat
└─nvme0n1p3 259:3 0 237.5G 0 part LVM2_member
├─pve-swap 252:0 0 8G 0 lvm [SWAP] swap
├─pve-root 252:1 0 69.4G 0 lvm / ext4
├─pve-data_tmeta 252:2 0 1.4G 0 lvm
│ └─pve-data 252:4 0 141.2G 0 lvm
└─pve-data_tdata 252:3 0 141.2G 0 lvm
└─pve-data 252:4 0 141.2G 0 lvm
nvme1n1 259:4 0 931.5G 0 disk
├─nvme1n1p1 259:5 0 1007K 0 part
├─nvme1n1p2 259:6 0 1G 0 part vfat
└─nvme1n1p3 259:7 0 930.5G 0 part zfs_member
root@pve-03a-rtd:~# ^C
root@pve-03a-rtd:~#
With the time I have spent I could have backed up the whole cluster and rebuilt it.
Any advice would be appreciated
Matthias
All installed in the last couple weeks form a 8.1.2 ISO
For some reason one of the nodes got installed in Bios boot mode.
I followed instructions here: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#sysboot_secure_boot
The "proxmox-boot-tool init /dev/nvme0n1p2/sda2 grub" command finished without errors
but
efibootmgr -v fails the expected output
I am still able to boot in Bios mode but forcing to efi fails
The issue is that the drive does not show up in the bios boot menu when I switch to secure boot.
The Proxmox installer will see the Drive no problem
For testing I installed a second (ols small) NVME and with secure boot enabled and was able to install Proxmox on the secondary drive no issues
I am missing a step to make the nvme (931.5 GB) visible in secure boot mode.
I know I can "just" Reinstall proxmox but I'd prefer a solution that allows me to keep the customizations I have made
Systems are both installed with ZFS
Here is my drive layout booted form the "EFI test Proxmox" installed on the 2nd Drive (nvme1n1)
root@pve-03a-rtd:~# lsblk -o +FSTYPE
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS FSTYPE
nvme0n1 259:0 0 238.5G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part /boot/efi vfat
└─nvme0n1p3 259:3 0 237.5G 0 part LVM2_member
├─pve-swap 252:0 0 8G 0 lvm [SWAP] swap
├─pve-root 252:1 0 69.4G 0 lvm / ext4
├─pve-data_tmeta 252:2 0 1.4G 0 lvm
│ └─pve-data 252:4 0 141.2G 0 lvm
└─pve-data_tdata 252:3 0 141.2G 0 lvm
└─pve-data 252:4 0 141.2G 0 lvm
nvme1n1 259:4 0 931.5G 0 disk
├─nvme1n1p1 259:5 0 1007K 0 part
├─nvme1n1p2 259:6 0 1G 0 part vfat
└─nvme1n1p3 259:7 0 930.5G 0 part zfs_member
root@pve-03a-rtd:~# ^C
root@pve-03a-rtd:~#
With the time I have spent I could have backed up the whole cluster and rebuilt it.
Any advice would be appreciated
Matthias