Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Nov 2008 08:21:28 +0100
From:      Volker Jahns <volker@thalreit.de>
To:        Benoit Calvez <Benoit.Calvez@gmail.com>
Cc:        freebsd-xen@freebsd.org
Subject:   Re: Boot successful
Message-ID:  <491D26F8.6080201@thalreit.de>
In-Reply-To: <3481d8e60811130825h77cfffdax97270b884027f6d@mail.gmail.com>
References:  <3481d8e60811130406t65f720c3g8e3b221480901453@mail.gmail.com> <3481d8e60811130825h77cfffdax97270b884027f6d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Benoit Calvez schrieb:
> On Thu, Nov 13, 2008 at 1:06 PM, Benoit C. <dzentoo@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@thalreit.de




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?491D26F8.6080201>