How to Slove the Problem About VMware Easy Install
When I tried to install Ubuntu 12.04 on Vware Fusion, met the problem, which is that VMware said the below text.
vmware easy install
please wait! vmware tools is currently being installed on your system. depending on the version of ubuntu you are installing. you may login in below and use the system during the installation. otherwise, please wait for the graphical environment to lanuch.
Thank you.
Then, I found the way to solve this problem. I write down as memo below.
Login by typing youer username and password.
Restore three files which names are “/etc/issue”, “/etc/rc.local” ,“/etc/init/lightdm.conf”. Just type below commans.
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
sudo reboot
After reboot, my Ubuntu is availavle.
↓ References