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 17:55:10 +0100 Message-ID: <459BDFEE.90804@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 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 I have downloaded the source files of XEN 3.0.3-0 just the week after it = was made available, ie end october 2005. I had to change my Linux distro to=20 ubuntu 6.10 because the former 6.06 LTS did not support a new replacement graphic car= d. The (actual) kernel is 2.6.17.10. I checked the dependencies and=20 compiled the sources with gcc 4.1 and the most recent version of the other modules required.=20 That is done by the script $ make dist CC=3Dgcc-4.1 verbose=3Dy debug=3Dy perfc=3Dy debugger=3Dy $ make install CC=3Dgcc-4.1 verbose=3Dy debug=3Dy perfc=3Dy debugger=3Dy As the image crashed, the SATA drivers were suspected and I changed by=20 hand the configuration file in .../xen-3.0.3/linux-2.6.16.29-xen0/.config enabling the SATA options CONFIG_SCSI_SATA=3Dy CONFIG_SCSI_SATA_AHCI=3Dy CONFIG_SCSI_SATA_SVW=3Dy CONFIG_SCSI_ATA_PIIX=3Dy CONFIG_SCSI_SATA_MV=3Dy CONFIG_SCSI_SATA_NV=3Dy The other kernel options were unchanged. In the top Makefile I changed=20 the variable KERNELS ?=3D linux-2.6-xen0 linux-2.6-xenU and patched panic.c (addition of the function __stack_chk_fail) as=20 someone on the list indicated. Afterwards, I added the boot options to enable the console during boot,=20 through the first serial port, as indicated in the manual. Nothing was recompiled. Armand