Site icon EfmSoft

What does HRESULT 0xC0350055 (ERROR_HV_NX_NOT_DETECTED) mean?

 
Could be also:
ConstantTypeOS
STATUS_HV_NX_NOT_DETECTEDNTSTATUSWindows
Previous Next
ERROR_HV_INVALID_VTL_STATE ERROR_HV_INVALID_DEVICE_ID

ERROR_HV_NX_NOT_DETECTED

Hyper-V requires hardware-backed execute protection

ERROR_HV_NX_NOT_DETECTED means the host did not expose the processor’s No Execute capability to Hyper-V. Intel names the feature Execute Disable Bit; AMD commonly uses NX. It allows page-table entries to prevent instruction fetches from data pages and is a required virtualization security primitive.

Confirm hardware support and enable the firmware option named NX, XD, Execute Disable, or Data Execution Prevention, then perform a full power cycle if the platform requires it. Do not confuse this with guest DEP policy: the hypervisor must detect the host CPU capability before any VM runs. Firmware updates or reset-to-default settings can silently change the option.

Host checks for missing NX/XD

References


Looking for a different code? Search another status or error code.

Exit mobile version