Ubuntu intallation is stuck at vmware tools installation

Problem is :

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:_

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:_
  1. <code>
  2. 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:
  3. ******************************************************************
  4. ******************************************************************
  5. Vmware Easy Install
  6. PLEASE WAIT! VMware Tools is currently being
  7. installed on your system. Depending on the
  8. version of Ubuntu you are installing, you may
  9. log in below and use the system during
  10. intallation. Otherwise, please wait for the
  11. graphical environment to launch. Thank you.
  12. ******************************************************************
  13. ******************************************************************
  14. ubuntu login:_
  15. </code>
<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>
Solution :
1- Restore the /etc/issue file:

sudo mv /etc/issue.backup /etc/issue
sudo mv /etc/issue.backup /etc/issue
  1. <code>
  2. sudo mv /etc/issue.backup /etc/issue
  3. </code>
<code>
sudo mv /etc/issue.backup /etc/issue
</code>
2- Restore the /etc/rc.local file:

sudo mv /etc/rc.local.backup /etc/rc.local
sudo mv /etc/rc.local.backup /etc/rc.local
  1. <code>
  2. sudo mv /etc/rc.local.backup /etc/rc.local
  3. </code>
<code>
sudo mv /etc/rc.local.backup /etc/rc.local
</code>
3- Restore the /etc/init/lightdm.conf file:

sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
  1. <code>
  2. sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
  3. </code>
<code>
sudo mv /opt/vmware-tools-installer/lightdm.conf /etc/init
</code>
Then reboot or run start lightdm to see the greeter.

Popular posts from this blog

Could not load file or assembly 'Microsoft.ReportViewer.Common, Version=xx.0.0.0, Culture=neutral, PublicKeyToken='xxx' or one of its dependencies.

C# Crop white space from around the image

The specified version string contains wildcards, which are not compatible with determinism.