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

ipxe fails to exit out of prompt mode on ARM64 #806

Closed
frezbo opened this issue Mar 31, 2022 · 0 comments · Fixed by siderolabs/pkgs#440 or #807
Closed

ipxe fails to exit out of prompt mode on ARM64 #806

frezbo opened this issue Mar 31, 2022 · 0 comments · Fixed by siderolabs/pkgs#440 or #807

Comments

@frezbo
Copy link
Member

frezbo commented Mar 31, 2022

After adding ipxe prompt support as of 1bbe3be ipxe is stuck at the prompt on ARM devices that follows a boot process like u-boot -> ipxe (Tested on a raspberry pi and a rock pi).

This is probably due to u-boot not handling full UEFI spec, this works fine when using EKD2/TianoCore -> u-boot flow.

More references on the issue:

The fix is to not try to sleep the CPU on ARM

frezbo added a commit to frezbo/sidero that referenced this issue Mar 31, 2022
Fixes iPXE prompt stuck on ARM64

Fixes: siderolabs#806

Ref: siderolabs/pkgs#440

Signed-off-by: Noel Georgi <[email protected]>
Unix4ever pushed a commit to Unix4ever/sidero that referenced this issue May 18, 2022
Fixes iPXE prompt stuck on ARM64

Fixes: siderolabs#806

Ref: siderolabs/pkgs#440

Signed-off-by: Noel Georgi <[email protected]>
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

Successfully merging a pull request may close this issue.

1 participant