VMware Tools는 VMware로 OS를 돌릴 때 추가적으로 지원해주는 도구다.
그런데 Ubuntu 12.04 LTS를 설치하고 이걸 깔려고 보면, 이 화면에서 그냥 뻗어버리는 경우가 더러 있다.
학교 질문게시판에 이 문제를 말했더니, 조교님이 해법을 찾아주셨다. 링크는 여기.
http://stackoverflow.com/questions/10740243/ubuntu-intallation-is-stuck-at-vmware-tools-installation
정리하면 이렇다.
1. 해당 화면에서 Alt + Left 키를 눌러 터미널로 진입한다.
2. 다음 코드를 입력한다.
$ sudo mv /etc/issue.backup /etc/issue $ sudo mv /etc/rc.local.backup /etc/rc.local $ sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init |
3. 재부팅한다.
하지만 그냥 Ubuntu를 재설치하는 게 쉽고 빠르다.
'고치기' 카테고리의 다른 글
Qt Creator: Qt Creator shows errors in fresh project, but code compiles fine (0) | 2020.12.06 |
---|---|
[Unity] ArgumentException: Input Button Submit is not setup (6) | 2015.08.30 |
Unity Problems (0) | 2015.08.02 |