An error occurred while attempting to change the state of virtual machine. The virtual machine could not be started because the hypervisor is not running

Posted by admin in Others on 22. Nov, 2009 | 0 Comments

When you start your Hyper-V virtual machine you get an error:
“An error occurred while attempting to change the state of the virtual machine WinXP.”
“The virtual machine could not be started because hypervisor is not running.”
to solve this error, do the following:
Open Command line
Run the following commands:
bcdedit /set hypervisorlaunchtype auto
net start hvboot
once you do that, restart your [...]