I recently changed job and although the company I now work for is a Microsoft Partner also they focus more on using VMware as the virtualisation technology so today I decided to set up a wee mini lab to help get me back up to speed with it and test a few things.
I wanted to keep my Hyper-V in tact and run the new VMware lab in parallel, so to do that I downloaded a free trial of VMware Workstation onto my home lab server (HP Microserver N40L) but ran into an issue when trying to get it to install. I was told I had to uninstall Hyper-V first.
After a little digging I found a useful work around:
- Open Hyper-V Manager and click on "stop service" in the right panel
- Open an elevated command prompt and type:
bcdedit /set hypervisorlaunchtype off - Restart your computer
Hyper-V is now disabled and you can run VMware workstation and your lab. When you wish to switch back to using your Hyper-V lab carry out the following:
- Open an elevated command prompt and type:
bcdedit /set hypervisorlaunchtype auto - Restart your computer
A nice little workaround if you are switching between the two types of lab.
or you could run a nested Hyper-V lab in Workstation http://www.derekseaman.com/2014/06/nesting-hyper-v-2012-r2-esxi-5-5.html ;)
ReplyDelete