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:48:05 +0100 Message-ID: <459BD035.3060302@cea.fr> References: <459BCB12.50504@cea.fr> <1167834415.10441.7.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1167834415.10441.7.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: xen-devel@lists.xensource.com, Keir Fraser List-Id: xen-devel@lists.xenproject.org Ian Campbell a =C3=A9crit : > On Wed, 2007-01-03 at 16:26 +0100, PUCCETTI Armand wrote: > =20 >> Keir Fraser a =C3=A9crit : >> =20 >>> On 3/1/07 14:33, "PUCCETTI Armand" wrote: >>> >>> =20 >>> =20 >>>> Yes the CONFIG_EARLY_PRINTK flag is enabled , but the trace is exact= ly >>>> the same. :-( >>>> =20 >>>> =20 >>> If it's crashing that early then it may be a bad Linux kernel (versio= n >>> mismatch or similar). OTOH, 'earlyprintk' does not belong on Xen's co= mmand >>> line at all. Maybe you added it to the wrong line in GRUB's config? >>> >>> -- Keir >>> >>> >>> =20 >>> =20 >> I think the option is at the right place as below: >> =20 > > It's not. earlyprintk is a Linux kernel option. > > =20 >> 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 >> =20 > > Ian. > > =20 Sorry for the err. Moving the option to the module line, as below,=20 leaves the trace unchanged. Armand title Xen 3.0.3 / Ubuntu 2.6.16.29 root (hd0,2) kernel /boot/xen-3.gz dom0_mem=3D1048576 com1=3D115200,8n1 noreboo= t module /boot/vmlinuz-2.6-xen0 root=3D/dev/sda3=20 earlyprintk=3Dserial,ttyS0,115200,keep console=3DttyS0,115200 max_loop=3D= 64 ro=20 debug module /boot/initrd.img-2.6.16.29-xen0 savedefault boot