Site icon EfmSoft

What does NTSTATUS 0xC0350057 (STATUS_HV_INVALID_DEVICE_ID) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_INVALID_DEVICE_IDHRESULTWindows
Previous Next
STATUS_HV_NX_NOT_DETECTED STATUS_HV_INVALID_DEVICE_STATE

STATUS_HV_INVALID_DEVICE_ID

The device identifier is not valid in this Hyper-V context

STATUS_HV_INVALID_DEVICE_ID means the supplied device ID cannot be used for the requested Hyper-V operation. In device-assignment paths, device identity is scoped to the host, partition, and device-domain context; an identifier captured before removal, reassignment, or VM restart can become stale.

The status does not by itself say that the physical device is broken. It says the hypervisor could not use the ID presented by the caller for this operation.

What to verify

Useful distinction

Keep this separate from STATUS_HV_INVALID_DEVICE_STATE. An invalid ID fails before state is meaningful; an invalid state means Hyper-V knows the device but the current lifecycle state does not allow the operation.

References


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

Exit mobile version