bootc icon indicating copy to clipboard operation
bootc copied to clipboard

Minor changes to UKI install flow

Open Johan-Liebert1 opened this issue 2 months ago • 3 comments

Split from https://github.com/bootc-dev/bootc/pull/1780

  • bls-config: Rename 'efi' key to 'uki'
    Key 'uki' is more appropriate for us as the PE Binary that the key points to is a UKI

  • composefs/uki: Install all UKIs in EFI/Linux/bootc We were making a distinction based on the bootloader and installing UKIs in EFI/Linux for Grub and EFI/Linux/bootc for sd-boot. IMO it's better if we use the same directory for both bootloaders

Johan-Liebert1 avatar Nov 24 '25 06:11 Johan-Liebert1

Looks like this breaks test-integration-cfs, also needs a rebase

cgwalters avatar Nov 24 '25 15:11 cgwalters

Yeah, there seems to be an issue with systemd-boot when using the uki key. It does not list the boot entry at all. Curiously, using the efi key works fine

Johan-Liebert1 avatar Nov 25 '25 10:11 Johan-Liebert1

Yeah, there seems to be an issue with systemd-boot when using the uki key. It does not list the boot entry at all. Curiously, using the efi key works fine

OK, marking as draft then.

cgwalters avatar Nov 25 '25 23:11 cgwalters

See: https://github.com/systemd/systemd/issues/39886

Johan-Liebert1 avatar Dec 01 '25 10:12 Johan-Liebert1