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 on 22. Nov, 2009 by admin in Others
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 machine
