Error during installing HAXM, VT-X not working 在安装HAXM错误,开始不工作

最佳答案 (Best Answer)

Some antivirus options prevent Haxm installation. ie: Avast : settings (parametres) tab -> troubleshooting (depannage) : you should uncheck "enable hardware-assisted virtualization" ("activer l'assistance a la virtualisation").

防止Haxm安装一些杀毒选项。即:停住:设置(参数进行)选项卡- >故障排除(depannage):你应该取消“启用hardware-assisted虚拟化”(“活跃l 'assistance la虚拟化”)。

答案 (Answer) 2

I had the same issues on my notebook which runs Windows 8.1

Try this:

  • Check if Hyper-V options in "Windows Features avtivate or deactivate" are deactivated
  • Download and install the latest Oracle VirtualBox
  • Reboot
  • Install HAXM

It looks like that the installation of VirtualBox sets a flag that "turns" VT-X on.

我有同样的问题在我的笔记本上运行Windows 8.1

试试这个:

  • 检查是否hyper - v选项”窗口特性avtivate或禁用“停用
  • 下载并安装最新的甲骨文VirtualBox
  • 重新启动
  • 安装HAXM

它看起来像VirtualBox的安装设置一个标志,“转”开始。

答案 (Answer) 3

Did you get a message about enabling the Execute Disable bit?

You can enable the XD bit by running the following command (as administrator) and then reboot.

bcdedit /set nx AlwaysOn

Usually, this error: "This computer meets requirements for HAXM, but VT-x is not turned on" means that your system does have Intel VT, but you need to go into the BIOS to actually enable it.

I also ran into these instructions -might be helpful to you:http://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows

Did you ever get it to work?

你收到一个消息使执行禁用一些呢?

您可以通过运行以下命令启用XD一点(管理员),然后重启。

bcdedit / nx AlwaysOn设置

通常,这个错误:“这台电脑HAXM满足要求,但开始不是打开”意味着你的系统有Intel VT,但实际上你需要进入BIOS启用它。

我也遇到了这些指令可能对你有帮助:http://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows

你有没有让它工作吗?

原文地址:https://www.cnblogs.com/libinsoft/p/4967735.html