Monday, September 11, 2017

Steps to Install Hyper-V on VMware

Steps to Install Hyper-V on VMware

In order to install Hyper-V on VMware Workstation, you need to perform the following steps:
  1. Ensure that the VMware virtual machine on which you want to install Hyper-V is powered off.
  2. Go to the directory where the virtual machine files are stored. Select and right-click VMware virtual machine configuration file (extension .VMX) and open with Notepad as shown in the following figure.Edit Virtual machine configuration file to install Hyper-V on VMware
  3. In the VMX configuration file, type the following code at the end of the file
hypervisor.cpuid.v0 = "FALSE"
mce.enable = "TRUE"
vhu.enable = "TRUE"
Edit VMX configuration file
  1. Let’s have look at each of preceding options:
  • hypervisor.cpuid.v0 = “FALSE”: The value “FALSE” will tell the Windows operating system such as Windows 10 or Windows Server 2012/16 that it is not running on a virtualized platform.
  • mce.enable = “TRUE”: MCE stands for Machine Check Exception that allows the Windows VM to report CPU hardware issues.
  • vhu.enable = “TRUE”: The value “TRUE” will enable the nested virtualization for this VM.
  1. Now save the VMX file and open the VMware Workstation tool. Open the Virtual Machine Settings window of the VM inside which you want to install Hyper-V.
  2. Under the Hardware tab, select Processors in the left pane. In the right pane, select the Virtualize Intel VT-x/EPT or AMD-V/RVI and Virtualize CPU performance counters check boxes and then click OK.Modify vm settings to install Hyper-V on VMware
  3. Power on the virtual machine, depending on the Windows operating system you are using, follow one of following options to install Hyper-V.
  4. For Windows8/8.1/10 operating systems, open the Program and Features option in the control panel and select the Hyper-V check box to install it.Install Hyper-V on Windows 10
  5. For Windows Server 2008/2012/R2/2016 operating systems, open the Server Manager tool, use Add role and features link to install Hyper-V on a virtual machine.Install Hyper-V on Windows Server 2012
  6. The next process will remain straightforward, just following the on-screen instructions to install the Hyper-V on VMware Workstation.
In this post, we have explained how to install Hyper-V on VMware Workstation or VMware Player.

No comments:

Post a Comment

Configure NIC Teaming in VMware First go to Windows Server 2012  then go to Server Manger Click on All Server then right click on your...