Hi,
I started out with a single disk proxmox install using ZFS. Now I want to improve it by adding a second drive and create a mirror of both drives. I followed https://pve.proxmox.com/wiki/ZFS_on_Linux#_zfs_administration "Changing a failed bootable device". Here is what I did exactly:
But when I removed the original disk and tried to boot I got a "Secure Boot Violation - Invalid signature detected". Any idea how I can fix this?
I started out with a single disk proxmox install using ZFS. Now I want to improve it by adding a second drive and create a mirror of both drives. I followed https://pve.proxmox.com/wiki/ZFS_on_Linux#_zfs_administration "Changing a failed bootable device". Here is what I did exactly:
Bash:
proxmox-boot-tool status # gives "UEFI"
sgdisk /dev/nvme3n1 -R /dev/nvme0n1
sgdisk -G /dev/nvme0n1
zpool attach rpool nvme-eui.00000000000000000026b73839bd5985-part3 /dev/nvme0n1p3
proxmox-boot-tool format /dev/nvme0n1p2
proxmox-boot-tool init /dev/nvme0n1p2
But when I removed the original disk and tried to boot I got a "Secure Boot Violation - Invalid signature detected". Any idea how I can fix this?