码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2015-09-30 14:19:45      阅读:514      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!