Bug Check 0xED: UNMOUNTABLE_BOOT_VOLUME

The UNMOUNTABLE_BOOT_VOLUME bug check has a value of 0x000000ED. This indicates that the I/O subsystem attempted to mount the boot volume and it failed.

Important

This article is for programmers. If you're a customer who has received a blue screen error code while using your computer, see Troubleshoot blue screen errors.

UNMOUNTABLE_BOOT_VOLUME Parameters

Parameter Description

1

The device object of the boot volume

2

The status code from the file system that describes why it failed to mount the volume

3

Reserved

4

Reserved

Resolution

If you are debugging this error, use the !analyze -v extension. This extension displays relevant data specific error to the error.

This bug check is typically related to the failure of the OS Boot storage device such as hard drive. To attempt to validate the file system and the recover the boot record the following troubleshooting steps may be helpful.

  1. In Windows 10, use Troubleshoot > Advanced Options > Startup Repair. You may need to create bootable recovery media and boot from a USB drive or DVD to run the Windows Recovery Environment.
  2. From the command prompt in the Windows Recovery Environment use CHKDSK /r to attempt to repair the file system.
  3. Use the bootrec command to fix master and boot records.

If these steps are not successful it is possible that the hard drive has failed. Some hard drive vendors provide diagnostic tools that may help confirm a hardware failure.