-
Notifications
You must be signed in to change notification settings - Fork 31
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
Debian 11 on RPi3B #35
Comments
I can confirm this exact problem. Installation using the Debian 11 netinst-ISO runs smoothly but the installed system fails to boot. |
I am seeing the same error and have a feeling it may be grub-related since it happens when grub should be showing. Unrelated issue I encountered: |
This issue is still present with v1.37. |
I´m facing the same issue on my Raspi 3b with Debian 11. I really would prefer installing Debian 11 on my own, as "tested Debian Images" show slightly differences in configuration and installed packages. This is annoying as i try to setup identical systems on x86_64 VM and ARM_64 Raspberry. |
Same here. |
Not sure if that's relevant, but I'm currently running plain Debian 11 on my Rpi 3B+ using this firmware with no issues what so ever. Note: It was installed using an earlier version of the official Debian installer (10?), and has subsequently been dist-upgraded. |
Hello, Same here :( Installation goes as planned but reboot fails with Synchronous Exception at 0x17FFFFFA9402E831 at the moment the grub loader should take the lead. |
IIRC Action Retro had the same "installs fine but fails to boot" issue with Debian 11 on PPC. That may be for a different reason, but it sounds suspiciously similar. Did anyone try changing to "Device Tree" to see if that affected the boot process? |
I used "Device Tree" or "DT mode" and it didn't work. I downgraded to Debian 10 ("buster") and it could successfully boot after installation. So I guess it's not related to it. Is it possible some firmware didn't load successfully during installation that caused "Synchronous Exception at 0x17FFFFFA9402E831"? I followed the https://pete.akeo.ie/2019/07/installing-debian-arm64-on-raspberry-pi.html for most steps
One thing different I noticed for "bullseye"and "buster" is that, when I was installing buster, all firmware installed successfully, while bullseye always prompting for one file it didn't find. Is it possible that this firmware somehow related to network interface which caused grub loader to fail? Is anyone here able to confirm my guess by changing the filename to what bullseye is asking for and check if it could boot after installation? |
I am not sure why grub loader crashed so I deleted the config grub use so it fallback to some kind of command line prompt. And it didn't crash. After I entered the prompt I could source the same config and reproduce the issue. I suspected it might be a config issue, so I added some log to the file and boot multiple time, and it not always crash at the same line. |
I spent some time figuring this out and have discovered that the issue is in the version of
This should trigger grub to reinstall as per your previous configuration. You can confirm this is the case by looking in
This fixes the Synchronous Exception error. After fixing this, I still had issues with grub hanging after install the virtual address map. This seems to have been fixed by changing from ACPI mode to ACPI + DT. |
Thinking about it, it surprises me that this issue occurs on RPi3 but not RPi4. I've recently installed Debian 11 on an RPi 4 without issue. I don't understand how EDK2 memory partitioning works across these platforms, but I wonder if there is a change that could be made to work around the It's also worth noting that this occurs on any system with the affected version of |
Hi vemek, I used a different SD card on same raspberry, with debian "native" image.
I prepared chroot like:
Then i renamed both folder
Only then grub-install created new folder When i reboot the system, grub shows the menu to install/graphical install/... |
Sorry @schattenpinguin, I don't understand your setup. Where is the netinstall image coming from? Look for files called |
I also followed Then i used SD card "2" to mount above card for chroot. After following your steps, details in my comment above, card "1" uses grub configuration from netinstall. |
@schattenpinguin this has strayed away from the core of the issue above, but if you want a quick fix I'd suggest opening SD card "1" in a chroot again, wiping the contents of
I hope that fixes your install. |
After following the https://www.raspberrypi.org/forums/viewtopic.php?f=50&t=249449&sid=603ea55543a7804affa4f421ecd32c64 guide, installation goes as planned but reboot fails with Synchronous Exception at 0x17FFFFFA9402E831. Is there something that I've missed that should be done for Debian 11 differently? It's a plain install, without desktop environment. EFI starts up, blinks the GRUB prompt and then the exception happens. Would appreciate any kind of help.
The text was updated successfully, but these errors were encountered: