Boot successful

Volker Jahns volker at thalreit.de
Thu Nov 13 23:21:37 PST 2008


Benoit Calvez schrieb:
> On Thu, Nov 13, 2008 at 1:06 PM, Benoit C. <dzentoo at gmail.com> wrote:
>
>   
>> I've just booted up a freebsd 6.3 from the svn ( 6.3-RELEASE svn://
>> svn.freebsd.org/base/projects/release_6_3_xen/ ).
>>
>>
>> some points :
>> I disabled apic :
>>
>> extra = "boot_single"
>> extra += ",vfs.root.mountfrom=ufs:/dev/xbd-766c,hint.apic.0.disabled=1"
>> extra += ",kern.hz=100"
>>
>> How can I get a tty in order to login ?
>>
>> Here is the boot log:
>> http://pastie.org/private/qrinbf0ryxfyrei111n4q
>>
>> --
>> Benoit Calvez.
>>
>>
>>     
> Just changed some lines in the /etc/ttys :
> console "/usr/libexec/getty Pc"         cons25  on secure
>
> and I set all the ttyv* to off to avoid warnings.
>
>   

Using an extra option in Xen configuration for FreeBSD domu
--
extra += ',xencons=tty'
--
the following /etc/ttys config works as well
--
xc0     "/usr/libexec/getty Pc"         cons25  on  secure
--

Probably things have to be fixed in /etc/rc.conf (thinking in terms of 
network).
--
ifconfig_xn0="inet 10.xxx.yyy.zzz  netmask 255.255.sss.ttt"
--


-- 
Volker Jahns, volker at thalreit.de



More information about the freebsd-xen mailing list