Installing Hyper-V Role in VMware Workstation; error Hyper-V cannot be installed: A hypervisor is already running
hypervisor.cpuid.v0 = “FALSE”
This option tricks the Windows Server 2012 into “thinking” it is not running in a virtualized instance
mce.enable = “TRUE”
This option enables Machine Check Exception (MCE), which enable the Windows Server 2012 VM to report CPU hardware issues
vhv.enable = “TRUE” This option enables nested virtualization.
Now the configurations is done, now Power on this virtual machine and install Hyper-V Role.
- Shut down the virtual machine.
- Open the VM’s .VDX configuration file from the VM’s working directory.
- Add the following three new entries to the .VDX configuration
- In the last line we will add this code and save it:
- After that edit the setting on VM from vmware workstation select Processors and check the
✔ Virtualize Intel VT-x/EPT or AMD-V/RVI.
✔ Virtualize CPU Performance counters.
hypervisor.cpuid.v0 = “FALSE”
This option tricks the Windows Server 2012 into “thinking” it is not running in a virtualized instance
mce.enable = “TRUE”
This option enables Machine Check Exception (MCE), which enable the Windows Server 2012 VM to report CPU hardware issues
vhv.enable = “TRUE” This option enables nested virtualization.
Now the configurations is done, now Power on this virtual machine and install Hyper-V Role.
No comments:
Post a Comment