headless install ver 10 - no loader.conf on USB image

It is called /boot/loader.conf but the file doesn't exist on default installation, you have to create it yourself. The defaults for the settings comes from /boot/defaults/loader.conf (DO NOT EDIT THIS FILE).
 
Thanks kpa,

Finally I also add to set the baud rate to the board default (115200). Normally, with a bad baud rate, the console show garbage but that was not the case so I was thinking the console was still VGA.

The board is a PCEngine apu1c4. For those looking how to install FreeBSD on it.

Write the .img file to a USB stick.

Edit /boot/loader.conf of the USB stick (if no FreeBSD PC available, use the live CD option from an install CD) and add

Code:
console="comconsole"
comconsole_speed="115200"
 
Back
Top