LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-23-2014, 08:04 AM   #1
top522hat
LQ Newbie
 
Registered: Sep 2014
Posts: 5

Rep: Reputation: Disabled
Cant get past boot screen - nouveau


Hello,

I've just bought a new computer with an Nvidia graphics card, but when I boot the system I get a lot of error messages for Nouveau and the system hangs. If I could get to the login I could download the Nvidia binary but I cant get there because of the Nouveau errors.
 
Old 11-23-2014, 10:46 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by top522hat View Post
Hello,

I've just bought a new computer with an Nvidia graphics card, but when I boot the system I get a lot of error messages for Nouveau and the system hangs. If I could get to the login I could download the Nvidia binary but I cant get there because of the Nouveau errors.
You don't provide us any details to let us help you. You don't say what hardware you're using, or what version/distro of Linux you're trying to boot. However, this is a fairly well documented/known issue. Try adding "nomodeset" to the kernel command-line when you're booting up the first time. It may let the installation continue.

From there, though, getting X to run may (or may not) be problematic.
 
Old 11-23-2014, 11:48 AM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
The installer should offer a failsafe mode somewhere in the menu. If you're using Ubuntu, you'd probably need to use the alternative installation disk and then install the driver from a terminal — actually, it would be easier to use something else!
 
1 members found this post helpful.
Old 11-23-2014, 12:05 PM   #4
top522hat
LQ Newbie
 
Registered: Sep 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi,

Yes, Im using Slackware 14.1 (and Lilo). Graphics card is an Asus Nvidia Geforce GT 610.

TB0ne, I tried booting with 'nomodeset' on the kernel command-line in Lilo, but it wouldnt proceed to boot screen.
 
Old 11-23-2014, 02:47 PM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by top522hat View Post
Hi,
Yes, Im using Slackware 14.1 (and Lilo). Graphics card is an Asus Nvidia Geforce GT 610.

TB0ne, I tried booting with 'nomodeset' on the kernel command-line in Lilo, but it wouldnt proceed to boot screen.
Ahh...seems that this is something others have encountered:
http://www.jmcunx.com/misc/nouveau.html

Since you're saying you can get to LILO, and want to install the nVidia proprietary driver, can you boot to runlevel 3, which is just a text-only console? From there, you should be able to run the nVidia installer (typically, a .run file), which will (??) blacklist the nouveau driver, and let the nVidia installation proceed. Do you have your kernel source installed already?

You should be able to run "wget http://us.download.nvidia.com/XFree86/Linux-x86_64/304.88/NVIDIA-Linux-x86_64-304.88.run", to get the latest driver that supports the GT610, make the file executable, and run it.
 
Old 11-23-2014, 03:30 PM   #6
top522hat
LQ Newbie
 
Registered: Sep 2014
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
can you boot to runlevel 3
Erm, I dont know how to to this. Can it be done from the Lilo screen?

Quote:
Do you have your kernel source installed already?
I think so


Sorry for being a noob.
 
Old 11-23-2014, 03:52 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by top522hat View Post
Erm, I dont know how to to this. Can it be done from the Lilo screen?
Yep..should be able to press ESCAPE at the LILO boot screen, then just enter a "3" in the box. Been a while since I've used LILO though, since I'm openSUSE/Grub now.
Quote:
I think so Sorry for being a noob.
No worries at all...at least you're asking questions (and providing answers). If you don't have the kernel source installed, when you try to build the nVidia drivers, it'll complain about them being missing. Not sure how to install them on Slack these days, but it should be like installing any other package. Since you'll have full networking available to you in runlevel 3, you may be able to install it from online repos/DVD. This may give you a start:
http://docs.slackware.com/howtos:slackware_admin:start
 
1 members found this post helpful.
Old 11-23-2014, 06:48 PM   #8
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Are you running KDE? Then compositing is likely the culprit. I had this with a GT 610.

Find ~/.kde/share/config/kwinrc or wherever Slack puts that file.

And set this parameter:
Code:
[Compositing]
Enabled=false
If everything else fails boot a Mint live stick or so. I would recommend to try this first before you install the proprietary drivers.

jlinkels

Last edited by jlinkels; 11-23-2014 at 06:51 PM.
 
  


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
SLES10 doesn't boot past blue screen Mark_667 SUSE / openSUSE 0 08-18-2011 09:39 AM
Ubuntu wont boot past black command type screen aconversi Linux - Newbie 10 06-13-2009 02:45 PM
Computer won't get past the first boot screen after install AdamskiAirsoft Arch 9 08-01-2006 07:02 PM
Can get installer to go past the boot screen RushFan333 Linux - Newbie 2 02-05-2006 03:54 PM
FC4 - Can't get past Boot Screen miguelito928 Fedora - Installation 9 10-19-2005 07:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:34 AM.

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