Last Updated on January 24, 2013 by GrahamWalsh
I had been looking around for more info on installing both Hyper-V and VMWare (any version) side by side on my Server 2012 box. Found a solution for the problem that entails modifying the boot menu to be able to start without the Hypervisor Running:
bcdedit /copy {default} /d “No Hypervisor”
## after pressing enter a message stating the operation was succesful,
## you should also see a GUID.
## Copy that and use it in the command below
bcdedit /set {GUID_RETURNED_FROM_PREV_COMMAND} hypervisorlaunchtype off