On Mon, Sep 15, 2025 at 04:12:30PM +0200, Marcus Glocker wrote: > On Mon, Sep 15, 2025 at 04:36:18PM +0300, Mohammed Alnahdi wrote: > > > It is not working. I am using *install78.img* and screen is black in > > booting and there is yellow submarine in the corner (U-Boot) > > Are you trying to install with a monitor connected?
Ah yes, I did over read your "submarine" line ;-) Usually the supported installation method with OpenBSD is over serial. There you could switch to the frame buffer as described in INSTALL.arm64. Since for the rpi5 models there is a specific UART device required for serial console, probably not all people have that now. What you can do as an hack to still install over monitor, assuming you access your SD (where you dd'ed miniroot78.img first) over sd0: # mount /dev/sd0i /mnt # vi /mnt/config.txt -enable_uart=1 +enable_uart=0 # umount /mnt # mount /dev/sd0a /mnt # mkdir /mnt/etc # echo "set tty fb0" > /mnt/etc/boot.conf # umount /mnt After the successful installation, you will need to re-create /etc/boot.conf: Exit to (S)hell, (H)alt or (R)eboot? [reboot] S To boot the new system, enter 'reboot' at the command prompt. # echo "set tty fb0" > /mnt/etc/boot.conf # reboot > > On Mon, Sep 15, 2025 at 2:54???PM Stuart Henderson <[email protected]> > > wrote: > > > > > On 2025/09/15 14:03, Mohammed Alnahdi wrote: > > > > Dears, > > > > > > > > Good Day, > > > > > > > > I am writing because I tried to install OpenBSD on Raspberry Pi 5. > > > Raspberry OS working fine > > > > without any problems. but when use OpenBSD image the bootloader unable > > > to boot and show me this > > > > feedback: > > > > installed operating system does not indicate support raspberry pi 5 > > > > > > > > Here are some details: > > > > - The image that was used on the attempt is install77.img for arm64. > > > > > > unsupported in 7.7 - there's some recently added support in snapshots > > > that you could try.
