You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combining using systemd-boot as the EFI bootloader and a read-only squashfs filesystem as root does not work, as bootctl fails to write the /etc/kernel/entry-token file in the root filesystem during installation (as it's already been squashfs-ified and is thus read-only).
[ DEBUG ]: 14:11:15 | EXEC: [chroot /var/tmp/kiwi_mount_manager.t1x8uuuf bootctl install --esp-path=/boot/efi --no-variables --entry-token os-id]
[ DEBUG ]: 14:11:16 | EXEC: Failed with stderr: Created "/boot/efi/EFI/systemd".
Created "/boot/efi/loader".
Created "/boot/efi/loader/entries".
Created "/boot/efi/EFI/Linux".
Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/efi/EFI/systemd/systemd-bootx64.efi".
Copied "/usr/lib/systemd/boot/efi/systemd-bootx64.efi" to "/boot/efi/EFI/BOOT/BOOTX64.EFI".
Failed to write entry token 'ubuntu' to /etc/kernel/entry-token
, stdout: (no output on stdout)
Expected behaviour
Kiwi can systemd-boot to be used as the bootloader in EFI mode.
Steps to reproduce the behaviour
Use the following appliance configuration snippet:
Problem description
Combining using systemd-boot as the EFI bootloader and a read-only squashfs filesystem as root does not work, as
bootctl
fails to write the/etc/kernel/entry-token
file in the root filesystem during installation (as it's already been squashfs-ified and is thus read-only).Expected behaviour
Kiwi can systemd-boot to be used as the bootloader in EFI mode.
Steps to reproduce the behaviour
Use the following appliance configuration snippet:
OS and Software information
The text was updated successfully, but these errors were encountered: