nanobsd boot problem

Espartano espartano.mail at gmail.com
Wed Nov 7 15:06:46 UTC 2012


> Thanks for your suggestion, i will do so :)
> I want to use both vga console and serial console, Is it possible ?


Yes, you have to put this line:

console="vidconsole comconsole"


 into /boot/loader.conf file

man loader.conf say:


           console   (``vidconsole'') ``comconsole'' selects serial console,
                     ``vidconsole'' selects the video console, ``nullconsole''
                     selects a mute console (useful for systems with neither a
                     video console nor a serial port), and ``spinconsole''
                     selects the video console which prevents any input and
                     hides all output replacing it with ``spinning'' character
                     (useful for embedded products and such).



Best regards


More information about the freebsd-embedded mailing list