Ubuntu intallation is stuck at vmware tools installation
Problem is :
Solution :
1- Restore the /etc/issue file:
2- Restore the /etc/rc.local file:
3- Restore the /etc/init/lightdm.conf file:
Then reboot or run start lightdm to see the greeter.
- <code>
- When I finish the intallation Ubuntu , the VMware automatically installed the VMware Tools, and it was stuck at this scene. The scene is like this:
- ******************************************************************
- ******************************************************************
- 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
- log in below and use the system during
- intallation. Otherwise, please wait for the
- graphical environment to launch. Thank you.
- ******************************************************************
- ******************************************************************
- ubuntu login:_
- </code>
1- Restore the /etc/issue file:
- <code>
- sudo mv /etc/issue.backup /etc/issue
- </code>
- <code>
- sudo mv /etc/rc.local.backup /etc/rc.local
- </code>
- <code>
- sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
- </code>