Skip to content

mkinitcpio: try to determine the UEFI architecture

nl6720 requested to merge nl6720/mkinitcpio:stub-lookup into master

Use systemd-stub of the appropriate architecture. The system may have multiple linux*.efi.stub files available, but only one of them will actually boot on the system.

Also detect when a 64-bit x86_64 system has a 32-bit IA32 UEFI and use the IA32 stub accordingly.

Merge request reports