All of lore.kernel.org
 help / color / mirror / Atom feed
* serial console with xen
@ 2005-01-12 23:05 Matthieu Patou
  2005-01-13 13:58 ` Jan Kundrát
  0 siblings, 1 reply; 2+ messages in thread
From: Matthieu Patou @ 2005-01-12 23:05 UTC (permalink / raw)
  To: xen-devel

Hi,
i've tried to activate serial output with the hypervisor and dom0 but 
with no success
I'm just able to have serial console for grub with those two following 
line (so with this i'm sure that my serial configuration is oK)
serial --unit=0 --speed=57600
terminal --timeout=10 serial console
and with this configuration (but i tried some others) i can't have xen 
hypervisor output on serial line.
Can someone give me some clues ?


#####My grug configuration##########
title  XEN linux root: /dev/hde2 low ram
kernel (hd0,1)/boot/xen.gz com1=57600 dom0_mem=32768
module (hd0,1)/boot/vmlinuz-2.4.27-xen0 root=/dev/hde2 ro console=tty0 
xencons=tty

I expect from this setup to have also my dom0 console on serial line, a 
couple of month ago i've read a message from Ian (i think) saying that 
it's not necessary to supply console=tty0,ttyS0 in order to have dom0 
console on the serial line
As i've understood, suppling tty0 to the "console" parameter will tell 
the dom0 kernel to use the same console as the xen hypervisor.

Am i wrong ?

Is there a more complete documentation about console configuration than 
the xen 2.0 user manual ?

Regards
Matthieu


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

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

* Re: serial console with xen
  2005-01-12 23:05 serial console with xen Matthieu Patou
@ 2005-01-13 13:58 ` Jan Kundrát
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kundrát @ 2005-01-13 13:58 UTC (permalink / raw)
  To: Matthieu Patou; +Cc: xen-devel

Matthieu Patou wrote:
> Hi,
> i've tried to activate serial output with the hypervisor and dom0 but 
> with no success
> I'm just able to have serial console for grub with those two following 
> line (so with this i'm sure that my serial configuration is oK)
> serial --unit=0 --speed=57600
> terminal --timeout=10 serial console

I'm using

serial --unit=0 --speed=115200
terminal serial

title Xen 2.0 / XenLinux 2.6.9
kernel (hd0,0)/xen.gz dom0_mem=65536 com1=115200,8n1
module (hd0,0)/vmlinuz-2.6.9-xen0 root=/dev/hda3 ro console=ttyS0
#ttyS0 is actually Xen's fake

> I expect from this setup to have also my dom0 console on serial line, a 
> couple of month ago i've read a message from Ian (i think) saying that 
> it's not necessary to supply console=tty0,ttyS0 in order to have dom0 
> console on the serial line

Don't compile anything serial-related into your kernels.

-jkt

-- 
cd /local/pub && more beer > /dev/mouth



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

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

end of thread, other threads:[~2005-01-13 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-12 23:05 serial console with xen Matthieu Patou
2005-01-13 13:58 ` Jan Kundrát

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.