Linux VMware Player: The virtual machine is busy
11-15-2010 @ 5:06AM EST
Most common solution (replaces vmware-config.pl):
Code:
vmware-modconfig --console --install-all
This will re-install all of the kernel modules and config files. Unfortunately this didn't work for me. :(
Another solution that was lost among the sea of Google (credit):
Code:
/etc/init.d/vmware stop
rm -rf /var/run/vmware/*
This looks like it deletes the profiles for your linux users or something. I didn't look to much into it because it didn't work for me.
The FINAL solution! This one fixed me! (credit):
Code:
rm -rf /etc/vmware/not_configured
Removed an empty file which magically fixed my VMs. :D
YMMV and I suggest making a backup of any files before deleting them (i.e. cp /etc/vmware/not_configured /etc/vmware/not_configured.old).
Comments
This article hasn't been commented yet.



Write a comment
* = required field