Sadique Puthen wrote:
 
 Can I see your grub.conf from dom0 and the output  of "dmesg | grep tty" 
from the same?
 
Sure- see below.
Thanks -
Evan
=========================
[root@thor evan]# dmesg | grep tty
 Command line: ro root=/dev/VolGroup00/LogVol01 rhgb quiet 
console=ttyS0,115200n81
Kernel command line: ro root=/dev/VolGroup00/LogVol01 rhgb quiet 
console=ttyS0,115200n81
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
=========================
 grub.conf (there are 4 entries, because the FC8 updater got a new 
version of Xen (2.6.21-2952) just after installation; I think it 
described this as a bugfix):
default=1
timeout=10
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal --timeout=10 serial console
title Fedora (2.6.23.8-63.fc8)
        root (hd0,0)
	kernel /vmlinuz-2.6.23.8-63.fc8 ro root=/dev/VolGroup00/LogVol01 rhgb 
quiet console=ttyS0,115200n81
        initrd /initrd-2.6.23.8-63.fc8.img
title Fedora (2.6.21-2952.fc8xen)
        root (hd0,0)
        kernel /xen.gz-2.6.21-2952.fc8 com1=115200,8n1
	module /vmlinuz-2.6.21-2952.fc8xen ro root=/dev/VolGroup00/LogVol01 
rhgb quiet console=ttyS0,115200n81
        module /initrd-2.6.21-2952.fc8xen.img
title Fedora (2.6.21-2950.fc8xen)
        root (hd0,0)
        kernel /xen.gz-2.6.21-2950.fc8
	module /vmlinuz-2.6.21-2950.fc8xen ro root=/dev/VolGroup00/LogVol01 
rhgb quiet
        module /initrd-2.6.21-2950.fc8xen.img
title Fedora-base (2.6.23.1-42.fc8)
        root (hd0,0)
        kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol01 rhgb 
quiet
        initrd /initrd-2.6.23.1-42.fc8.img
=====================================================
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
 |