Page 1 of 3 123 LastLast
Results 1 to 10 of 27

Thread: 12.04 updated to command line

  1. #1
    Join Date
    May 2010
    Beans
    143

    12.04 updated to command line

    I just updated my system from 11.10 to 12.04. It looked like the instalation went well but now it boots into the command line after the splash screen. I am stuck

  2. #2
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 updated to command line

    Hi, see if this link helps if not please give more details of what happens when you boot.
    http://ubuntuforums.org/showthread.php?t=1613132
    Thanks

  3. #3
    Join Date
    May 2010
    Beans
    143

    Re: 12.04 updated to command line

    Well I really screwed up. It looked like gnome wasnt installed so I installed it, sudo apt-get install gdm. Then I tried to open it. sudo /etc/ini-d gdm. The screen just flashes at random. I think my system is dead

  4. #4
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 updated to command line

    We don't use GDM as the default display manager now. We use LightDM.
    Try installing ubuntu-desktop and see if it fixes stuff
    Code:
    sudo apt-get install ubuntu-desktop
    Also remove gdm to avoid conflicts
    Code:
    sudo apt-get remove gdm
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  5. #5
    Join Date
    May 2010
    Beans
    143

    Re: 12.04 updated to command line

    I cant even get a command line at this point. It doesn't boot at all. LightDN was an option but I selected GDM out of ignorance. I think I need a re-install. There is nothing on the HD I need to save. Except my pride.

    I do get the Ubuntu splash screen followed by the the flashing. If I can figure out how to get the command line I might be able to follow your suggestions
    Last edited by hollywoodpete; May 21st, 2012 at 04:07 AM.

  6. #6
    Join Date
    Apr 2008
    Location
    USA
    Beans
    1,122
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: 12.04 updated to command line

    Quote Originally Posted by hollywoodpete View Post
    I cant even get a command line at this point. It doesn't boot at all. LightDN was an option but I selected GDM out of ignorance. I think I need a re-install. There is nothing on the HD I need to save. Except my pride.

    I do get the Ubuntu splash screen followed by the the flashing. If I can figure out how to get the command line I might be able to follow your suggestions
    A fresh re-install would be a good idea.
    Question Everything

  7. #7
    Join Date
    Jul 2010
    Location
    /run/shm
    Beans
    820
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 updated to command line

    You can try the Recovery console, hold shift while booting to select it. After it's done, select "Enable networking", then select "Drop to root shell prompt", now type
    Code:
    apt-get update
    apt-get purge gdm
    apt-get install ubuntu-desktop
    To reboot, just type reboot.
    Quote Originally Posted by Linus Torvalds
    "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

  8. #8
    Join Date
    May 2010
    Beans
    143

    Re: 12.04 updated to command line

    I am trying to do a fresh re-install with a USB and I cant get past the the pink screen with the keyboard=little man in circle at the botton screen.
    12.04 32-bit

    It says loading gfx code and then stops on this screen
    Last edited by hollywoodpete; May 21st, 2012 at 04:19 AM.

  9. #9
    Join Date
    May 2010
    Beans
    143

    Re: 12.04 updated to command line

    Quote Originally Posted by Lisiano View Post
    You can try the Recovery console, hold shift while booting to select it. After it's done, select "Enable networking", then select "Drop to root shell prompt", now type
    Code:
    apt-get update
    apt-get purge gdm
    apt-get install ubuntu-desktop
    To reboot, just type reboot.

    this looks very promising.
    I have a root command line and did the above. Get the message Some index files failed to download

  10. #10
    Join Date
    May 2010
    Beans
    143

    Re: 12.04 updated to command line

    Ok. After following the above I am booting straight back into the command line with my user name.

    It now hangs at

    * Checking battery state

Page 1 of 3 123 LastLast

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
  •