Site icon EfmSoft

What does NTSTATUS 0xC0351000 (STATUS_HV_NOT_PRESENT) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_NOT_PRESENTHRESULTWindows
Previous Next
STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE STATUS_IPSEC_BAD_SPI

STATUS_HV_NOT_PRESENT

The Hyper-V interface is being used on a system where no hypervisor is active

STATUS_HV_NOT_PRESENT is returned when the requested Hyper-V path requires a running hypervisor but the system does not currently have one present. The machine may still be Windows, and virtualization hardware may still exist; the status specifically says the Hyper-V hypervisor interface is not active for this request.

This is a common distinction when code assumes Hyper-V because a feature is installed, because hardware virtualization exists, or because a VM-related API is available. The hypervisor must actually be launched and visible to the caller.

What to verify

Useful distinction

Do not read this as “the VM does not exist.” It is lower level: the Hyper-V hypervisor itself is absent from the execution environment, so partition, VP, and hypercall operations cannot be serviced there.

References


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

Exit mobile version