>-----Original Message-----
>From: fedora-xen-bounces@redhat.com
>[mailto:fedora-xen-bounces@redhat.com] On Behalf Of Andy Burns
>Sent: 2006年3月12日 18:52
>To: fedora-xen@redhat.com
>Subject: [Fedora-xen] crash booting rawhide xen0
>
>
>Having seen it fail twice, I attached a serial console and was preparing
>to capture that with console=ttyS0,115200, but on the next two boots the
>crash didn''t happen, however my console output still went to the
>vgaconsole, does xen have a different way to use the serial console?
If want to get serial output in Xen, you can give the grub.conf like:
kernel /boot/xen.gz com1=115200,8n1 sync_console
module /boot/vmlinuz-hypervisor ro root=/dev/sda1 console=tty0 console=ttyS0
module /boot/initrd.img...
BTW, did the broken happen in booting XWin? I also catch a strange broken in
2032.
Best Regards,
Yongkang (Kangkang) 永康