GeForce 8400 GS : 10.04 won't boot, die after login screen

Asked by Michael Marquez

I have just installed Ubuntu 10.04.1, both on my desktop as a 2nd OS and also on my portable flash drive. I used Wubi to install on my desktop and UNetBootIn to install on my portable. Both installations were successful. The problem is during the start-up process. After the cursor appears, the red/white dots stop moving and the NumLock and CapsLock lights on my keyboard just keep blinking. The loading stops there and just hangs. I tried my portable flash drive on my other PC and it runs perfectly.

What could be the problem? I'm a newbie who wants to try Ubuntu for the first time and I'm not too tech-savvy.

My PC's specs:
- Intel Core 2 Duo
- E7200 @ 2.53GHz
- 1 GB RAM

Thanks in advance for any help!

Question information

Language:
English Edit question
Status:
Solved
For:
Wubi Edit question
Assignee:
No assignee Edit question
Solved by:
delance
Solved:
Last query:
Last reply:
Revision history for this message
delance (olivier-delance) said :
#1

You probably have an issue with hardware management, and probably the graphic card.
And don't know how to debug Wubi.
For UNetBootIn, boot on desktop and open a terminal (Applications->Accessories->Terminal)
    cd /boot/grub
    sudo gedit grub.cfg
On first linux menu, remove string "quiet splash", and save file. (it's not the clean way of doing, but the faster)
Reboot on portable.
Now, instead of seeing "five dots" screen, you see messages of progression of initialisation process.
Which is the last message ?
Also, what is your graphic processor ?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/372671

sudo is not to be used for gedit, use gksudo.

If you hold shift at boot, you can choose recovery mode, the select root.You can now run

nano /etc/default/grub

change:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT=""

Press CTRL+X
Press Y
Press ENTER

then run:

update-grub; shutdown -r now

This will apply the settings and reboot the OS. You will now be able to see the boot rather than the stupid boot splash hiding all the useful information.

Revision history for this message
Michael Marquez (mcmrqz) said :
#3

I've tried both tips but my PC still hangs at start-up. The only difference now is I don't see the red and white flashing dots anymore. The command "shutdown -r" doesn't restart my PC. It just keeps asking me to check the help page. I think somethings wrong with my PC because the portable flash I made with UNetbootin works on other computers.

Revision history for this message
delance (olivier-delance) said :
#4

Which is the last message ?
Also, what is your graphic processor ?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

the command is:

shutdown -r now
NOT
shutdown -r

Please don't run partial commands that people give, you can damage your system.

Now you have removed the spash, what is onscreen when it hangs?

Revision history for this message
Michael Marquez (mcmrqz) said :
#6

I have NVIDIA GeForce 8400 GS. I just updated the driver.

After "shutdown -r now", the system rebooted and the screen with the dots was gone. It then showed the login screen but went back immediately to a black screen showing this then hanged again:

init: ureadahead-other main process (345) terminated with status 4
fsck from util-linux-ng 2.17.2
/dev/loop0: Superblock last mount time is in the future.
              (by less than a day, probably due to the hardware clock being incorrectly set) FIXED.
 * Starting AppArmor profiles
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
                                                                                                                                                  [OK]
 * Setting sensors limits

Revision history for this message
Best delance (olivier-delance) said :
#7

I "googled" a little.
Do you have a removable disk (or USB key) connected ?
Do you have LVM or RAID configuration ?
Followind a forum:
Don't know what problem your having - but the status 4 from ureadahead-other - is not a problem. The message is informational - sent when there is mount point that does not have any files to pre-load.
Another one succeeded with command:
    aptitude purge sreadahead ureadahead

Revision history for this message
delance (olivier-delance) said :
#8

I'm a little confused about error message, and the bug I linked to your question.
It seems to be a badly formed "Warning" message, with any relationship with actual problem.
I think graphic issue is the most probable.
Could you reopen the question, to get attention of a graphic expert (what I'm not) ?

Revision history for this message
Michael Marquez (mcmrqz) said :
#9

Thanks delance, that solved my question.

Revision history for this message
Michael Marquez (mcmrqz) said :
#10

I removed my magicJack and Ubuntu loaded easily without any more problems. When you asked if I had a removable disk connected, I remembered my magicJack. It probably didn't have any other problems in the first place and I didn't even have to get rid of the splash screen.

Thanks!