12.04에서 "'ubuntu' 세션을 로드할 수 없습니다"

12.04에서 "'ubuntu' 세션을 로드할 수 없습니다"

소프트웨어 스토어를 통해 Unity를 제거하고 재부팅했습니다.

이제 다음과 같은 오류가 발생했습니다.

세션 '우분투'를 로드할 수 없습니다

게스트 로그인도 안되네요.

답변1

수리 시도:

tty를 여십시오(가상 콘솔, 텍스트 모드만 해당):Ctrl+Alt+F1

입력하다:

sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt-get -f install
sudo dpkg-reconfigure ubuntu-desktop
sudo reboot

위 방법이 작동하지 않으면 다음을 시도해 보세요.

sudo apt-get install gnome-session
sudo apt-get install lightdm
sudo apt-get install unity-greeter
sudo dpkg-reconfigure lightdm

설치 명령은 이미 설치되었는지 여부를 자체적으로 알려줍니다.

크레딧:http://riveridea.wordpress.com/2012/03/22/how-to-solve-failed-to-load-session-ubuntu/

답변2

문제는 'ubuntu' 세션을 로드할 수 없기 때문에 해결 방법은 다음과 같습니다.

sudo apt-get install ubuntu-session

관련 정보