Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arm64 support appears to be broken #1

Open
axelfontaine opened this issue Mar 16, 2022 · 2 comments
Open

Arm64 support appears to be broken #1

axelfontaine opened this issue Mar 16, 2022 · 2 comments

Comments

@axelfontaine
Copy link

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.

@jirutka
Copy link
Owner

jirutka commented Sep 6, 2023

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

@jirutka
Copy link
Owner

jirutka commented Sep 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants