Anand Gupta
2006-Jun-04 07:03 UTC
[Xen-users] No module ata_piix found for kernel 2.6.16-xen, aborting.
After compiling the kernel on a Celeron D 64bit, i tried to make the initrd since i have sata harddrive. I have used the following earlier many times to create the initrd without any problems mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen However this time, it gives the following error: Creating initramfs Looking for deps of module scsi_mod Looking for deps of module sd_mod Looking for deps of module unknown Looking for deps of module ata_piix No module ata_piix found for kernel 2.6.16-xen, aborting. When trying to locate the ata_piix module: /lib/modules/2.6.16.13-xen/kernel/drivers/scsi/ata_piix.ko /lib/modules/2.6.9-22.EL/kernel/drivers/scsi/ata_piix.ko /lib/modules/2.6.9-34.0.1.EL/kernel/drivers/scsi/ata_piix.ko /home/xen/xen-unstable.hg /dist/install/lib/modules/2.6.16.13-xen/kernel/drivers/scsi/ata_piix.ko /home/xen/xen-unstable.hg/pristine-linux-2.6.16.13/drivers/scsi/ata_piix.c /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/ata_piix.c /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/.ata_piix.o.cmd /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/ata_piix.o /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/ata_piix.mod.c /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/ata_piix.mod.o /home/xen/xen-unstable.hg/linux-2.6.16.13-xen /drivers/scsi/.ata_piix.mod.o.cmd /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/ata_piix.ko /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/.ata_piix.ko.cmd /home/xen/xen-unstable.hg/linux-2.6.16.13-xen/.tmp_versions/ata_piix.mod /home/xen/xen-unstable.hg/ref-linux-2.6.16.13/drivers/scsi/ata_piix.c /root/xen/xen-unstable.hg/linux-2.6.16.13-xen/drivers/scsi/ata_piix.c /root/xen/xen-unstable.hg/ref-linux-2.6.16.13/drivers/scsi/ata_piix.c How should i proceed forward. Any help will be appreciated. -- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Anand Gupta
2006-Jun-04 11:38 UTC
[Xen-users] Re: No module ata_piix found for kernel 2.6.16-xen, aborting.
I tried to compile xen stable and same results with mkinitrd mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod initrd-2.6.16-xen.img 2.6.16-xen Creating initramfs Looking for deps of module scsi_mod Looking for deps of module sd_mod Looking for deps of module unknown Looking for deps of module ata_piix No module ata_piix found for kernel 2.6.16-xen, aborting. Can anyone please tell me what should i do to get the sata driver ? Without that the server just won''t boot. I tried to exclude scsi in mkinitrd by using --omit-scsi-modules and by compiling the ata_piix drivers in the kernel itself, however i ran into several errors when the server booted up. Some of the errors are: "unable to handle kernel request Modules linked in: dm_mod Pid 433, comm: insmod Tainted: GF 2.6.16.13-xen RIP: e030E -------a bunch of stack traces and hex addresses ---- error /bin/insmod exited abnormally! PID 433 Loading ext3.ko Any ideas how to sort this out ? -- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Anand Gupta
2006-Jun-04 13:13 UTC
[Xen-users] Re: No module ata_piix found for kernel 2.6.16-xen, aborting.
Anyone has any ideas on this ? -- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Anand Gupta
2006-Jun-04 15:48 UTC
Re: [Xen-users] Re: No module ata_piix found for kernel 2.6.16-xen, aborting.
Thanx a lot Jorge. That solved the problem. I have it up and running now. On 6/4/06, Jorge Davila <davila@nicaraguaopensource.com> wrote:> > Hi Gupta: > > Review this: > > http://lists.xensource.com/archives/html/xen-users/2005-11/msg00237.html > > Jorge. > > On Sun, 4 Jun 2006 17:08:31 +0530 > "Anand Gupta" <xen.mails@gmail.com> wrote: > > I tried to compile xen stable and same results with mkinitrd > > > > mkinitrd -v -f --with=aacraid --with=sd_mod --with=scsi_mod > > initrd-2.6.16-xen.img 2.6.16-xen > > Creating initramfs > > Looking for deps of module scsi_mod > > Looking for deps of module sd_mod > > Looking for deps of module unknown > > Looking for deps of module ata_piix > > No module ata_piix found for kernel 2.6.16-xen, aborting. > > > > Can anyone please tell me what should i do to get the sata driver ? > >Without > > that the server just won''t boot. > > > > I tried to exclude scsi in mkinitrd by using --omit-scsi-modules and by > > compiling the ata_piix drivers in the kernel itself, however i ran into > > several errors when the server booted up. > > > > Some of the errors are: > > > > "unable to handle kernel request > > Modules linked in: dm_mod > > Pid 433, comm: insmod Tainted: GF 2.6.16.13-xen > > RIP: e030E > > -------a bunch of stack traces and hex addresses ---- > > error /bin/insmod exited abnormally! PID 433 > > Loading ext3.ko > > > > Any ideas how to sort this out ? > > > > -- > > regards, > > > > Anand Gupta > > Jorge Isaac Davila Lopez > +505 808 2478 > www.nicaraguaopensource.com/ >-- regards, Anand Gupta _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users