Replies: 1 comment 4 replies
-
It just means it was reported to work, there is some documentation. Image Factory still allows you to pull a SecureBoot image for any platform.
Disk images have auto-enrollment disabled, yes, keys should be enrolled into the firmware. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand how SecureBoot disk images work for VM-based platforms and want to confirm a couple of things before going further.
Question 1: Is
SecureBootSupported: trueinpkg/machinery/platforms/platforms.gowhat controls whether the factory exposes a SecureBoot disk image option for a given platform? OpenNebula currently does not have this flag. Is that why there is no SecureBoot disk image variant for OpenNebula in the factory?Question 2: Even for platforms that do have
SecureBootSupported: true(e.g.nocloud,cloudstack), does the resulting disk image include SecureBoot enrollment databases? My reading of the code is that it does not, that a SecureBoot disk image assumes keys are already pre-enrolled in the UEFI firmware, unlikesecureboot-isowhich bundles the databases and usessecure-boot-enroll: if-safeinloader.confto auto-enroll on first boot. Is that correct?Background: I'm running OpenNebula with QEMU/KVM and OVMF with an empty NVRAM (UEFI setup mode, no Platform Key enrolled). The goal would be to deploy Talos VMs that auto-enroll SecureBoot keys on first boot, the same way
secureboot-isodoes for bare metal.Beta Was this translation helpful? Give feedback.
All reactions