Intel HAXM installation error in VMWare

后端 未结 3 1898
囚心锁ツ
囚心锁ツ 2020-12-19 01:04

My own processor supports virtualisation:

I think i have activated it also in my bios settings.

And it is the info page of my processor of the vmwar

相关标签:
3条回答
  • 2020-12-19 01:06

    I think this error occurs when Virtual Technology (VT-x) is not enabled in the BIOS settings. You should go to the BIOS menu & enable it to create Virtual Device

    0 讨论(0)
  • 2020-12-19 01:15

    I simply had to check 'virtualize intel vt-x/ept or amd-v/rvi' in my machine settings.

    0 讨论(0)
  • 2020-12-19 01:25

    Are you trying to install that in a VM? Nested virtualization isn't enabled out-of-the-box, VMware clients (Player & Workstation) have supported it for a while now. (And it looks like your CPU is new enough to support it well)

    Shut the VM down, close the VMware application & add the following line to your .vmx file:

    vhv.enable = "TRUE"

    (If Workstation/Player later complains about the vmx being corrupted, your version doesn't support it. Remove the line to fix the file.)

    VMware hypervisors support it so that you could test ESXi out in a local Workstation machine. However, it's also known to work for other virtualization OSes. (I used it for Hyper-V in Windows 8.1 so I could develop Windows Phone apps without upgrading my Windows 7 workstation)

    0 讨论(0)
提交回复
热议问题