efi-mkuki
efi-mkuki copied to clipboard
Arm64 support appears to be broken
trafficstars
While this works flawlessly for x64, running this on arm64 on the latest Alpine edge (3.15 doesn't work as it has a binutils version that lacks the PE-32+ support for arm64) results in unbootable images.
I ran into this today, but don’t know where’s the root of the problem yet.
Ah, I know why, CONFIG_EFI_STUB is not enabled in linux-lts on aarch64. However, it’s enabled in linux-edge. I’ve opend alpine/aports#15243.
…but it seems that it’s not the only issue.