Problem with grub & new kernel

Ed Greshko Ed.Greshko at greshko.com
Thu May 25 15:07:47 UTC 2006


sasa wrote:
> "Ed Greshko" wrote:
> 
>> What kind of hard drives do you have?  With that info, I would boot to
>> the working kernel, copy the initrd file to /tmp and rename it to add
>> .gz.  Then gunzip it and use cpio to list the contents.
> 
> ..sorry for my banal question but I don't known 'cpio', I must copy  in
> /tmp the file 'initrd-2.4.22-1.2115.nptlcustom.img' or the 'file
> initrd-2.4.22-1.2115.nptl.img', after this copy what I must make ??
> I can add that the machine is a toshiba Satellite Pro.
> thanks again.

I'm sure my wrap settings are going to mess this up.....

All on one line....

cp initrd-2.4.22-1.2115.nptlcustom.img
/tmp/initrd-2.4.22-1.2115.nptlcustom.img.gz

cd /tmp
gunzip initrd-2.4.22-1.2115.nptlcustom.img.gz
cat initrd-2.4.22-1.2115.nptlcustom.img | cpio -it

This will show you all the files in the archive.  cpio is similar to tar.

Then do the same thing with initrd-2.4.22-1.2115.nptl.img and compare
the output.  On the same hardware they should be the same...

One thing that does bother me....  I don't quite understand your earlier
comment of "Fedora is installed what host OS on vmware".  Not sure what
you were trying to communicate.





-- 
Genius may have its limitations, but stupidity is not thus handicapped.
		-- Elbert Hubbard




More information about the fedora-list mailing list