LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-19-2012, 10:38 AM   #1
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Rep: Reputation: 20
Boots into TTY1 after upgrade to Xubuntu 12.04, can't start X


Hi,

Just did an upgrade from Xubuntu 11.10 to 12.04, and like the title says, it now boots stright into TTY1. After logging in I pressed Alt + F7 to try to get to the GUI, and it gives me a list of a bunch of processes that it is stopping, ending with "stopping save kernel messages [OK]," and then it just hangs. All the stopping processes messages say "OK" with no failures.

If I enter 'startx' (after restarting to get past the last stage) it gives a bunch of data about the XORG server and then says

Quote:
FATAL: module nVidia_173 not found.
Fatal server error:
no screens found
Please help!

edit: I also just tried this:

Code:
sudo apt-get --purge remove nvidia
followed by

Code:
sudo apt-get install --reinstall nvidia-173
And then tried to start x again. Same thing as before. Only now it says additionally:

Quote:
Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: No such file or directory
xinit: server error

Last edited by Miranden; 09-19-2012 at 10:51 AM.
 
Old 09-19-2012, 10:50 AM   #2
Dman58
Member
 
Registered: Nov 2010
Location: The Danger Zone
Distribution: Slackware & everything else in a VM
Posts: 294

Rep: Reputation: 31
Not too sure about Ubuntu or Xubuntu but never the less it looks like there is no video driver installed for your card. Secondly you might want to check out your /etc/inittab & make sure it default run level is set to 4 & not 3. I'm not much of a Ubuntu user but that might help.
 
Old 09-19-2012, 10:55 AM   #3
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by Dman58 View Post
Not too sure about Ubuntu or Xubuntu but never the less it looks like there is no video driver installed for your card. Secondly you might want to check out your /etc/inittab & make sure it default run level is set to 4 & not 3. I'm not much of a Ubuntu user but that might help.
Even if my default run level were 3, it should still startx x on command.
 
Old 09-19-2012, 11:03 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
At first, Ubuntu, as almost any Debian derivative, uses runlevel 2 only, so a runlevel change has no effect at all.

To your problem, it seems that there is a problem with your graphics driver. So I would at first try to remove that driver. That includes removing (or better renaming) the file /etc/X11/xorg.conf.
Then restart the system. If it still starts to CLI only try
Code:
sudo modprobe nouveau
startx
Please post any error messages you get if that doesn't work.
If it starts to the GUI you can use the "Additional Drivers" application to install the proprietary driver.
 
Old 09-19-2012, 11:16 AM   #5
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
@ TobiSGD: I renamed xorg.conf to xorg-renamed.conf and restarted. There was no change. I tried

Code:
 sudo modprobe nouveau
and it said "FATAL: Module off not found."

Thanks!
 
Old 09-19-2012, 11:56 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
That is weird, nouveau should be installed by default. It seems to me that something weird happened here, which, sadly, is not that uncommon when upgrading X/K/L/Ubuntu to a newer version.
In this case I would recommend to make a fresh install of the OS.
 
1 members found this post helpful.
Old 09-19-2012, 12:00 PM   #7
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Have a look at the official Ubuntu help pages on installing the nVvidia binary drivers.
https://help.ubuntu.com/community/Bi...erHowto/Nvidia

Your problem is likely that your screen resolution was not detected, and/or you may need to use the "nomodeset" option in grub (or grub2). But you can/should start with the info in the guide...
 
1 members found this post helpful.
Old 09-19-2012, 12:09 PM   #8
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
@TobiSGD: Thank you. I was afraid of that. The upgrade process appeared to go smoothly, so I don't know what went wrong. But something sure happened.

I am in the process of copying the contents of my home folder to a flash drive so I can reinstall by disk. At least I am getting practice using the command line.

If you are still there, could you tell me one more thing? I have about 61 GB of data I did not back up before this upgrade (silly I know, but my external hard drive is full). I searched in my closet and I now have two 32 GB flash drives that I can store the data on. Is there a simple command to copy the data from my home folder to the flash drives (I do know how to mount them) so that it will fill one of them up and then prompt me to insert the other one? There probably isn't, but I thought I would ask, because I am having a hard time figuring out file sizes under the command line in order to manually see which files will fit on each flash drive.

Thank you.
 
Old 09-19-2012, 12:16 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Miranden View Post
Is there a simple command to copy the data from my home folder to the flash drives (I do know how to mount them) so that it will fill one of them up and then prompt me to insert the other one?
Not that I am aware of. It may be easier for you if you install a commandline file-manager, like midnight commander.
Code:
sudo apt-get install mc
mc
 
1 members found this post helpful.
Old 09-19-2012, 12:54 PM   #10
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
Thank you. That will help a lot.
 
Old 09-19-2012, 01:05 PM   #11
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Suggestion on reinstall,...

Make /home a separate partition, so that in the future, you can just reformat the root / partition when upgrading or moving to another distro.

On most distros, you'll have to create a new user and migrate your data into the new account, but that's easier & better than having to backup to a flash drive and reformat a single partition.
 
Old 09-19-2012, 01:50 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
JaseP is right, having a separate /home partition may be very convenient. Just keep in mind that having a separate /home is no substitute for the backups you make regularly of your important data.
 
Old 09-19-2012, 02:30 PM   #13
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Yes, regular backups are important,... but when the machine is running "crippled," not convenient to do at all... Backups are better run when the machine is healthy, and they can be done automatically, as well.

I suggest that you be selective about what you're copying over,... There may be a lot of redundant data. Plus, 61 GB of transfers can take hours...
 
Old 09-19-2012, 04:05 PM   #14
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
Yes, I usually do make a separate home partition, but I just installed this hard disk recently to test after another hard disk failed on me. I wasn't sure the old hd was the problem and I wanted to leave this one in with only a standard partition scheme so I could see if my errors continued. So I put in this one, which is an old 70 GB spare I had lying around. I thought I would replace it as soon as I figured out I needed to, and I didn't think I would be putting any data on it. I guess time just got away from me.

I will definitely be putting home on its own partition this time around.
 
Old 09-19-2012, 04:13 PM   #15
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by JaseP View Post
Yes, regular backups are important,... but when the machine is running "crippled," not convenient to do at all... Backups are better run when the machine is healthy, and they can be done automatically, as well.

I suggest that you be selective about what you're copying over,... There may be a lot of redundant data. Plus, 61 GB of transfers can take hours...
Unfortunately I cannot deselect any of the 61 GB. It is all media that I need to keep.

You are right, though, I really do need to set up a better backup system. It is mostly a matter of getting the storage space. I have a lot of media that I need to store, and right now I am shopping around for a larger disk. I was thinking of getting two 1 to 1.5 TB hard drives and using one for backup. If I did go for something like this, what sort of backup system would you suggest? rsync?
 
  


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
Unallocated disk partition boots into Xubuntu 10.04 - no problem willygilly2 Linux - Hardware 3 06-02-2010 10:06 AM
KDE won't start; system starts in tty1 Jags_FL Slackware 8 02-22-2008 08:41 PM
Xubuntu boots slowly Zeptus Linux - Newbie 3 06-05-2007 06:29 AM
lilo still boots old kernel after upgrade TwoEven Debian 17 01-18-2007 10:28 AM
synaptic upgrade-now start up is stuck-root@tty1[~]# whoszed Linux - Newbie 2 11-27-2005 05:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:32 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