Site icon EfmSoft

What does HRESULT 0x80042406 (VSS_E_ASRERROR_DATADISK_RDISK0) mean?

 
Could be also:
ConstantTypeOS
VDS_E_INVALID_SPACEHRESULTWindows
Previous Next
VDS_E_INVALID_SPACE VDS_E_PARTITION_LIMIT_REACHED

VSS_E_ASRERROR_DATADISK_RDISK0

VSS_E_ASRERROR_DATADISK_RDISK0 is the failure HRESULT 0x80042406 (signed decimal -2147212282, unsigned decimal 2147755014). Its severity bit is set, the facility field is 4 (FACILITY_ITF), and the facility-specific code is 0x2406.

The firmware-active disk is a data disk. ASR has found that the disk treated as the primary firmware recovery disk is actually a data disk. The official AllStat text recommends selecting another active disk or cleaning the data disk before retrying, but either action is destructive or boot-critical and must be validated first.

AllStat records the official condition as: “A data disk is currently set as active in BIOS. Set some other disk as active or use the DiskPart utility to clean the data disk, and then retry the restore operation.” This wording should be interpreted at the VSS/ASR stage described below, not as a generic disk or COM failure.

Where VSS_E_ASRERROR_DATADISK_RDISK0 appears

The failure appears during system-disk identification in bare-metal recovery, when ASR must decide which target will receive the bootable system layout.

Likely causes

Evidence to capture before changing storage

Diagnostic sequence

Recovery and retry

Correct boot selection or prepare a verified empty target according to the recovery plan. If cleaning is required, first prove that the disk has no data that must survive and that the backup includes everything needed. Then restart ASR so it rediscovers the disk layout.

What this HRESULT does not prove

This code does not mean the data disk is defective or too small. The conflict is its role in boot/recovery selection.

Difference from nearby VSS results

VSS_E_ASRERROR_RDISK0_TOOSMALL accepts the firmware-active disk role but rejects its capacity. Here the role itself is wrong because the selected disk is a data disk.

Practical example

A VM has an old data VHD attached before the new recovery target. The data VHD contains an active MBR partition, so ASR selects it as the primary recovery disk and stops before overwriting it.

Guidance for backup software and telemetry

User interfaces should display disk identity, current content and the exact proposed boot role before offering corrective actions. A one-click cleanup recommendation is unsafe for this HRESULT.

A useful support record includes the operation phase, backup set or restore session identifier, recovery-environment version, firmware mode, exact disk identities, source and target capacities, online/exclusion state, and the first related VSS or storage event. Preserve identifiers needed to distinguish the affected devices while applying the organization’s normal redaction rules to customer-specific labels and paths.

Official Microsoft references


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

Exit mobile version