Date: Wed, 03 Dec 2014 10:30:00 -0800 From: Peter Grehan <grehan@freebsd.org> To: John-Mark Gurney <jmg@funkthat.com> Cc: freebsd-virtualization@freebsd.org Subject: Re: FreeBSD i386 guest doesn't see console... Message-ID: <547F56A8.6020607@freebsd.org> In-Reply-To: <20141203174947.GG99957@funkthat.com> References: <20141203024112.GF99957@funkthat.com> <547E8319.9070509@freebsd.org> <20141203174947.GG99957@funkthat.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi John-Mark,
>> It may be possible that this file isn't being populated in your image,
>> or being read in by bhyveload.
>
> show from loader:
> OK show
> LINES=24
> boot_serial=1
> console=userboot
> currdev=disk0p3:
> interpret=OK
> kernelname=/boot/kernel/kernel
> loaddev=disk0p3:
> prompt=${interpret}
> smbios.bios.vendor=BHYVE
>
> Any ideas?
Looks like device.hints isn't being sourced in by the loader (aka
bhyveload in this case). This is done on a stock system from:
% grep device.hints /boot/defaults/loader.conf
loader_conf_files="/boot/device.hints /boot/loader.conf
/boot/loader.conf.local"
Any chance on your system that you've overridden loader_conf_files, or
are using a custom setup for loader config ?
later,
Peter.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?547F56A8.6020607>
