Site icon EfmSoft

What does NTSTATUS 0xC035003C (STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_CPUID_FEATURE_VALIDATIONHRESULTWindows
Previous Next
STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR

STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR

The exposed processor feature set failed Hyper-V validation

STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR indicates that processor feature information did not pass the checks required by Hyper-V. CPUID data is part of the contract used by the hypervisor and guests to discover capabilities, so inconsistent feature exposure can prevent a partition or hypervisor path from being initialized safely.

Look for a mismatch between processors, firmware settings, microcode, nested-virtualization exposure, or saved VM state and the host now running the VM. The fix is usually to correct the exposed feature set, not to ignore the returned status.

What to inspect

Useful distinction

Keep this separate from STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR. The latter is specifically about the XSAVE-related feature/state area, while this status covers broader CPUID feature validation.

References


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

Exit mobile version