5

Until yesterday I was having Workstation 9 startup with ubuntu (just added an entry in the Startup Applications GUI). When I start my ubuntu, workstation comes up and every thing runs fine.

Then, I upgraded to Workstation 10. Every thing appears to work with no isues, EXCEPT, it will not startup my virtual machine when it is launched at startup. It shows these errors:

Could not open /dev/vmmon: No such file or directory.
Please make sure that the kernel module `vmmon' is loaded.

then,

Failed to initialize monitor device.

then,

Unable to change virtual machine power state: Internal error

Otherwise, if I just try to play the virtual machine again (by pressing play), it works.

Maybe it is a VMware bug.

Please, any advise?

jobin
  • 27,708
romanbird
  • 499

3 Answers3

4

Run this from the command line:

 sudo vmware-modconfig --console --install-all

Then start the vmplayer.

Naive
  • 4,825
  • 11
  • 27
  • 35
0

The issue will be solved with this command: sudo vmware-modconfig --console --install-all

antivirtel
  • 3,645
0

I got "failed to get gcc information" when I tried the above command.

I started the vmware-workstation-server in init.d and my VMs now start. I didn't need to run the above command again.

cd /etc/init.d/
./vmware-workstation-server start