Results 1 to 5 of 5

Thread: [SOLVED] i think i removed the wrong package, will not show desktop

  1. #1
    Join Date
    Nov 2007
    Beans
    31

    [SOLVED] i think i removed the wrong package, will not show desktop

    so i was removing packages i was not using with synaptic, now my desktop will not show.
    all i see is a beige background, and thats it.
    i cannot do anything except power down with the power button.
    i tried apt-get update in recovery mode, but i don't think the network card works like that.
    all i have now is a liveCD and this windows i'm using.
    please help!

  2. #2
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: i think i removed the wrong package, will not show desktop

    I suppose you don't remember what programs/apps that you removed. While at the GUI login screen, press <Ctrl><Alt>F2 and log in with your username and password. Then run

    Code:
    sudo apt-get update
    sudo apt-get install ubuntu-desktop
    Hopefully it will reinstall whatever you have removed.
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  3. #3
    Join Date
    Nov 2007
    Beans
    31

    Re: i think i removed the wrong package, will not show desktop

    i have no GUI login screen, i was able to get to the prompt from recovery mode.
    networking will not load, apt-get says it cannot reach address

  4. #4
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: i think i removed the wrong package, will not show desktop

    To access the internet in recovery mode, at the prompt type:

    Code:
    dhclient eth0
    This should get you an ip address and you should be able to restore your system back to working order.

    Jim

  5. #5
    Join Date
    Nov 2007
    Beans
    31

    Re: i think i removed the wrong package, will not show desktop

    Quote Originally Posted by cariboo907 View Post
    To access the internet in recovery mode, at the prompt type:

    Code:
    dhclient eth0
    This should get you an ip address and you should be able to restore your system back to working order.

    Jim
    thanks, Jim
    Code:
    dhclient
    did it, eth0 parameter did not work.

    no more experimentation for me.

    I was trying to optimize this for a friend.
    Ubuntu on a USB1 2Gb flash drive is still out of reach.

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
  •