After rebooting the server my virtual machines would not start up again. Neither automatically nor manually. This problem had me confused for a while but I finally found a simple solution.
The problem was that kvm-intel module was loaded, so simply removing this, and restarting the vmware service was sufficient to restart my virtual machines.
sudo rmmod kvm-intel
sudo service vmware restart
After this my virtual machines had no problem starting.
Thank you! Your post saved my time.
ReplyDeleteThat is good to hear.
Delete