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 ...
- 08-25-2009 #1Just 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.
- 08-25-2009 #2
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
That should finish the upgrade for you.Code:sudo apt-get update sudo apt-get dist-upgrade
Last edited by daark.child; 08-26-2009 at 12:07 AM.
- 08-25-2009 #3Just 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.
- 08-25-2009 #4
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.
- 08-25-2009 #5Just Joined!
- Join Date
- Sep 2008
- Location
- SC
- Posts
- 48
I have dsl. I am currently connected to my modem/router with a lan cable.
- 08-25-2009 #6
Hmm, usually wired autoconnects. Check ifconfig and see if you have an ip adress, then try running
Code:sudo dhclient eth0
- 08-25-2009 #7Just 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.


Reply With Quote