On Fri, 2002-12-27 at 14:36, bruno waes wrote: > rainman:~# more /mnt/root/etc/lilo.conf > lba32 > disk=/dev/md1 > bios=0x80 > partition=/dev/md0 > boot=/dev/sda > root=/dev/md1 > ... I was having problems booting from my IDE RAID 1 until I edited lilo.conf to this: lba32 boot=/dev/md5 raid-extra-boot="/dev/hda,/dev/hdc" root=/dev/md1 /dev/md5 is /boot, /dev/md1 is /. /dev/hda and /dev/hdc are the raid disks. - To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html