Introduction
I have an Asrock motherboard with a J1900 CPU. I was setting up a new Opnsense firewall. Well FreeBSD hence Opnsense has a video bug. The firewall boots and runs. You just don’t get the console screen. Below is a quick guide on getting the video working.
Steps
- Power on the firewall.
- Hit the spacebar at the boot screen.
- Choose number 3 to set boot options.
- Type the following:
set kern.vty=sc
- Then type:
boot
- Once the firewall boots login as root.
- Select the option to exit to a shell.
- Type the following:
echo 'kern.vty="sc"' > /boot/loader.conf.local
- Type:
reboot
Conclusion
Sometimes those little bugs can be a pain.