Thomas Dodd wrote:
> To add some info.
> lilo has root=/dev/md2 for all the inmages/labels
> I tried lilo to add the md=0,/dev/hda2,/dev/hdb2
> and md=0,0,4,0,/dev/hda2,/hdb2
> options to the kernel. No change.

Con]mparing the config file for 2.2.17 and 2.4.0
I see the CONFIG_AUTODETECT_RAID option was moved.
In 2.2.17 it's in a if CONFIG_BLK_DEV_MD section,
in 2.4.0 it was moved in the section with CONFIG_MD_BOOT
which depends on CONFIG_MD_LINEAR=y or CONFIG_MD_STRIPED=y
I moved the AUTODETECT option and set it to "y".
Rebuilding the kernel.

Also, looking at md.c, the parameter md= seames to have
changed to raid= but md.txt wasn't changed.
I tried the md= parameters with the raid=
but the the raid set is still not getting setup correctly.

        -Thomas



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to