|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Compiling Kernel with raid driver for my Dellpoweredge 2
When I try :
mkinitrd -k -o /boot/initxen.img 2.6.16-xen
I have an error on my megaraid2 module :
/usr/sbin/mkinitrd: The working directory /tmp/mkinitrd.TtbbHR will be kept.
/usr/sbin/mkinitrd: add_modules_dep_2_5: modprobe failed
FATAL: Module megaraid2 not found.
WARNING: This failure MAY indicate that your kernel will not boot!
but it can also be triggered by needed modules being compiled into
the kernel.
Some one know how to past it ?
Thanks
Nicolas
-----Message d'origine-----
De : xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx]De la part de Petersson,
Mats
Envoye : jeudi 14 septembre 2006 17:24
A : Nicolo; xen-users@xxxxxxxxxxxxxxxxxxx
Objet : RE: [Xen-users] Compiling Kernel with raid driver for my
Dellpoweredge 2850 RAID Controler
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Nicolo
> Sent: 14 September 2006 16:08
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] Compiling Kernel with raid driver for my
> Dell poweredge 2850 RAID Controler
>
> Hello
>
>
>
> I have a problem to boot my xen kernel,
>
> I have a debian sarge 3.1 stable, download
> xen-3.0.2-src.tgz, extract and
> compil it with the command "make world"
> But at boot I have an error : "cannot open root filesystem sda1"
>
> My raid controler is a perc4/di raid 5 controler
> lspci -v said :
> 0000:02:0e.0 RAID bus controller: Dell PowerEdge Expandable
> RAID controller
> 4 (rev 06)
>
> So I would like to know how to compil my kernel (2.6.16) with
> raid support ?
> Must I have to set y instead of m for these options or for
> some of these
> options :
> CONFIG_MEGARAID_NEWGEN=m
> CONFIG_MEGARAID_MM=m
> CONFIG_MEGARAID_MAILBOX=m
> CONFIG_MEGARAID_LEGACY=m
> CONFIG_MEGARAID_SAS=m
You have a choice: You can either include a "initrd" that has the
relevant modules, or use "bultin" rather than modules (i.e. give "y"
instead of "m" for the config entries - bear in mind that you may need
other modules for MEGARAID driver to work - lsmod should give you
details of which modules are linked to which other modules. I think for
example SATA requires SCSI drivers to be built too).
--
Mats
>
> Thanks for your reply
>
> Nicolo
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
>
>
>
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|