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
When installing a custom kernel (UKI) using initcpio, currently a temporary file is added to the sbctl list:
# sbctl list-files
/boot/EFI/Linux/arch-linux-fallback.efi
Signed: ✓ Signed
/boot/EFI/Linux/arch-linux.efi
Signed: ✓ Signed
/efi/EFI/systemd/systemd-bootx64.efi
Signed: ✓ Signed
/tmp/kernel-install.staging.EnH7Yj/uki.efi: open /tmp/kernel-install.staging.EnH7Yj/uki.efi: no such file or directory
This could be solved be changing sign -s to sign in the hook.
This is potentially related to #306, however I don't think it's exactly the same issue.
The text was updated successfully, but these errors were encountered:
When installing a custom kernel (UKI) using initcpio, currently a temporary file is added to the sbctl list:
This could be solved be changing
sign -s
tosign
in the hook.This is potentially related to #306, however I don't think it's exactly the same issue.
The text was updated successfully, but these errors were encountered: