My ubuntu desktop broke down, after I forced a poweroff after it unexpectedly stuck with no responding. With certain reasons ubuntu desktop may not be stable, since it died twice similarly with a working webpage and an idle terminal.
And now I cannot start GUI. It was blank. I can hear the sound of login page, but nothing shows up. The only thing I can do is entering console mode with alt+ctrl+f1
, or boot with a live CD.
- I cannot access internet with terminal mode. But files were not jumbled, thus the less files I touch the better.
- And I didn't set up a rescue mode (is it a good idea? How do you suggest?).
- live CD doesn't directly provide a system completeness check & correction option.
What should I do to restore my system?
Similar question: http://ubuntuforums.org/showthread.php?t=972693 but when I inserted the disc, ubuntu cannot detect it (thus the CD is only bootable). I tried:
sudo lshw -short # list mont points
sudo apt-cdrom -d /dev/cdrom add # mount cdrom
but failed to mount.
other
option? In theInstall
option, one is to erase disc and install, another one is to set along with current system, and I haven't checked with the lastother
option. The system is originally installed as desktop. – knh190 Mar 11 '15 at 11:57something else
is to customize partitions. – knh190 Mar 11 '15 at 12:04chroot
. It worked. Thanks! – knh190 Mar 11 '15 at 12:18