Virtualization

 View Only
  • 1.  How to enable Hyper-V in Windows Server 2016 TP4 VM in VMware Fusion?

    Posted Nov 28, 2015 11:56 PM

    I try to get Hyper-V up and running in a Windows Server 2016 TP4 VM running in VMware Fusion 7.1.3.

    I tried severval flags (eg. http://social.technet.microsoft.com/wiki/contents/articles/22283.how-to-install-hyper-v-on-vmware-workstation-10.aspx ) and "Hyper-V (unsupported)" as well as "Windows Threshold" (windows9srv-64) guestos settings in vmx file, but always Hyper-V logs an error

    ID=63, Severity=Error:
    Hypervisor launch failed; The hypervisor was unable to initialize successfully (phase 0x2), and was not started.  This initialization failure may be the result of a platform configuration or firmware issue.  Contact your system vendor for more information or updated firmware.

    ID=15350, Severity=Error:

    The virtualization infrastructure driver (VID) is not running.

    Does anybody have a solution for this?



  • 2.  RE: How to enable Hyper-V in Windows Server 2016 TP4 VM in VMware Fusion?
    Best Answer

    Posted Nov 29, 2015 12:51 AM

    What is your virtual hardware version?  I have had success with virtual hardware version 11, which is supported by Fusion 7.



  • 3.  RE: How to enable Hyper-V in Windows Server 2016 TP4 VM in VMware Fusion?

    Posted Nov 29, 2015 10:38 AM

    jmattson‌ Thank you very much! Yes, I forgot about this "knob" and updated my packer template as well as the Vagrant setting to use hardware version 11 and now it works.

    The relevant vmx settings are

    vhv.enable = "TRUE"

    virtualhw.version = "11"

    Thanks again!