Page 1 of 1

Recovery mode - internet connection

Posted: Mon Apr 18, 2011 5:52 am
by madwoollything
My system is broken http://forums.linuxmint.com/viewtopic.php?f=141&t=70765 and I thought I'd try to ensure that all updates have been installed but I don't know how to get a working internet connection when in recovery mode in LMDE.

(I'd really like to try and recover my system and re-installing will probably just end up in the same 'lock-up' when the updates are applied.)

How do I get a working internet connection in LMDE Recovery mode??

Re: Recovery mode - internet connection

Posted: Mon Apr 18, 2011 6:27 am
by cecar
Have you tried to delete the xorg.conf file? I usually can get to the desktop if i do that and install the graphic driver.

Code: Select all

rm /etc/X11/xorg.conf
Sorry. Apperently you have tried that... Didnt see that at first..

Re: Recovery mode - internet connection

Posted: Mon Apr 18, 2011 6:48 am
by rdonnelly
You could try to reinstall and remove testing from the repos before you update, I have not been able to get my system to work properly at all since the last week of updates. I am running a restored clonezilla clone from early April and I have not updated to Mintsystem7.7.5 either, that has been causing all kinds of problems. You will not have the latest and greatest, but your system will work. It is just one of the pitfalls of Debian, you should get Clonezilla and clone your partitions, you can restore / with 5 or 6 GB in about 2 minutes compared to a reinstall of 30 minutes, plus getting all the packages reinstalled, and if you wipe home, alot more work.

Re: Recovery mode - internet connection

Posted: Mon Apr 18, 2011 11:24 am
by CiaW
I booted to rescue mode once and thought that internet was working, but I'm not positive. At any rate, if you're using wired ethernet connection, you can try 'ifup eth0' or, for some reason my system has it as eth1 so you would use 'ifup eth1' if 0 doesn't work (don't type the quotes). Or if you're using wireless use 'ifup wlan0' -- but then if it wants a wireless password I'm not positive the command to enter that, you could check the man pages for ifup or perhaps someone else knows, or you could temporarily shut off the security. Please advise if it is wireless and you need that information.