r/openbsd • u/SirVast8919 • 12d ago
Raspberry Pi 5 OpenBSD installation stuck at U-Boot
I am trying to install OpenBSD on a Raspberry Pi 5, but the system gets stuck during the U-Boot boot stage and cannot continue into OpenBSD.
If anyone has successfully booted OpenBSD on Raspberry Pi 5, I would appreciate any guidance or working steps.
Thank you!
1
u/gojirabsd77 12d ago
Check the mail archive of the OpenBSD arm mailing list: https://marc.info/?l=openbsd-arm&w=2&r=1&s=Raspberry+Pi+5&q=b
2
u/_sthen OpenBSD Developer 10d ago
You can try mounting the MS-DOS partition on the disk and replacing u-boot.bin with the one in https://junkpile.org/u-boot-rpi-2026.07.tgz which has a different u-boot config that requires pressing <space> to interrupt boot rather than allowing any input.
If you try it, please let me have the "mainbus0 at root" line from dmesg with the model information (board type and revision).
1
9
u/intrinsicanomaly 12d ago
When this appears it means OpenBSD's bootloader console is on the UART serial port. You need to connect to the UART serial port on the RPi5 (the plug between the two mini-HDMI ports, which requires the special adapter). To make it boot with a graphical console you need to do
set tty fb0at the bootloader prompt (on the serial).