Results 1 to 10 of 40

Thread: Computer suddenly won't boot to desktop

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Location
    Birmingham, AL
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Computer suddenly won't boot to desktop

    I upgraded to Oneiric in November and after some trouble, got my video card working perfectly. Today, for some reason, my computer suddenly stopped booting to the desktop. Now it goes the BIOS screen and then goes to a dark purple background, which it usually shows for a few seconds before displaying the splash screen, but now it just stays on that blank screen with the dark purple background. I have the NVIDIA GeForce 7025 onboard video. Any help would be appreciated. Thanks!

  2. #2
    Join Date
    Jan 2009
    Location
    Flanders
    Beans
    Hidden!

    Re: Computer suddenly won't boot to desktop

    In grub, can you press 'e' to go to the edit mode?

    There you should delete the words "quiet splash" and try to boot.

    Now you will see a bunch of text instead of a splash screen. Can you tell us where it hangs?

    EDIT: If you don't see any error message or so, you can take a picture of the screen, check that the text is readable, and upload it here.

  3. #3
    Join Date
    Dec 2009
    Location
    Mangalore, India
    Beans
    100
    Distro
    Ubuntu Development Release

    Re: Computer suddenly won't boot to desktop

    While you are presented with Grub screen, press keyboard button 'e'. You'll be presented with the lines code of Grub. Find the term 'quiet splash' in it. Replace those with 'nomodeset' and try to log in. If the issue persists, please provide us with error message or screen shot as suggested by 'sanderd17'.

  4. #4
    Join Date
    Mar 2009
    Location
    Birmingham, AL
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Computer suddenly won't boot to desktop

    My computer never goes to the grub menu. I think it's set that way by default, right? I can get to a console with Ctrl+Alt+F1. How can I get the grub to show up using that?

  5. #5
    Join Date
    Jan 2009
    Location
    Flanders
    Beans
    Hidden!

    Re: Computer suddenly won't boot to desktop

    Quote Originally Posted by Crimson_Tider View Post
    My computer never goes to the grub menu. I think it's set that way by default, right? I can get to a console with Ctrl+Alt+F1. How can I get the grub to show up using that?
    Oh, so your computer completely boots, but you just don't get gdm.

    changing grub things won't help with that (as far as I see).

    maybe try from the tty to do
    Code:
    sudo rc.d restart gdm
    and see what you get.

  6. #6
    Join Date
    Mar 2009
    Location
    Birmingham, AL
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Computer suddenly won't boot to desktop

    Quote Originally Posted by sanderd17 View Post
    Oh, so your computer completely boots, but you just don't get gdm.

    changing grub things won't help with that (as far as I see).

    maybe try from the tty to do
    Code:
    sudo rc.d restart gdm
    and see what you get.
    Code:
    sudo: rc.d: command not found

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •