Find the answer to your Linux question:
Results 1 to 7 of 7
I was upgrading from 8.10 to 9.04 and my laptop lost power. I couldn't log back in, it froze after I entered my password and hit enter. How can I ...
  1. #1
    Just Joined!
    Join Date
    Sep 2008
    Location
    SC
    Posts
    48

    lost power during upgrade

    I was upgrading from 8.10 to 9.04 and my laptop lost power. I couldn't log back in, it froze after I entered my password and hit enter. How can I recover from this?

    I already tried "sudo do-release-updgrade" from the cmd line in recovery mode but it couldn't find a new release.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    If you can get into recovery mode and can edit the files in /etc, edit /etc/apt/sources.list and change any instances of intrepid to jaunty. After that do
    Code:
    sudo apt-get update
    sudo apt-get dist-upgrade
    That should finish the upgrade for you.
    Last edited by daark.child; 08-26-2009 at 12:07 AM.

  3. #3
    Just Joined!
    Join Date
    Sep 2008
    Location
    SC
    Posts
    48
    When I try to update it cannot resolve the websites. I also noticed that "jaunty" is part of the URLs that I am "unable to resolve." Maybe that is an issue?

    Looks like I might not have network access in recovery mode? I can't even ping my router.

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    What kind of internet connection do you have? I don't think networkmanager will run when you enter recovery mode, so you'd need to connect manually to the network.

  5. #5
    Just Joined!
    Join Date
    Sep 2008
    Location
    SC
    Posts
    48
    I have dsl. I am currently connected to my modem/router with a lan cable.

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Hmm, usually wired autoconnects. Check ifconfig and see if you have an ip adress, then try running
    Code:
    sudo dhclient eth0

  7. #7
    Just Joined!
    Join Date
    Sep 2008
    Location
    SC
    Posts
    48
    dhclient got me connected. I ran the update and upgrade commands and they seemed to work but i am still running 8.10. However, upon rebooting i was able to get logged in and now i using update manager to upgrade, so far so good.

Posting Permissions

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