FreeBSD 9.2 won't boot without a video console under KVM

Derek Ragona derek at computinginnovations.com
Thu Jan 23 21:19:25 UTC 2014


At 01:06 PM 1/23/2014, David Tenney wrote:
>I'm trying to run a FreeBSD 9.2 64-bit installation under KVM, but am
>having issues when I remove the video hardware and install a serial console
>connection. The installation boots just fine when video/Cirrus hardware is
>provided to the virtual machine, but once it is removed, the installation
>stops at the BTX loader and causes KVM to go into Paused mode, which cannot
>be returned to Running. Here is a list of adjustments that were made to
>configuration files:
>
>/etc/ttys:
>
>ttyu0   "/usr/libexec/getty std.9600"   vt100   on secure
>
>/boot/defaults/loader.conf:
>
>console="comconsole"
>
>/boot.config:
>
>echo "-hP" > /boot.config
>
>Any help would be great. Thanks!
>
>--
>David


I have systems setup to do serial and regular consoles.  In my setup I 
access the serial console over lan via ipmitool.

In loader.conf I have
comsole="comconsole,vidconsole"
comconsole_speed="115200"
boot_multicons="YES"
boot_serial="YES"

Along with some hint.uart settings such as:
hint.uart.2.baud="115200"
hint.uart.2.port="0x3e8"
hint.uart.2.irq="10"
hint.uart.2.flags="0x10"

         -Derek 

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the freebsd-questions mailing list