Ralica Kirilova wrote: > >Change the "root=..." setting in lilo.conf. > > > >Essentially, your problem is that you're trying to boot directly from > >a software RAID device, but the device doesn't exist at boot time. > > > >You have to pass additional options to the kernel in order to tell it > >which devices (partitions) make up the RAID array. See > >Documentation/md.txt for details. > > My lilo.conf and /etc/raidtab (which is explained in md.txt) > lilo.conf > # this CAN'T boot > image=/boot/bzImage.0428 > root = /dev/md0 > label = LRH0427 > read-only > > #this boots > image=/boot/vmlinuz > root = /dev/md0 > label = LinuxRaid > read-only If other kernels can successfully mount a RAID device, then the device has been set up for autodetection. In which case, it appears that the new kernel doesn't have the necessary support compiled in. The SCSI drivers, SCSI disk support and the various RAID options must all be built-in (i.e. not modules). Check whether anything critical has been built as a module. -- Glynn Clements <glynn.clements@xxxxxxxxxx> - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html