首页 > Windows开发 > 详细

VMWARE player 如何让 win2012 guest os 支持HYPER-V

时间:2015-09-30 14:18:44      阅读:273      评论:0      收藏:0      [点我收藏+]

在 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

原文:http://www.cnblogs.com/davytitan/p/4848898.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!