Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 8th June 2012, 05:49 PM
draven462 Offline
Registered User
 
Join Date: May 2012
Location: Space
Posts: 10
windows_7firefox
New kmods fail to install after update to 3.3.7, Can't boot

Hello. I'm running Fedora 16 on a Dell Vostro 1500 with an nVidia Geforce 8600 gt graphics card. I recently upgraded to kernel 3.3.7-1.fc16.i686, but Fedora won't boot successfully with this kernel selected. I get a screen that lists some services that were started successfuly and some that did not. I see things like,

Code:
Starting Link Layer Discovery Protocol Agent Daemon..                                  [OK]
Starting LSB: Mount and unmount network filesystems.                                  [OK]
etc.

This screen also indicates a failure that reads,

Code:
Starting LSB: Builds and install new kmods from akmod packages...
Failed to start LSB: Builds and install new kmods from akmod packages           [FAILED]
See 'systemctl status akmods.service' for details
Poster esau999 details a successful strategy he used to solve a very similar problem in this thread.
HTML Code:
http://forums.fedoraforum.org/showthread.php?t=278000
However, I'm not sure how to perform these commands without being able to boot into the x window. I had the idea to press 'c' at the screen that prompts you to choose a kernel to bring up a command line, but I can't get any of these commands to work.

This would not be such a horrible issue if my other kernels were working. However, I have been using kernel 3.3.4 because kernel 3.3.5 causes a kernel panic. Now, my previously only viable kernel (3.3.4) gives me the same failure message as kernel 3.3.7. And, this is my only machine
Reply With Quote
  #2  
Old 8th June 2012, 09:39 PM
bob's Avatar
bob Offline
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,201
linuxfirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

Try to boot, let it fail and then 'ctrl-alt-f3' to get to a login. Login with your username, password and then perform what Leepaul mentioned:
Quote:
su yum erase *\nvidia\* yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
Essentially, you're killing all the nvidia configs and reinstalling them. Worked for me.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.

Last edited by bob; 8th June 2012 at 09:41 PM.
Reply With Quote
  #3  
Old 8th June 2012, 10:27 PM
draven462 Offline
Registered User
 
Join Date: May 2012
Location: Space
Posts: 10
linuxfirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

Thank you very much for your speedy reply bob. Your instructions worked perfectly! Iused 'ctl+alt+f3' to get to a terminal and did
Code:
sudo yum erase *\nvidia\*
and then

Code:
sudo yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686
I could not get the full string to work for some reason. Maybe I had a space in the wrong place. Anyway, I did

Code:
reboot
and selected kernel 3.3.7 and I was able to sign into the x window perfectly. Thanks again!
Reply With Quote
  #4  
Old 20th June 2012, 08:17 PM
gunit888 Offline
Registered User
 
Join Date: Jun 2012
Location: Cleveland, Ohio, USA
Posts: 1
linuxubuntufirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

I'm having the exact same problem, however this step doesn't seem to change anything for me. When I run the suggested 'systemctl status akmods.service' I get the following:

Code:
Active: Failed since (today's date)
Process: 1212 ExecStart=/etc/rc.d/init.d/akmods start (code=exited, status=0/SUCCESS)
So, it looks like it seems to have failed and succeeded at the same time?

When I run:
Code:
sudo /etc/rc.d/init.d/akmods start
I get:
Code:
Checking kmods exist for 3.3.7-1.fc16.i686     [  OK  ]
Any idea what the problem is? I'm not sure where to go from here.
Reply With Quote
  #5  
Old 27th June 2012, 02:52 AM
draven462 Offline
Registered User
 
Join Date: May 2012
Location: Space
Posts: 10
windows_xp_2003firefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

Actually, I just had to perform a clean install with Fedora 16, and I'm having the same problem again. Oi. I followed the installation procedures on Leigh's how-to thread and I am receiving the same error messages that I did before:

Failed to start LSB: Builds and install new kmods from akmod packages
Failed to start LSB: Starts and stops login iSCSI daemon

I performed the same steps that I did before that fixed the problem, but it's not working now. I tried

Code:
sudo yum reinstall kernel
but this did not work. Any input would be much appreciated. So frustrated
Reply With Quote
  #6  
Old 1st July 2012, 03:57 AM
draven462 Offline
Registered User
 
Join Date: May 2012
Location: Space
Posts: 10
linuxfirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

Still struggling with this. I reinstalled the driver for the 4th or 5th time, and now the nvidia emblem appears during boot-up instead of the Fedora "f." I assume this means the nvidia driver is loading. However, the gnome 3 environment fails to start. I think I end up in a fallback environment with resemlbing a windows type environment rather than one with Mac-like expose functionality.

etc/default/grub

GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Fedora"
GRUB_DEFAULT=saved
GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.luks=0 LANG=en_US.UTF-8"

I added “rdblacklist=nouveau nouveau.modeset=0” to the “GRUB_CMDLINE_LINUX” line.

Then, I did

Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
and rebooted.


After rebooting, I did

Code:
lsmod |grep nouveau
and got no output, which should mean that the nouveau driver module is not present in the initrd image.


The rpm fusion how-to also says to try

nvidia-config-display disable
nvidia-config-display enable

The guide says that this will re-configure xorg.conf for use with the RPM Fusion drivers. However, I get

Code:
bash: nvidia-config-display: command not found...

/etc/X11/xorg.conf reads

# RPM Fusion - nvidia-xorg.conf
#
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection

Thoughts?
Reply With Quote
  #7  
Old 8th July 2012, 04:35 PM
draven462 Offline
Registered User
 
Join Date: May 2012
Location: Space
Posts: 10
linuxfirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

Still can't figure this darn thing out. This is driving me crazy. I would really appreciate any input. Thanks
Reply With Quote
  #8  
Old 8th July 2012, 05:49 PM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,099
linuxfirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

Quote:
Originally Posted by draven462 View Post
The rpm fusion how-to also says to try

nvidia-config-display disable
nvidia-config-display enable

The guide says that this will re-configure xorg.conf for use with the RPM Fusion drivers. However, I get

Code:
bash: nvidia-config-display: command not found...
Have you installed the nvidia-settings package from rpmfusion: http://download1.rpmfusion.org/nonfr...-settings.html

Then run nvidia-settings from a terminal.

---------- Post added at 05:49 PM ---------- Previous post was at 05:38 PM ----------

Quote:
Originally Posted by draven462 View Post
I added “rdblacklist=nouveau nouveau.modeset=0” to the “GRUB_CMDLINE_LINUX” line.

Then, I did

Code:
grub2-mkconfig -o /boot/grub2/grub.cfg
and rebooted.


After rebooting, I did

Code:
lsmod |grep nouveau
and got no output, which should mean that the nouveau driver module is not present in the initrd image.
Don't forget Step 3 from Leigh/Dan's nvidia install guide:
Code:
3. Make sure nouveau is removed from initramfs

su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
Reply With Quote
  #9  
Old 8th July 2012, 06:20 PM
draven462 Offline
Registered User
 
Join Date: May 2012
Location: Space
Posts: 10
linuxfirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

Thanks for posting sonoran. The nvidia settings package won't install because it's not compatible with my version of the driver. Nvidia-settings is compatible with driver up to 285.05.09., and I have 295.59. I found this out by clicking on Nvidia X server Settings under the "Other" menu. Maybe this means I already have this installed.

Also, I did indeed perform the 3rd step in Leigh's guide. Still nuttin
Reply With Quote
  #10  
Old 8th July 2012, 07:03 PM
sonoran's Avatar
sonoran Offline
Registered User
 
Join Date: May 2005
Location: Sonoran Desert
Posts: 2,099
linuxfirefox
Re: New kmods fail to install after update to 3.3.7, Can't boot

You might try the systemd commands that are scattered through this rpmfusion bugzilla:
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2246

Quote:
You also need to understand that the service type is "oneshot" so if you
repeatedly try to run it, it will not work. To force it to run again you need
to use "restart":
systemctl restart akmods.service
Sounds like a rather elusive bug. If all else fails, I'd try installing Fedora 17, on the chance that newer versions of everything have eliminated the problem.
Reply With Quote
Reply

Tags
boot, fail, install, kmods, 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
F13 install fail on dual-boot with ntfs-3g - and solution rgadsdon Installation and Live Media 9 7th June 2010 03:42 PM
FC10 Fresh Install: boot fail, LogVol00 not found techxi EOL (End Of Life) Versions 2 19th March 2010 01:32 AM
Install/Boot fail on Toshiba Satellite L35-S2171 airencracken Hardware & Laptops 10 1st February 2010 09:19 PM
Yum mirrors fail - Can't install or update Andrew James Using Fedora 3 20th January 2009 07:25 PM
Fujitsu-Siemens Amilo A7640 FC4 install fail on boot nuotimi1 Hardware & Laptops 0 14th July 2005 01:38 PM


Current GMT-time: 01:00 (Sunday, 19-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