Site icon EfmSoft

What does NTSTATUS 0xC0350007 (STATUS_HV_INVALID_PARTITION_STATE) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_INVALID_PARTITION_STATEHRESULTWindows
Previous Next
STATUS_HV_ACCESS_DENIED STATUS_HV_OPERATION_DENIED

STATUS_HV_INVALID_PARTITION_STATE

The partition lifecycle does not allow the requested transition

STATUS_HV_INVALID_PARTITION_STATE means the partition exists, but it is not in a state where this particular operation is legal. Hyper-V partition lifecycle is stateful: a child partition is created, configured, initialized, activated, finalized, and deleted through defined transitions.

Distinguish this status from an invalid partition ID. Here the identifier may be correct, yet a create/configure/start/save/restore request is being made too early, too late, or during a transition. Logging only the final state can hide a race, so record the preceding lifecycle operation and whether it completed or was canceled.

Diagnostic record

References


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

Exit mobile version