Mark & Aurélien, changing console= removed even more output. Adding "extra = 'xencons=tty'" solved the problem. It gives me a terminal now.<br><br>Todd, after loading xenblk driver the disk was recognized, I've read about the sda/hda problem, but I didn't have to change it this time.<br>
<br>I still get no network, I'll see what I can do about that.<br><br>Cheers, Leandro.<br><br><div><span class="gmail_quote">2008/4/2, Mark Goldfinch <<a href="mailto:g@g.org.nz">g@g.org.nz</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#000000">
Hi Leandro,<span class="q"><br><br></span>
Does the machine actually hang or are you missing just missing your
login prompt?<br>
<br>
If its the latter then it could be that Xen is running its /dev/console
on a device which there isn't a getty running for.<br>
<br>
Have a look at the configuration file for your Xen image, does it
contain a like like either:<br>
<br>
<tt>extra = "console=hvc0"<br>
<br>
</tt>or<tt><br>
<br>
extra = "xencons=xvc console=xvc0"</tt><br>
<br>
If so, then you need to update upstart by creating a new file within
/etc/event.d with the following contents:<br>
<br>
<tt>========<br>
# xvc0 - getty<br>
#<br>
# This service maintains a getty on xvc0 from the point the system is<br>
# started until it is shut down again.<br>
<br>
start on runlevel 2<br>
start on runlevel 3<br>
start on runlevel 4<br>
start on runlevel 5<br>
<br>
stop on runlevel 0<br>
stop on runlevel 1<br>
stop on runlevel 6<br>
<br>
respawn<br>
script<br>
        if [ ! -c /dev/xvc0 ]; then<br>
                mknod --mode=600 /dev/xvc0 c 204 191;<br>
        fi<br>
<br>
        exec /sbin/getty 38400 xvc0<br>
end script</tt><br>
<tt>========</tt><br>
<tt><br>
</tt>Then you can run "sudo start xvc0" to start your system console,
or just reboot. If you feel like doing so you can remove all your
tty[1-6] files from /etc/event.d as there's no virtual consoles on DomU
hosts.<br>
<br>
Hopefully this should then get you a working system console..<br>
<br>
Thanks,<br>
Mark.<br>
</div>

</blockquote></div><br><br clear="all"><br>-- <br>Leandro Pereira de Lima e Silva