Create a USB flash drive with which they install OpenBSD directly from the serial console. Without external monitor. Direct with the Laptop! Port com0 speed 115200
1) Download image from: https://openbsd.delfic.org/pub/OpenBSD/snapshots/amd64/install60.fs
2) Enter on the OpenBSD host:
pwd
/home/tom
Then
vnconfig -c vnd0 /home/tom/install60.fs
3) mount /dev/vnd0a /mnt
ls -l /mnt/etc/ boot.conf
If no output, then
mkdir /mnt/etc/
Then/otherwise
echo "stty com0 115200" > /mnt/etc/boot.conf
echo "set tty com0" >> /mnt/etc/boot.conf
umount /dev/vnd0a
vnconfig -u vnd0
USB stick into the usb port
dmesg | grep sd0
sd0 at scsibus4 targ 1 lun0:
USB stick produce:
dd if=/home/tom/install60.fs of=/dev/rsd0c bs=1m
That's it:
reboot the (HP) Server and install OpenBSD with USB Stick directly over the serial console without the need of an external monitor with your Linux Laptop! Chance the BIOS boot order to USB. Plugin the USB to the HP Server an then reboot the HP Server and install OpenBSD 6.0 current with your Linux Box on the serial console.
Open a console on the Linux or BSD Box and type
minicom -b 115200
Now you can install OpenBSD via serial console.
Vim