All of lore.kernel.org
 help / color / mirror / Atom feed
* Serial console problem with Xen 3.0
@ 2006-04-05  4:40 Amitayu Das
  2006-04-07 13:27 ` Stephen C. Tweedie
  0 siblings, 1 reply; 15+ messages in thread
From: Amitayu Das @ 2006-04-05  4:40 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1505 bytes --]

Hi,

I'm facing some problem when I'm trying to work with serial console with
Xen. I followed the instructions from user manual
(http:www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/user/user.html) and
constructed the grub.conf accordingly. I'm attaching the grub.conf file
here and would be referring to it in the next few lines. The problems faced
are as follows:

1. I can boot normal Linux FC4 kernel and direct its output to serial
console (and see the messages in a separate monitor) using the options as
mentioned in the grub.conf.
    If I do the exactly the same (meaning, whatever you can see as
uncommeted lines in the xen-related portion of the grub.conf),
    I can't see the messages in the separate monitor.

2. If I uncomment the third line in the following:
title Fedora Core (Mar 17-xen0)
        root (hd0,0)
#       kernel /xen.gz dom0_mem=131072 com1=9600,8n1
        kernel /xen.gz dom0_mem=131072
        module /vmlinuz-2.6.12.6-xen0 ro root=LABEL=/ rhgb quiet
console=tty0 console=ttyS0,9600n8
        module /initrd-2.6.12.6-xen0.img

then Xen even does not boot up. I'm not sure if I put the correct entry in
the third line, though.

Can anyone kindly point out my mistake or tell me if I'm missing something?
I wanted to see the messages in the different monitor (conmnected via serial
console) for the purpose of debugging. Hence, it'd be nice if someone can
let me know easier way of debugging Xen kernel code.

Thanks  in advance,
Amitayu

[-- Attachment #1.2: Type: text/html, Size: 2042 bytes --]

[-- Attachment #2: grub.conf --]
[-- Type: application/octet-stream, Size: 1158 bytes --]

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,0)
#          kernel /vmlinuz-version ro root=/dev/hda2
#          initrd /initrd-version.img
#boot=/dev/hda
default=2
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
serial --unit=0 --speed=9600 --word=8 --parity=no --stop=1 
terminal --timeout=10 serial console
hiddenmenu
title Fedora Core (2.6.14-1.1644_FC4)
	root (hd0,0)
	kernel /vmlinuz-2.6.14-1.1644_FC4 ro root=LABEL=/ rhgb quiet console=tty0 console=ttyS0,9600n8
	initrd /initrd-2.6.14-1.1644_FC4.img
title Fedora Core (2.6.11-1.1369_FC4)
	root (hd0,0)
	kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
	initrd /initrd-2.6.11-1.1369_FC4.img
title Fedora Core (Mar 17-xen0)
        root (hd0,0)
#        kernel /xen.gz dom0_mem=131072 com1=9600,8n1 
        kernel /xen.gz dom0_mem=131072 
        module /vmlinuz-2.6.12.6-xen0 ro root=LABEL=/ rhgb quiet console=tty0 console=ttyS0,9600n8
        module /initrd-2.6.12.6-xen0.img

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2006-04-11 16:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-05  4:40 Serial console problem with Xen 3.0 Amitayu Das
2006-04-07 13:27 ` Stephen C. Tweedie
2006-04-07 13:59   ` Michael Paesold
2006-04-07 14:44     ` Don Zickus
2006-04-07 15:31       ` Keir Fraser
2006-04-07 16:17         ` Michael Paesold
2006-04-07 16:51           ` Keir Fraser
2006-04-08 11:15             ` Keir Fraser
2006-04-08 12:44               ` Michael Paesold
2006-04-11 15:38       ` Ryan
2006-04-11 15:42         ` Keir Fraser
2006-04-11 16:00           ` Ryan
2006-04-11 16:06             ` Keir Fraser
2006-04-07 14:47     ` Amitayu Das
2006-04-07 17:54     ` Stephen C. Tweedie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.