In my case the problem was that the shim used by the Proxmox Installer (8.2-1) was on the SBAT revocation list (you can check it with
mokutil --list-sbat-revocations
). Once I cleared this list (
mokutil --set-sbat-policy delete
) I could boot the Proxmox Installer with Secure Boot enabled.
I had the following revocations set:
https://github.com/rhboot/shim/blob...0850d43d937a2b/SbatLevel_Variable.txt#L95-L98 which fix the CVEs listed above in that file.
I'm not sure which software added the shim to the revocation list, perhaps it was set when I booted the Ubuntu 24.04 live CD to perform a few ZFS operations. I can't think of anything else, Secure Boot was working fine before.