From mboxrd@z Thu Jan 1 00:00:00 1970 From: PUCCETTI Armand Subject: Re: Re: [Xen-users] XEN 3.0.3 on Ubuntu 6.10: Dom0 reboot] Date: Wed, 03 Jan 2007 16:26:10 +0100 Message-ID: <459BCB12.50504@cea.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com, Ian Campbell List-Id: xen-devel@lists.xenproject.org Keir Fraser a =E9crit : > > On 3/1/07 14:33, "PUCCETTI Armand" wrote: > > =20 >> Yes the CONFIG_EARLY_PRINTK flag is enabled , but the trace is exactly >> the same. :-( >> =20 > > If it's crashing that early then it may be a bad Linux kernel (version > mismatch or similar). OTOH, 'earlyprintk' does not belong on Xen's comm= and > line at all. Maybe you added it to the wrong line in GRUB's config? > > -- Keir > > > =20 I think the option is at the right place as below: title Xen 3.0.3 / Ubuntu 2.6.16.29 root (hd0,2) kernel /boot/xen-3.gz dom0_mem=3D1048576=20 earlyprintk=3Dserial,ttyS0,115200,keep com1=3D115200,8n1 noreboot module /boot/vmlinuz-2.6-xen0 root=3D/dev/sda3=20 console=3DttyS0,115200 max_loop=3D64 ro debug module /boot/initrd.img-2.6.16.29-xen0 savedefault boot I have added transmisssion speed for the RX machine to receive properly. Should I have much more trace messages with this option? Armand