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: Thu, 04 Jan 2007 17:24:05 +0100 Message-ID: <459D2A25.30507@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 Problem solved! I recompiled XEN 3.0.3 entirely using gcc-3.3 instead of gcc-4.1 and it=20 boots properly. Apparently function vprintk located in=20 .../xen-3.0.3/linux-2.6.16.29-xen0/kernel/printk.c was not compiled correctly by gcc. thank you very much for your help! Armand NOTE1: the extended Linux traces contain much more details on the=20 devices and their drivers. About ATA there is a message about an abnormal port ATA: ata_piix 0000:00:1f.2: version 1.05 ata_piix 0000:00:1f.2: version 1.05 GSI 18 sharing vector 0xA8 and IRQ 18 GSI 18 sharing vector 0xA8 and IRQ 18 ACPI: PCI Interrupt 0000:00:1f.2[C] -> ACPI: PCI Interrupt=20 0000:00:1f.2[C] -> GSI 20 (level, low) -> IRQ 18 GSI 20 (level, low) -> IRQ 18 PCI: Setting latency timer of device 0000:00:1f.2 to 64 PCI: Setting latency timer of device 0000:00:1f.2 to 64 ata1: SATA max UDMA/133 cmd 0xFE00 ctl 0xFE12 bmdma 0xFEA0 irq 18 ata1: SATA max UDMA/133 cmd 0xFE00 ctl 0xFE12 bmdma 0xFEA0 irq 18 ata2: SATA max UDMA/133 cmd 0xFE20 ctl 0xFE32 bmdma 0xFEA8 irq 18 ata2: SATA max UDMA/133 cmd 0xFE20 ctl 0xFE32 bmdma 0xFEA8 irq 18 ata1: dev 0 cfg 49:2f00 82:746b 83:7f01 84:4023 85:7469 86:3e01 87:4023=20 88:207f ata1: dev 0 cfg 49:2f00 82:746b 83:7f01 84:4023 85:7469 86:3e01 87:4023=20 88:207f ata1: dev 0 ATA-7, max UDMA/133, 488281250 sectors: LBA48 ata1: dev 0 ATA-7, max UDMA/133, 488281250 sectors: LBA48 ata1: dev 0 configured for UDMA/133 ata1: dev 0 configured for UDMA/133 scsi0 : ata_piix scsi0 : ata_piix ATA: abnormal status 0xFF on port 0xFE27 ATA: abnormal status 0xFF on port 0xFE27 ata2: disabling port ata2: disabling port scsi1 : ata_piix scsi1 : ata_piix NOTE2: in the XEN traces there is a note (below) about serial input to=20 dom0. How does this function? (XEN) Xen trace buffers: disabled (XEN) Xen is relinquishing VGA console. (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch=20 input to Xen). Keir Fraser a =E9crit : > On 3/1/07 15:48, "PUCCETTI Armand" wrote: > > =20 >> Sorry for the err. Moving the option to the module line, as below, >> leaves the trace unchanged. >> =20 > > It looks rather like it must be a bogus Linux kernel image then. Are yo= u > sure it was built from the same repository as Xen, with reasonable kern= el > config options (e.g., including the Xen console driver)? Something quit= e > simple must be wrong here. > > -- Keir > > > =20