Description of problem: Updated my FC5 setup to 2.6.18-2200 but it failed to detect my LVM over RAID5 setup. Seems the mkinitrd failed to create a boot-able initrd image. Last working kernel - 2.6.17-2174. $ gunzip -c /boot/initrd-2.6.18-1.2200.fc5.img | cpio -t | sort > 2200.txt 10260 blocks $ gunzip -c /boot/initrd-2.6.17-1.2174_FC5.img | cpio -t | sort > 2174.txt 10806 blocks $ diff -u 2174.txt 2200.txt --- 2174.txt 2006-11-06 12:06:58.000000000 +0200 +++ 2200.txt 2006-11-06 12:06:28.000000000 +0200 @@ -46,12 +46,10 @@ lib/ext3.ko lib/jbd.ko lib/libata.ko -lib/raid5.ko lib/sata_nv.ko lib/scsi_mod.ko lib/scsi_transport_spi.ko lib/sd_mod.ko -lib/xor.ko proc sbin sys Both xor.ko and raid5.ko are missing. Version-Release number of selected component (if applicable): 2.6.18-1.2200.fc5 How reproducible: Always. - Gilboa
*** This bug has been marked as a duplicate of 211030 ***