Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd August 2009, 03:58 AM
rusticdan Offline
Registered User
 
Join Date: Aug 2009
Posts: 1
linuxfedorafirefox
Fedora 11 kernel update mkinitrd kernel panic

I have found that whenever I perform a kernel update, the initrd imag is always corrupt (it lacks certain libs) and there is a fatal kernel panic upon reboot.

Oddly, if I update the kernel of a fresh DVD installation of F11, everything is OK....it is only when I attempt a subsequent kernel update of an already updated system that it goes FUBAR.

The error message is something like "nash: cannot find libnash...kernel panic...attempting to sync"

It seems that mkinitrd is failing to build a correct initrd image.

In my case, it seems to be omitting 4 libraries - libnash, libbdevid, libplybootsplash & libpng12.

I found some instructions to add these into the faulty initrd:

>>>
# unpack the current initrd.img
mkdir /home/cdimgextract
cd /home/cdimgextract
gzip -dc < /boot/initrd.img | cpio -i
cd /home
# make any changes you need to the initrd.img in cdimgextract
# typically this involves adding missing files from /usr/lib, such as:
# libnash
# libbdevid
# libplybootsplash
# libpng12


REMAKE MODIFIED INITRD.IMG

cd /home/cdimgextract
# create the new initrd
rm -f /boot/initrd.img
find . | cpio -o -c | gzip -9 > /boot/initrd.img
# cleanup
cd /home
rm -rf cdimgextract
>>>

After adding these libraries, everything was fine.

I hope this saves somebody some heartburn

FYI my setup is a cheapo Dell Dimension 4500S...I have attached my dmesg output.
Attached Files
File Type: txt dmesg.txt (27.4 KB, 83 views)
Reply With Quote
  #2  
Old 23rd August 2009, 07:22 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
Try this command to revert to the original versions and see if it helps:

su -
yum downgrade mkinitrd nash grubby
Reply With Quote
Reply

Tags
initrd, kernel, panic, update

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
kernel update on F7 missing mkinitrd-6.0.9-7.1 dependency galderz Installation and Live Media 7 16th June 2007 05:02 PM
FC5: kernel update from 2.6.16 to 2.6.17: mkinitrd failed mattster EOL (End Of Life) Versions 1 12th September 2006 10:21 PM


Current GMT-time: 17:40 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat