Subject: Re: bouyer-xen2 merged in current
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Juan RP <juan@xtraeme.nopcode.org>
List: port-xen
Date: 03/10/2005 11:48:52
On Thu, 10 Mar 2005 10:22:50 +0100
Manuel Bouyer <bouyer@antioche.lip6.fr> wrote:

> I do see the messages on the 3 boxes I have installed (2 VGA and one serial).
> What do you have in your grub config ? You should have something like:
>     module (hd0,a)/netbsd root=/dev/hda1 ro console=tty0
> console=tty0 or console=pc will makes the kernel use the VGA console,
> anything else will use the serial console (xencons, really).

I didn't know about console={tty0,pc}, that worked, thanks.