> How do I get it to properly detect my RAID1 set on boot up.  I think the
> problem relates to the fact that RAID1 is not compiled into the kernel,
> I have it as a module.  However I think it's possible with lilo to use a
> ramdisk to load modules at boot time much like is done for SCSI.
> However I don't know how to do this.  Any advice?

Create a new initrd with RAID-1 support, by doing "mkinitrd --with=raid1
/boot/<new-initrd-name> <kernel-version>". Edit /etc/lilo.conf to point to this
new initrd, and run lilo. As long as you have assigned your raid partitions type
0xfd in fdisk, they should be auto-recognized at the next reboot.

Cheers,


Bruno Prior         [EMAIL PROTECTED]

Reply via email to