Description of problem: I don't know how many of the $Summary are actually needed to trigger the problem, but the device dependency is clearly broken in 6.0.68. With the 6.0.67 mkinitrd script (saved before the upgrade, running with 6.0.68 nash and libraries), I get the expected output: Creating initramfs Found root device /sys/block/dm-2 for /dev/livre/test Looking for driver for device /sys/block/dm-2 Looking for driver for device dm-0 Found RAID component md3 Looking for driver for device sda3 Looking for deps of module scsi:t-0x00 Looking for deps of module pci:v000010DEd00000266sv00001558sd00005407bc01sc01i85: sata_nv pata_acpi ata_generic Looking for driver for device sdb3 Looking for deps of module scsi:t-0x00 Looking for deps of module usb:v0D49p7000d0200dc00dsc00dp00ic08isc06ip50: usb-storage usb-storage Looking for deps of module pci:v000010DEd0000026Esv00001558sd00005407bc0Csc03i20 Looking for driver for device sdc3 Looking for deps of module scsi:t-0x00 Looking for deps of module usb:v152Dp2329d0100dc00dsc00dp00ic08isc06ip50: usb-storage usb-storage Looking for deps of module pci:v000010DEd0000026Esv00001558sd00005407bc0Csc03i20 Looking for deps of module scsi:t-0x00 Looking for deps of module usb:v152Dp2329d0100dc00dsc00dp00ic08isc06ip50: usb-storage usb-storage Looking for deps of module pci:v000010DEd0000026Esv00001558sd00005407bc0Csc03i20 Found swsusp device /sys/block/dm-1 for /dev/livre/swap Whereas with the 6.0.68 mkinitrd script, all I get is: Creating initramfs Found root device /sys/block/dm-2 for /dev/livre/test Looking for driver for device /sys/block/dm-2 Looking for driver for device dm-0 Found swsusp device /sys/block/dm-1 for /dev/livre/swap Note how it fails to find md3, where / is, which makes the system unbootable. Version-Release number of selected component (if applicable): mkinitrd-6.0.68 How reproducible: Every time
Ugh, bugzilla searches ought to search in recently-closed bugs too :-( Sorry about the noise. *** This bug has been marked as a duplicate of bug 468856 ***