Re: [systemd-devel] Prevent firmware from falling back to next EFI boot option on secure boot failure?

2022-11-28 Thread Daniel Harms
Wanted to follow up on this--was away from my desk because of holidays in the US. I did open an issue on github: https://github.com/systemd/systemd/issues/25548 Thank you for your help here, Lennart. Thanks, --Daniel On Wed, Nov 23, 2022 at 12:32 PM Lennart Poettering wrote: > > On Mi, 23.11.

Re: [systemd-devel] Prevent firmware from falling back to next EFI boot option on secure boot failure?

2022-11-23 Thread Daniel Harms
Thanks, --Daniel On Wed, Nov 23, 2022 at 11:04 AM Lennart Poettering wrote: > > On Mi, 23.11.22 10:22, Daniel Harms (jdha...@gmail.com) wrote: > > > Hello, > > > > We are doing some experiments with booting self-signed Unified Kernel > > Images (UKIs) using

[systemd-devel] Prevent firmware from falling back to next EFI boot option on secure boot failure?

2022-11-23 Thread Daniel Harms
Hello, We are doing some experiments with booting self-signed Unified Kernel Images (UKIs) using systemd-boot. Our eventual use-case is edge/IoT devices, so no interactive user will be present for most OS upgrade flows. In doing some testing on the boot option fallback features (in a vmware vm)