intel / haxm

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

Intel HAXM installation failed #375

Open MrSpy07 opened 3 years ago

MrSpy07 commented 3 years ago

I have Faced this problem when I was installing AVD in android studio

the problem looks like -

Intel HAXM installation failed! For more details, please check the installation log: C:\Users\Jitaksh\AppData\Local\Temp\haxm_install-20210502_1626.log Intel® HAXM installation failed. To install Intel® HAXM follow the instructions found at: https://software.intel.com/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows Done

Then I opned the log file haxm_install-20210502_1626.log

it looks something like -

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 Yes VMX enabled Yes EPT supported - No NX supported Yes NX enabled Yes Hyper-V disabled Yes OS version Windows 10.0.19042 OS architecture x86_64 Guest unoccupied Yes. 0 guest(s) The system requirements are not satisfied.

Please help me in this.

wayne-ma commented 3 years ago

Hi @MrSpy07 , I noticed that your CPU model is 'Host CPU model: Intel(R) Core(TM)2 Quad CPU Q9550'. From the haxm know issue wiki page, I saw that 'HAXM driver does not support emulating a 64-bit system image on Intel systems based on Core microarchitecture (Core, Core 2 Duo etc.). All systems based on Nehalem and beyond are supported (Core i3, Core i5 and Core i7 machines).'

kaviara-14 commented 3 years ago

I have one issue VMX supported - no. What's that issue ?

wayne-ma commented 3 years ago

I have one issue VMX supported - no. What's that issue ? Hi @kaviara-14 ,what is your CPU model? Please check if your CPU supports VT-x, it is a must for HAXM.

shyed2001 commented 3 years ago

OS Name Microsoft Windows 10 Enterprise Version 10.0.19043 Build 19043 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name DESKTOP-4IC0PMG System Manufacturer Acer System Model Aspire 4745 System Type x64-based PC System SKU Calpella_CRB Processor Intel(R) Core(TM) i5 CPU M 480 @ 2.67GHz, 2667 Mhz, 2 Core(s), 4 Logical Processor(s) BIOS Version/Date INSYDE V1.19, 9/8/2010 SMBIOS Version 2.6 Embedded Controller Version 255.255 BIOS Mode Legacy BaseBoard Manufacturer Acer BaseBoard Product ZQ1 BaseBoard Version Base Board Version Platform Role Mobile Secure Boot State Unsupported PCR7 Configuration Binding Not Possible Windows Directory C:\WINDOWS System Directory C:\WINDOWS\system32 Boot Device \Device\HarddiskVolume1 Locale United States Hardware Abstraction Layer Version = "10.0.19041.964" User Name DESKTOP-**** Time Zone Bangladesh Standard Time Installed Physical Memory (RAM) 8.00 GB Total Physical Memory 7.68 GB Available Physical Memory 1.06 GB Total Virtual Memory 12.9 GB Available Virtual Memory 1.32 GB Page File Space 5.25 GB Page File C:\pagefile.sys Kernel DMA Protection Off Virtualization-based security Running Virtualization-based security Required Security Properties
Virtualization-based security Available Security Properties Base Virtualization Support Virtualization-based security Services Configured
Virtualization-based security Services Running
Device Encryption Support Reasons for failed automatic device encryption: TPM is not usable, PCR7 binding is not supported, Hardware Security Test Interface failed and device is not Modern Standby, Un-allowed DMA capable bus/device(s) detected, TPM is not usable A hypervisor has been detected. Features required for Hyper-V will not be displayed.

Running Intel® HAXM installer Intel HAXM uninstallation failed! For more details, please check the uninstallation log: C:\Users****\AppData\Local\Temp\haxm_uninstall-20210704_1143.log Intel® HAXM uninstallation failed Done

Version: 7.6.5 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.19043 OS architecture x86_64 Guest unoccupied * Yes. 0 guest(s) The system requirements are not satisfied.

shyed2001 commented 3 years ago

Could you run below command to see whether the output is 0 after running checktool.exe?

>echo %ERRORLEVEL%

If the output is not 0, try to run below command to disable Hyper-V and reboot your Windows.

>bcdedit /set hypervisorlaunchtype off