Site icon EfmSoft

What does NTSTATUS 0xC03A0001 (STATUS_VHD_DRIVE_FOOTER_MISSING) mean?

 
Could be also:
ConstantTypeOS
ERROR_VHD_DRIVE_FOOTER_MISSINGHRESULTWindows
Previous Next
STATUS_BCD_TOO_MANY_ELEMENTS STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH

STATUS_VHD_DRIVE_FOOTER_MISSING

STATUS_VHD_DRIVE_FOOTER_MISSING concerns the footer used by the legacy .vhd layout. The footer carries the virtual size, disk type and unique identity used to interpret the image; a missing footer therefore prevents the VHD provider from treating the file as a complete legacy VHD container.

A missing footer differs from STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: this status says that the expected structure cannot be found, whereas a checksum mismatch means a candidate footer was found but did not validate. It also does not establish that the guest file system inside the image is corrupt.

Preserve the container before repair

References


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

Exit mobile version