Intel HAXM installation error in VMWare

时光毁灭记忆、已成空白 提交于 2019-11-29 13:32:20

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

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)

Inzimam Tariq IT

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!