解决在VMware虚拟机系统中安装hyper.docx
文本预览下载声明
解决在VMware虚拟机系统中安装hyper-V(2012-12-21 04:55:38)标签:虚拟化hyper-vvmitSo, following are the steps to create a?Microsoft Hyper-V?VM running in VMware Workstation 8, but later I’ll show you how to do it in ESXi 5 as well:1. Create a New VM with version 8 hardware2. Give it 4 GB RAM and 2 x vCPUs with about 80-100 GB disk space, depending upon how many VMs you wanted nested underneath Hyper-V.3. The instructions lead you to believe that you should pick a VMware ESX option as the guest OS... STOP! DON’T! Select Windows 2008 R2 x64.4. When you are finished, make sure you add another NIC to the VM used as the Hyper-V virtual network,5. Under the settings of the VM CPU, make sure you have the option to pass-through the Intel VT-x/EPT feature.6. Make sure you have set the VM to boot from Windows 2008 R2 x64 media ISO.7. Before booting, you should edit the config file .vmx and add the parameter:?hypervisor.cpuid.v0 = “FALSE”8. Now Boot and Install Windows 2008 R2 x64.9. Once finished, open up?Server Manager?and click “Add Role”.10. Select and install the?Hyper-V?option. At this point, you will know if your system is working correctly and passing the?Intel EPT?feature, because if it doesn’t, you won’t be able to go past this point.11. You’ll also have to select the network adapter used for the virtual network.12. Now install?Hyper-V, which will need a reboot.13. After it is completed, open?Server Manager?drill down to Hyper-V and connect to the local server.14. Now create and install a virtual machine.Once done, you should be able to use it as normal, albeit slow.Nesting Hyper-VM running ESXi 5Now, doing the same thing on ESXi 5 is a little trickier although some of the steps are the same.1. Before anything you need to place an entry in the /etc/vmware/config file found in the tech support mode on your ESXi 5. I enabled SSH through the security profile in the vSphere Client. Then used putty SSH into the ESXi system.2. From there I executed the following command which is needed to al
显示全部