intel / haxm

Intel® Hardware Accelerated Execution Manager (Intel® HAXM)
BSD 3-Clause "New" or "Revised" License
3.18k stars 853 forks source link

Installation failed (The system requirements are not satisfied.) #439

Open hamza-ahmed opened 2 years ago

hamza-ahmed commented 2 years ago

Version: 7.7.0 Output folder: C:\Program Files\Intel\HAXM Extract: checktool.exe... 100% Execute: C:\Program Files\Intel\HAXM\checktool.exe --verbose CPU vendor GenuineIntel Intel64 supported Yes VMX supported - No VMX enabled - No EPT supported - No NX supported Yes NX enabled Yes Hyper-V disabled - No OS version Windows 10.0.22000 OS architecture x86_64 Guest unoccupied * Yes. 0 guest(s)

wcwang commented 2 years ago

Thanks for your feedback. Could you run below command to disable Hyper-V in an elevated Command Prompt and then restart Windows?

> bcdedit /set hypervisorlaunchtype off

hamza-ahmed commented 2 years ago

Im using this command but its not help me at windows 11 , im change the isolate core of windows its work at me

hwbd commented 2 years ago

I have the same problem!

KayvanShah1 commented 2 years ago

The installation is still failing on Windows 11. Tried many solutions from YouTube videos but none of them are working.

While Docker Desktop for Windows, WSL2 is working fine. Are these a problem?

Here are the logs that I have

Version: 7.6.5
Output folder: C:\Program Files\Intel\HAXM
Extract: checktool.exe... 100%
Execute: C:\Program Files\Intel\HAXM\checktool.exe --verbose
CPU vendor          *  GenuineIntel
Intel64 supported   *  Yes
VMX supported       -  No
VMX enabled         -  No
EPT supported       -  No
NX supported        *  Yes
NX enabled          *  Yes
Hyper-V disabled    -  No
OS version          *  Windows 10.0.22000
OS architecture     *  x86_64
Guest unoccupied    *  Yes. 0 guest(s)
The system requirements are not satisfied.
wayne-ma commented 2 years ago

@KayvanShah1 ,seems you did not disable hyperV/VBS on Windows 11. Please also tried below cmd and reboot your PC.

bcdedit /set hypervisorlaunchtype off If it still could not work, please check your VBS status, and disable VBS via 'Group Policy'->"Administrative Templates"->"System"->"Device Guard"->"Turn On Virtualization Based Security"--> select 'Disable'.

zxkmm commented 2 years ago

Thanks for your feedback. Could you run below command to disable Hyper-V in an elevated Command Prompt and then restart Windows?

> bcdedit /set hypervisorlaunchtype off

it worked,thank you!谢谢!