On Fri, Sep 05, 2025 at 10:00:34PM +0000, [email protected] wrote: > I could not boot the bsd.rd kernel over PXE (hard resets after entry point on > the serial console) and tried the install77.img which contains the same.
Did you reconfigure the console to use a serial port at the boot loader prompt? The default is to use a VGA console which doesn't work on alix. boot> stty com0 115200 boot> set tty com0 boot> boot bsd
