Recent kernels do not generate dm for initrd images - Is anyonelooking at this small bug.

Dwaine Garden dwainegarden at rogers.com
Tue Jul 18 04:02:07 UTC 2006


Right now I'm just doing the following after a yum update for a new kernel install.

mkdir initrd
cd initrd
cp /boot/initrdXXX.img ./
gunzip <initrdXXX.img >initrd.img
cpio -i <initrd.img
rm initrd.img

edit the init file->dm create entry so it has divisible size. 
(Note that I only lost 6 sectors)

find . | cpio -o -c | gzip -9 > ./initrd-new.img
cp initrd-new.img /boot/

edit grub.conf to use initrd-new.img 

                       +1, been biting me for a while too J
 
       I was wondering if anyone on the Fedora team is looking at this bug.    The fix seems small.   It would help everyone that is running a raid setup with SATA drives.
   
     
   
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196828
   
    Dwaine
   
  
  
     -- 
fedora-test-list mailing list
fedora-test-list at redhat.com
To unsubscribe: 
https://www.redhat.com/mailman/listinfo/fedora-test-list



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-test-list/attachments/20060717/03ed768b/attachment.htm>


More information about the fedora-test-list mailing list