LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-27-2015, 11:45 PM   #1
vblanton
LQ Newbie
 
Registered: Feb 2006
Posts: 2

Rep: Reputation: 0
booting issue after nvidia driver install and latest kernel update


hello all,

thank you for looking at this thread. I'm really quite unsure what to do.

Fedora 23 Workstation Edition kernel 4.2.6-301.fc23

I just installed rpmfusion's nvidia akmod driver for my geforce go 7600 and all the related dependencies on a fedora 23 install. I also installed the latest kernel-devel package (4.2.6-301.fc23) and then did a whole system update which included kernel updates.

near completion, my screen went black and dropped out of any graphical into a text console with some text I cannot recall.

I restarted my system (Ctrl-Alt-Del) on Virtual Terminal 2 and then found that running the latest fedora + kernel led to a bunch of text ending in "2.864972 End Trace ..." and using any older kernel ends with gdm starting and then an infinite loop of creating, starting and then stopping "user manager for UID 42" and "created/removed slice user-42.slice

trying the fedora rescue boot option. that ended up with the same loop.

so i booted up an extremely old partition with kubuntu on it and came here for help!

any help on how to undo or diagnose this would be great!

Last edited by vblanton; 11-28-2015 at 01:25 AM.
 
Old 11-28-2015, 04:48 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
What is the version of driver, 304.131 is the latest version for your card.
 
Old 11-28-2015, 05:30 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
why do you think installing the newest kernel will help for getting an almost 10 year old card to work?
do what Emerson suggested.
 
Old 11-28-2015, 12:16 PM   #4
vblanton
LQ Newbie
 
Registered: Feb 2006
Posts: 2

Original Poster
Rep: Reputation: 0
Hello, thanks for the replies. I'm glad someone responded.

I didn't assume the kernel update would help, it was just part of the instructions on rpmfusion's website. 1: install nvidia driver 2: update system (this happened to include a new kernel)

I did get the latest nvidia driver for that card, I'm sure of it because I checked ahead of time.

However, the issue now is just getting my system back up and running at all. I managed to chroot in from kubuntu and uninstall/remove the nvidia driver and dependencies. I also removed the kernel-devel package. I then reinstalled the latest kernel and ran grub2-mkconfig to fix the menu entries.

Nothing has changed - first boot option fails with kernel panic, "not syncing: VFS: unable to mount root fs on unknown block (0,0)" and second menu option infinite loops.

the third option, kernel 4.2.5 gets me in! but, oddly the wired ethernet internet doesn't work and so I'm unable to do much.

Last edited by vblanton; 11-28-2015 at 12:20 PM.
 
Old 11-28-2015, 12:20 PM   #5
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Code:
not syncing: VFS: unable to mount root fs on unknown block (0,0)
This means the kernel is unable to handle your SATA (PATA, SCSI) controller.

Generally nvidia driver has to be compiled against running kernel, otherwise it won't load.

Your network interface naming can be unpredictable, run
Code:
ip a
to see if it exists.
 
Old 11-28-2015, 12:27 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by vblanton View Post
the third option, kernel 4.2.5 gets me in! but, oddly the wired ethernet internet doesn't work and so I'm unable to do much.
Hi...

Welcome to the forum

Not sure I can help here but has this been the case with Fedora 23 or just since you started using the kernel you mentioned above?

In addition to what Emerson has requested, please also provide the results of...

Code:
lspci -nnk | grep -i net -A2
Code:
lsmod
Thanks!
 
Old 11-28-2015, 04:19 PM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
ok, so you're still using fedora's standard kernel, you just happened to say that in a way that we were thinking you're using some bleeding edge kernel?

what to do:
tell your system to not load a graphicel desktop, and start diagnosing from there.

thoughts:
- what is this rpmfusion and what exactly were the instruction? maybe they're outdated?
- did you really get the nvidia driver that fits both your graphic card and your current kernel? i find that a little hard to believe - a 4+ kernel, and an nvidia legacy driver for an ooold card. maybe you're stuck with nouveau with this combination.
 
Old 11-28-2015, 04:42 PM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Actually 304.131 will build against 4.2.x. Maybe even 4.3. They keep it updated.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Slackware 14.1 latest Nvidia driver not finding kernel.h file Suevy Suavae Slackware 14 05-12-2014 08:38 PM
[SOLVED] How do I install Nvidia latest driver on Ubuntu 10.10? volt220 Linux - Newbie 3 04-24-2012 11:42 AM
[SOLVED] Latest update has made X11 not able to boot with Nvidia driver interested_in_linux SUSE / openSUSE 5 12-27-2011 05:41 PM
[SOLVED] Realtek rtl8191se driver problems - latest kernel update SL 6.1 D1ver Red Hat 1 08-24-2011 07:42 PM
How do I install the latest Nvidia Driver captaincaveman Linux - Software 2 05-03-2004 11:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 07:09 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration