|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Compiling Kernel with raid driver for my Dell poweredge
> -----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
|
|
|
|
|