| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [Xen-users] Compiling Xen-3.2.0
 
To: "Edoardo Ceccarelli" <eddy@xxxxxx>From: weiming <zephyr.zhao@xxxxxxxxx>Date: Mon, 10 Mar 2008 16:48:53 -0500Cc: Tait Clarridge <Tait.Clarridge@xxxxxxxxxxxx>,	Jeremie Le Hen <jeremie@xxxxxxxxxx>,	Ian Tobin <itobin@xxxxxxxxxxxxx>, Xen-users@xxxxxxxxxxxxxxxxxxxDelivery-date: Mon, 10 Mar 2008 14:49:29 -0700Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta;	h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references;	b=KAKXPRPOMWMfQ+S/SwZh7vjhg+zYB32gnW179LQipLF8weZhp5u9dNmFbbxIeHcOFPNtYzsdQM96FaaRAgSZ+JSV1+n5yS5mOLl1S7q2TaSC8PVXEfTlMzc6R/6A4LSRlyC5RMgwXCs1IQt1G6wLw+x9ZqAvTPyi30zvhycyBmw=List-id: Xen user discussion <xen-users.lists.xensource.com> did you enable the sata driver in the config?
 anyway, you can manually build the image file following the xen manual.
 then run the install script to copy them to the /boot
 
 finally, try to boot the xen. If it fails, you should enable the sata driver in the menuconfig then rebuild.
 
 weiming
 
 
 
 On Mon, Mar 10, 2008 at 4:40 PM, Edoardo Ceccarelli <eddy@xxxxxx > wrote: 
yes, this is what I figured, but any attempt I made, always ended up with mkinitrd complaining about missing module pata_atiixp
 here is the output..
 
 [root@velvet xen-3.2.0]# mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.18.8-xen.img 2.6.18.8-xen
 Creating initramfs
 Looking for deps of module ehci-hcd: usbcore
 Looking for deps of module usbcore
 Looking for deps of module ohci-hcd: usbcore
 Looking for deps of module uhci-hcd: usbcore
 Looking for deps of module ext3: jbd
 Looking for deps of module jbd
 Found root device sda3 for LABEL=/
 Looking for driver for device sda3
 Looking for deps of module scsi:t-0x00
 Looking for deps of module pci:v00001002d00004379sv0000103Csd000030B0bc01sc01i8f: scsi_mod libata sata_sil
 Looking for deps of module scsi_mod
 Looking for deps of module sd_mod: scsi_mod
 Looking for deps of module libata: scsi_mod
 Looking for deps of module sata_sil: scsi_mod libata
 Looking for driver for device LABEL=/
 Looking for driver for device LABEL=SWAP-sda2
 Looking for deps of module pata_atiixp
 No module pata_atiixp found for kernel 2.6.18.8-xen, aborting.
 --
On Mon, Mar 10, 2008 at 7:38 PM, weiming <zephyr.zhao@xxxxxxxxx > wrote:
 
you can do "make linux-2.6-xen-config CONFIGMODE=menuconfig" under xen's directory
 or
 cd build-linux-2.6.18-xen_x86_64
 make menuconfig
 
 
 
On Mon, Mar 10, 2008 at 2:30 PM, Edoardo Ceccarelli <eddy@xxxxxx > wrote:
On Tue, Jan 29, 2008 at 3:28 PM, Jeremie Le Hen <jeremie@xxxxxxxxxx > wrote:
 
To make it short: "make prep-kernels" create a build directory for thekernel ***where you can copy your .config file***.  DO NOT CREATE A
 .config FILE IN THE KERNEL SOURCE TREE.
 
the HOWTO is nice so I guess if I have to change some kernel settings I shall run "make menuconfig" inside the same  build-linux-2.6.18-xen_x86_64/  folder, after prep-kernels, right?
 
 --
 Edoardo Ceccarelli - eddy@xxxxxx
 
 _______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users 
 |