Go Back   The UNIX and Linux Forums > Operating Systems > Linux > Red Hat
google site



Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions.

Reply
English Japanese Spanish French German Portuguese Italian Powered by Powered by Google
 
Search this Thread
  #1  
Old 4 Weeks Ago
Registered User
 

Join Date: Jul 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
RAMDISK: EOF while reading compressed data ...Kernel panic - Unable to mount root

I was following this tutorial on How install the rpmfusion nvidia drivers in Fedora 13:
F13, F12 & F11 Nvidia driver guides - FedoraForum.org

Here's the tutorial:
Quote:
Originally Posted by leigh123linux View Post
F13 Howto for the rpmfusion nvidia drivers


This is a Three-Step Process. If you don't follow all three steps, your install will fail!




1. Install the nvidia driver. ( if you have 4Gb of RAM or more you will probably have a PAE kernel [32bit only] so follow the PAE part )

For GeForce 6, 7, 8, 9, 200 & 300 series cards


Code:
su
rpm -Uvh   http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm     http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia  xorg-x11-drv-nvidia-libs.i686

If you use a PAE kernel


Code:
su
rpm -Uvh   http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm     http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install  kmod-nvidia-PAE

Or (akmod builds the required kmod on bootup )


Code:
su
rpm -Uvh   http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm     http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-nvidia  xorg-x11-drv-nvidia-libs.i686



2. Edit grub.conf ( if you omit this step the driver will fail to work )


this command adds rdblacklist=nouveau option to /boot/grub/grub.conf


Code:
su -
sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname   -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)

3. Reboot
And this is what I did:

First I executed the following commands:


Code:
su
rpm -Uvh   http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm     http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-nvidia  xorg-x11-drv-nvidia-libs.i686

Then In step 2 I executed the following commands:

First:

Code:
sed -i '/root=/s|$| rdblacklist=nouveau|' /boot/grub/grub.conf

Then this one:

Code:
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname   -r)-nouveau.img

And when I got to this one:

Code:
dracut /boot/initramfs-$(uname -r).img $(uname -r)

I got this message: Will not override existing initramfs (/boot/initramfs-2.6.33.3-85.fc13.x86_64.img) without --force
So I kinda ignored that command and restarted my computer and that's when I received this message:

Quote:
RAMDISK: EOF while reading compressed data uncompression error Kernel panic - not syncing Unable to mount root fs on unknown block (0,0)
[COLOR="Silver"]

============= I used a FedoraDVD/Rescue Option to access my system:

Here's my grub.conf file (boot/grub/grub.conf):

Quote:

#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.33.6-147.fc13.x86_64 ro root=/dev/mapper/vg_wmxwrkst-lv_root rd_LVM_LV=vg_wmxwrkst/lv_root rd_LVM_LV=vg_wmxwrkst/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrgeb-sun16 KEYTABLE=us rhgb quiet nouveau.modest=0 rdblacklist=nouveau
initrd /initramfs-2.6.33.6-147.fc13.x86_64.img
title Fedora (2.6.33.3-85.fc13.x86_64 ro root=/dev/mapper/vg_wmxwrkst-lv_root rd_LVM_LV=vg_wmxwrkst/lv_root rd_LVM_LV=vg_wmxwrkst/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrgeb-sun16 KEYTABLE=us rhgb quiet rdblacklist=nouveau
initrd /initramfs-2.6.33.3-85.fc13.x86_64.img
When I execute the command: uname -a I get the following:
Linux localhost.localdomain 2.6.33.3-85.fc13.x86_64 ...
Sponsored Links
Reply

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Solaris 10 - Unable to boot the system "panic: cannot open /kernel/amd64/unix" Manjunath K V Solaris 2 06-20-2010 03:03 AM
unable to get end of file while reading HTTP data from socket Harish.joshi Programming 2 10-08-2008 08:58 AM
Kernel panic - not syncing: cannot execute a PAE-enabled kernel on PAE-less CPU dave043 Linux 2 05-10-2007 01:57 AM
RH 7.3 Kernel Panic. ruizf UNIX for Dummies Questions & Answers 2 09-25-2002 01:50 AM
Panic message with mount. joerg UNIX for Dummies Questions & Answers 4 08-13-2002 05:14 AM



All times are GMT -4. The time now is 09:22 PM.