intel / haxm

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

Haxm not installing on HP Z440 with Intel(R) Xeon(R) CPU E5-1620 v3 #451

Open ronenfe opened 2 years ago

ronenfe commented 2 years ago

None of the solutions is working, Virtualization is enabled in bios, hyper-v is disabled in the windows features. I'm not sure how this setup decides otherwise: Output folder: C:\Program Files\Intel\HAXM Extract: checktool.exe 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.19044 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

ronenfe commented 2 years ago

I think I've tried it before, anway, I've just done it again and same results. Output folder: C:\Program Files\Intel\HAXM Extract: checktool.exe 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.19044 OS architecture x86_64 Guest unoccupied * Yes. 0 guest(s)

Johboh commented 1 year ago

I have the same issue on my Xeon E-2286M

Output folder: C:\Program Files\Intel\HAXM
Extract: checktool.exe
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)

I also tried running bcdedit /set hypervisorlaunchtype off without success.

Johboh commented 1 year ago

Oh actually, after completely shutting down and then booting again, it worked (after running bcdedit /set hypervisorlaunchtype off, just restarting did not help)

ronenfe commented 1 year ago

It also happens on a new laptop, Dell Precision 3561 with CPU: i7-11800H

Output folder: C:\Program Files\Intel\HAXM Extract: checktool.exe 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)

ronenfe commented 1 year ago

Downloading DG_Readiness_Tool_v3.6.ps1 and running .\DG_Readiness_Tool_v3.6.ps1 -Disable fixed the problem in the Dell.

NXTdevosc1 commented 1 year ago

Just to mention, I use an HP Z420, With XEON E51620 V0 or whatever, and it works fine, I just had to disable hyper-V.