Site icon EfmSoft

What does NTSTATUS 0xC035000D (STATUS_HV_INVALID_PARTITION_ID) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_INVALID_PARTITION_IDHRESULTWindows
Previous Next
STATUS_HV_PARTITION_TOO_DEEP STATUS_HV_INVALID_VP_INDEX

STATUS_HV_INVALID_PARTITION_ID

The partition identity no longer resolves to a live object

STATUS_HV_INVALID_PARTITION_ID means Hyper-V cannot find a partition with the supplied ID. It is not a statement that the target partition is in the wrong lifecycle state; that distinction belongs to STATUS_HV_INVALID_PARTITION_STATE.

Partition IDs are runtime identities owned by the virtualization host. Diagnose handle/ID lifetime across create, delete, reconnect, host-service restart, and nested environments. Reusing a stale integer from an earlier VM instance can target nothing even when a newly created VM has the same display name.

What to correlate

References


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

Exit mobile version