Bug 214157 - SW raid5 module is missing from 2.6.18-1.2200.fc5 initrd image.
Summary: SW raid5 module is missing from 2.6.18-1.2200.fc5 initrd image.
Keywords:
Status: CLOSED DUPLICATE of bug 211030
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 5
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-06 10:11 UTC by Gilboa Davara
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-11-12 05:36:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Gilboa Davara 2006-11-06 10:11:41 UTC
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

Comment 1 Dave Jones 2006-11-12 05:36:58 UTC

*** This bug has been marked as a duplicate of 211030 ***


Note You need to log in before you can comment on or make changes to this bug.