zoukankan      html  css  js  c++  java
  • VMWARE player 如何让 win2012 guest os 支持HYPER-V

    在 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,但是不知道怎么嵌套虚拟化,网上搜了下,有人说不支持,但是也每个官方的说法,不知道怎么回事 

  • 相关阅读:
    inline必须在定义、实现都标记
    循环数组优化队列
    游程编码的优化
    新密码
    I Could Have Danced All Night
    strtok源码 bitset 空间压缩
    XOR Swap
    补码
    临时邮箱
    linux中find批量删除空文件夹
  • 原文地址:https://www.cnblogs.com/davytitan/p/4848898.html
Copyright © 2011-2022 走看看