What does HRESULT 0xC05CFF0B (ERROR_SVHDX_NO_INITIATOR) mean?

 
Could be also:
ConstantTypeOS
STATUS_SVHDX_NO_INITIATORNTSTATUSWindows
Previous Next
ERROR_VHD_SHARED ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND

ERROR_SVHDX_NO_INITIATOR

The shared virtual disk has no usable initiator context

ERROR_SVHDX_NO_INITIATOR belongs to the shared VHDX/VHD Set path. The operation needs an initiator associated with the shared virtual disk, but that initiator context is absent when the request is evaluated. This is a disk/session ownership condition, not a general introduction to shared VHDX and not evidence that the VHDX payload itself is corrupt.

What to capture

  • Record the exact VHDX or VHD Set path, VM, virtual controller, cluster node, current owner, and operation that returned the HRESULT.
  • Preserve the first Hyper-V and Failover Clustering events for the same disk identity and timestamp, especially after migration, reconnect, failover, or VM restart.
  • Check whether the disk is still configured for the intended shared-disk mode and whether the current node/VM has re-established the expected attachment before the failing call.

Recovery boundary

Restore the supported Hyper-V/cluster attachment and initiator state, then retry the same disk operation once. Do not convert, copy, or rewrite the virtual disk merely to clear this result: those actions change the storage object without proving why the initiator association was missing.

How to distinguish nearby failures

A protocol/version or reservation conflict can affect the same shared disk but is a different condition. Keep the first HRESULT and the cluster/Hyper-V event that produced it so a later generic storage error does not replace the initiator-specific evidence.

References


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