[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] serial console for dom0 (rh 5.1)
Hi, I used to have the same problem with RHEL5.1... Try something like this - It works for me: title CentOS (2.6.18-53.1.13.el5xen) root (hd0,0) kernel /boot/xen.gz-2.6.18-53.1.13.el5 com1=57600,8n1 pnpacpi=off console=com1L module /boot/vmlinuz-2.6.18-53.1.13.el5xen ro root=/dev/md0 xencons=xvc console=xvc module /boot/initrd-2.6.18-53.1.13.el5xen.img You also need to add this to your inittab: 7:2345:respawn:/sbin/agetty -L 115200 xvc vt102 So it goes as far as the prompt You can also check here: http://ward.vandewege.net/blog/2008/02/18/180/ Hope this helps! David Roze ---- http://www.netexpertise.eu http://www.netexpertise.eu Aleksandar Ivanisevic-3 wrote: > > Hi, > > I'm having trouble getting serial console to work with the latest xen > kernel in dom0, RHES 5.1 > > grub works, getty on the same port (ttyS2) also works after it gets > started from init, its just the kernel output and init that reuse to work > > my current grub.conf, this is after 50 reboots, i'd appreciate any hints: > > serial --unit=1 --speed=57600 > terminal --timeout=5 serial console > # > title CentOS (2.6.18-53.1.13.el5xen) > root (hd0,0) > kernel /boot/xen.gz-2.6.18-53.1.13.el5 > module /boot/vmlinuz-2.6.18-53.1.13.el5xen ro root=/dev/md0 > xencons=off console=ttyS1,57600,n8 > module /boot/initrd-2.6.18-53.1.13.el5xen.img > > > _______________________________________________ > Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users > > -- View this message in context: http://www.nabble.com/serial-console-for-dom0-%28rh-5.1%29-tp15755590p16025214.html Sent from the Xen - User mailing list archive at Nabble.com. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |