VMWARE player 如何让 win2012 guest os 支持HYPER
在 vm player 下安装了 win2012 r2, 但是启用 hyper-v的时候,提示不支持,
这时候要修改
Open the file Location for this Virtual Machine, open the file extension (*.vmx) with Notepad.
In the last line, add this code and save it:
hypervisor.cpuid.v0 = “FALSE”
mce.enable = “TRUE”
vhu.enable = “TRUE”
After that, edit the CPU settings on VM from VMware Workstation/Player by checking the following options:
? Virtualize Intel VT-x/EPT or AMD-V/RVI.
? Virtualize CPU Performance counters.
应该就OK了。
之前用过 VirtualBox,但是不知道怎么嵌套虚拟化,网上搜了下,有人说不支持,,但是也每个官方的说法,不知道怎么回事
VMWARE player 如何让 win2012 guest os 支持HYPER-V
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/66925.html