Any news on OpenBSD? (Update: it works now)

how are you booting into the installed system after install?

Very impressive work! I hope to be able to make contributions to this community like this in the future!

thanks for the effort, everyone!

i was able to get 9front and openbsd dual booting off my nvme using separate sdcards for each operating system’s initial boot. note: if openbsd is not the only os on disk you still need to set the tty and inform its bootloader on the sdcard where to find the kernel:

boot> set tty fb0
boot> boot sr0a:/bsd

in my case the disk is sr0 (softraid) because it is an encrypted volume. i haven’t tried to alter the openbsd sdcard image yet.

i was able to get my intel 6205 wifi card working by adding the iwn driver in the kernel config and recompiling a new kernel.

i’ve (temporarily) made some of the required files available for download here.

2 Likes