0

When I try to run my project pop a error message from emulator like enter image description here

Then I try to install HAXM using silent_install.bat, it's appear error

This computer does not support Intel Execute Disable Bit (XD) or it is disable in the BIOS. HAXM cannot be installed. Please refer to the Intel HAXM documentation for more information.

Then I execute silent_install.bat -c

VT support -- yes
NX support -- no

When I try to set it from BIOS, the VIRTULIZATION option is disabled, so I dont know how to fix it. Please give me some advice. Thanks.

This is my computer spesification:

Operating System : Windows 7 Ultimate 32-bit
CPU : Intel Core 2 Duo E6400 @ 2.13GHz Conroe 65nm Technology
RAM : 2.00GB Dual-Channel DDR2 @ 333MHz (5-5-5-15)
Motherboard : ASUSTeK Computer INC. P5LD2-SE (Socket 775)

When running using Intel Identification Utility This is my processor

Navia Ang
  • 19
  • 6

1 Answers1

0

run the command
bcdedit /set nx AlwaysOn

codecats
  • 1,675
  • 1
  • 12
  • 9
  • thanks @codecats , i try to run the command under administator right and the operation is succesfully, but still got VT Support : Yes and NX Support : no while take to restart – Navia Ang Feb 18 '16 at 13:43
  • why i cannot find HyperV in WIndows Features ? – Navia Ang Feb 18 '16 at 14:06
  • what happened after the reboot? It's the NX that is showing no, right? Plus why do you want hyper V (not included in Windows 7 by default), it has to be off for HAXM to run anyway. – codecats Feb 19 '16 at 03:58
  • Yes, after reboot NX : no, actually it NX must on or off? just see other post they have HYPERV, – Navia Ang Feb 19 '16 at 04:22
  • You need NX to be turned on for HAXM. You need VT-d on (which is needed for HAXM and for Hyper V but only one can use it at a time which is why (if you had hyperV) you'd need to turn it off......Did you run the "bcedit /set nx always on" as admin? – codecats Feb 19 '16 at 08:24
  • Yes.. And then reboot, but NX still not changed – Navia Ang Feb 19 '16 at 09:49
  • In your BIOS look for any of these names: NX or XD No Execute Memory Protect Execute Disabled Memory Protection EDB (Execute Disabled Bit)
    or EVP (Enhanced Virus Protection). They are often under either Advanced or Security or a memory section.
    – codecats Feb 19 '16 at 17:17
  • Execute disable function : disable, virtualization technology : enabled ( when it coming unfrozen? ). So what should I do? Thanks before.. – Navia Ang Feb 20 '16 at 00:01
  • Thanks @codecatss .. It's fix after Execute Disable function set to enabled, and now NX support : yes and instalation is successful. Thanks again – Navia Ang Feb 20 '16 at 00:26