sicherboot icon indicating copy to clipboard operation
sicherboot copied to clipboard

Unmaintained systemd-boot integration with secure boot support; consider https://github.com/Foxboron/sbctl instead.

Results 6 sicherboot issues
Sort by recently updated
recently updated
newest added

I noticed sicherboot doesn't exist in ubuntu 22.10 [repo](https://packages.ubuntu.com/search?suite=default&section=all&arch=any&searchon=names&keywords=sicherboot) while it still does in debian sid [repo](https://packages.debian.org/search?keywords=sicherboot&searchon=names&suite=all&section=all). Does anyone know what happened in ubuntu? Is there a replacement?

Since the version 5.4, Linux kernel has lockdown enabled by default when SecureBoot is enabled. Therefore, we have to sign all modules to successfully boot the system. There are plenty...

As described in https://bugs.launchpad.net/ubuntu/+source/sicherboot/+bug/1883345 (and replied to by @julian-klode), there is a bug with the Ubuntu package, requiring the non-existent file `/etc/kernel/cmdline`. The installer needs to create the file (e.g....

Apart from installing systemd-boot at /EFI/systemd/*, bootctl also installs a default/fallback loader at /EFI/BOOT/BOOT*.EFI. Sign this loader too.

The current version of [stub.c](https://github.com/systemd/systemd/blob/master/src/boot/efi/stub.c) supports a "splash" section. Which seems to allow an image to be displayed. It would be great if this code could inject that as well....

Sicherboot packs kernel and initrd into single-file EFI executables. Then we can register these EFI executables using efibootmgr without any bootloader and boot them directly. It may not work on...