About me: My name is Solène Rapenne, pronouns she/her. I like learning and sharing knowledge. Hobbies: '(BSD OpenBSD Qubes OS Lisp cmdline gaming security QubesOS internet-stuff). I love percent and lambda characters. OpenBSD developer solene@. No AI is involved in this blog.

Contact me: solene at dataswamp dot org or @solene@bsd.network (mastodon).

You can sponsor my work financially if you want to help me writing this blog and contributing to Free Software as my daily job.

Workaround for an OpenBSD boot error on APU boards

Written by Solène, on 10 September 2021.
Tags: #openbsd #apu

Comments on Fediverse/Mastodon

If you ever get your hands on an APU board from PCEngines and that you have an issue like this when trying to boot OpenBSD:

Entry point at 0xffffffff8100100

There is a simple solution explained by Mischa on the misc@openbsd.org mailing list in 2020.

Re: Can't install OpenBSD 6.6 on apu4d4

I'll copy the reply here in case the archives get lost. When you get the OpenBSD boot prompt, type the following commands to tell about the serial port.

stty com0 115200
set tty com0
boot

And you are done! During the installation process you will be asked about serial devices to use but the default offered will match what you set at boot.