-
Notifications
You must be signed in to change notification settings - Fork 27
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
Pi5 does not boot past grub/uefi (EFI stub: exiting boot services...) #47
Comments
I was able to boot Talos with rpi5-uefi without issue, or rather it goes rpi5-uefi -> Grub -> Talos. However I needed newer blobs than what are included. |
Hi @samip5 - I'm collecting notes on repro steps - on 16GB (D0 stepping) running DEBUG build and crash is the same for me even with updated blob. I can't reproduce this as updated DTB didn't seem to change crash - can you share some additional info on your hardware and blob download url please? |
Hi @huesie Do you happen to have the debug probe? https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html I think the issue here is that the kernel one is trying to boot doesn't support Pi5. @Cajunvoodoo Which NixOS version was tried and how did you create the boot media? Here's the UART output from booting my Pi5 via rpi5-uefi -> Grub to Talos:
|
@samip5 I have debug probe and I built a debug version of RPi5 UEFI v0.3 from source. Thanks for the output I will compare it with mine but my crash happens earlier in UEFI - I am trying to help by triaging the various issues. |
After fixing the framebuffer issue, I was able to see the UEFI screen and shell. However, when I attempted to boot anything (nixos, ubuntu), I would get the following behavior:
The EFI issue is the following:
It does not progress any further.
Currently, I am cross-compiling the linux kernel with ACPI debugging on, but until that is done, I am not sure where to go from here. Any help is appreciated.
The text was updated successfully, but these errors were encountered: