DIEDERIT@ing.boehringer-ingelheim.com
2005-Oct-11 12:15 UTC
[Xen-users] Initrd problem NEWBIE!
Hey, I just installed xen on RHEL3. It''s neccessary to be able to boot the xen kernel to create a initrd and add it in the grub.conf. I have an old raid system. My problem is: how do I create this initrd. I alway get errors on booting, and finaly it faisl ''cause of all those errors. ERROR: megaraid.so could not be found. But megaraid.so is put in the lib folder of the initrd image. HELP PLEASE Thomas Diederich ************************************************** * Boehringer Ingelheim Pharma GmbH & Co.KG * A Informationsverarbeitung / Diplomant Systemtechnik * * Mail: diederit@ing.boehringer-Ingelheim.com <mailto:diederit@ing.boehringer-Ingelheim.com> * Phone: +49 (0)6132/77-98151 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Quoting DIEDERIT@ing.boehringer-ingelheim.com:> Hey, I just installed xen on RHEL3. > It''s neccessary to be able to boot the xen kernel to create a initrd and add > it in the grub.conf. > I have an old raid system. > My problem is: how do I create this initrd. > I alway get errors on booting, and finaly it faisl ''cause of all those > errors.Hello Diederich,> ERROR: megaraid.so could not be found.try to put these modules on your initrd ./drivers/scsi/megaraid/megaraid_mm.ko ./drivers/scsi/megaraid/megaraid_mbox.ko ./drivers/scsi/megaraid.ko follow the howto on the Wiki (4.8. The initrd file that came with my distro doesn''t work well with Xen. How do I edit it?) http://wiki.xensource.com/xenwiki/XenFaq#head-1400a13255e3d079ec9ad4a34e20a1ebfc03cab4 kind regards Michael Lang> > But megaraid.so is put in the lib folder of the initrd image. HELP PLEASE > > Thomas Diederich > > ************************************************** > * Boehringer Ingelheim Pharma GmbH & Co.KG > * A Informationsverarbeitung / Diplomant Systemtechnik > * > * Mail: diederit@ing.boehringer-Ingelheim.com > <mailto:diederit@ing.boehringer-Ingelheim.com> > * Phone: +49 (0)6132/77-98151 > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> > ERROR: megaraid.so could not be found. > try to put these modules on your initrd > > ./drivers/scsi/megaraid/megaraid_mm.ko > ./drivers/scsi/megaraid/megaraid_mbox.ko > ./drivers/scsi/megaraid.koUse the -xen kernel rather that -xen0/-xenU -- it has lots more modules. Ian> follow the howto on the Wiki > (4.8. The initrd file that came with my distro doesn''t work > well with Xen. How do I edit it?) > http://wiki.xensource.com/xenwiki/XenFaq#head-1400a13255e3d079 > ec9ad4a34e20a1ebfc03cab4 >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, 2005-10-11 at 16:12 +0100, Ian Pratt wrote:> > > ERROR: megaraid.so could not be found. > > try to put these modules on your initrd > > > > ./drivers/scsi/megaraid/megaraid_mm.ko > > ./drivers/scsi/megaraid/megaraid_mbox.ko > > ./drivers/scsi/megaraid.ko > > Use the -xen kernel rather that -xen0/-xenU -- it has lots more modules. > > > IanYou referring to linux-2.6-xen-sparse? Which doesn''t seem to have a target. With hg I don''t see anything else linux*xen*. Regards, Ted _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> You referring to linux-2.6-xen-sparse? > Which doesn''t seem to have a target.I''m refering to the config file in linux-2.6-sparse/arch/xen/configs/xen_defconfig_x86_32 which will be used if you do 2make KERNELS=linux-2.6-xen world" Ian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users