efi-mkuki icon indicating copy to clipboard operation
efi-mkuki copied to clipboard

Arm64 support appears to be broken

Open axelfontaine opened this issue 3 years ago • 2 comments
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.

axelfontaine avatar Mar 16 '22 12:03 axelfontaine

I ran into this today, but don’t know where’s the root of the problem yet.

jirutka avatar Sep 06 '23 11:09 jirutka

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.

jirutka avatar Sep 06 '23 11:09 jirutka