-
https://github.com/RobertCsordas/arch-efiboot/blob/master/build_kernel.sh
This would enable us to boot without rEFInd directly into Linux (or Linux-based boot menu)
-
If we want to pull down updates in the booted container we need a network.
There's a few things blocking that right now.
- [ ] can't install kernel modules in the base image, making it impossib…
-
A kernel that is configured to compress modules (for example `CONFIG_MODULE_COMPRESS_XZ=y`) still supports loading uncompressed modules. Given that it is size-wise more efficient to compress a bunch o…
-
In Gentoo, we're using `objcopy` to extract the Linux kernel image from UKI image.
Reproducer:
```
wget https://distfiles.gentoo.org/distfiles/1d/gentoo-kernel-6.10.9-1.amd64.gpkg.tar
tar -xf …
-
see also:
- https://doc.coreboot.org/payloads.html
- https://mail.coreboot.org/hyperkitty/list/coreboot@coreboot.org/thread/W4BSV6JJGV3Z3UB3DAH4EWNKMBMWPHGP/
- https://universalscalablefirmware.g…
-
we will also change package to pub.uki.warrior
-
-
### Component
bootctl
### Is your feature request related to a problem? Please describe
Ukify can sign UKIs for use with Secure boot simply with a commandline option. Shouldn't systemd-boot adopt a…
-
### Component
bootctl, systemd, systemd-boot, sd-stub
### Is your feature request related to a problem? Please describe
Root-embedded UKIs are an interesting use-case (https://github.com/uapi…
-
Getting this error as using the `Bootloader=systemd-boot` option attempts to install the UKI into /boot/EFI/Linux. Not sure what's going on since the python version is 3.10, and according to https://d…