Tues Sept 21, 2021
I'm a huge fan of OpenBSD. The simplicity of the system, the cohesive feel it has, the proactive stance on security... when we decided we'd set up a tilde, I knew I wanted it to be on OpenBSD.
The only problem? My preferred registrar (Linode) doesn't support it!
Fortunately there's a comprehensive post on the Linode forum of how to do it here.
It took us ~45m, the longest OpenBSD install I've had since I first flashed it on an old thinkpad. 40m of that was waiting for the node to boot and reboot, etc (we kept messing up the configuration).
lsblk
dd if=minirootXX.img of=/dev/sdX bs=1M
In our case, our main problem was that we skipped the "Direct Disk" kernel step so we were booting a Linux kernel and trying to load the img... it panic'd every time! Took us a few boots to figure that out :)