Windows BSOD UNMOUNTABLE_BOOT_VOLUME (0x000000ED)
Criticalbsod
Overview
Windows BSOD UNMOUNTABLE_BOOT_VOLUME means Windows cannot mount the boot partition, preventing the system from starting.
Key Details
- Stop code: 0x000000ED — boot volume cannot be mounted
- System cannot read the partition containing Windows
- Often occurs after BIOS changes or disk configuration changes
- Can be triggered by corrupted boot sector or MBR/GPT
- More common on systems with multiple drives or dual-boot
Common Causes
- Corrupted boot sector or master boot record (MBR)
- Changed BIOS settings from AHCI to IDE or vice versa
- Failed Windows Update that corrupted boot files
- Hard drive cable loose or failing
- Disk encryption software conflict
Steps
- 1Boot from Windows installation USB and select Repair your computer > Troubleshoot > Advanced > Command Prompt
- 2Run bootrec /fixmbr, bootrec /fixboot, and bootrec /rebuildbcd
- 3Run chkdsk /r C: to repair the boot volume
- 4Verify BIOS is set to correct SATA mode (AHCI vs IDE) — match what Windows was installed with
- 5Check physical drive connections — reseat SATA cables
Tags
windowsbsodunmountable-boot-volumebootstartup
More in Bsod
windows-0000000A-irql-not-less-or-equalWindows Error 0x0000000A — IRQL NOT LESS OR EQUAL
Criticalwindows-00000050-page-fault-in-nonpaged-areaWindows Error 0x00000050 — PAGE FAULT IN NONPAGED AREA
Criticalwindows-0000007E-system-thread-exception-not-handledWindows Error 0x0000007E — SYSTEM THREAD EXCEPTION NOT HANDLED
Criticalwindows-0000007A-kernel-data-inpage-errorWindows Error 0x0000007A — KERNEL DATA INPAGE ERROR
Criticalwindows-000000EF-critical-process-diedWindows Error 0x000000EF — CRITICAL PROCESS DIED
Criticalwindows-00000133-dpc-watchdog-violationWindows Error 0x00000133 — DPC WATCHDOG VIOLATION
CriticalFrequently Asked Questions
Yes, in most cases bootrec commands and chkdsk from Recovery Environment will fix it.