How to Fix Blue Screen "INACCESSIBLE_BOOT_DEVICE" (Stop Code 0x0000007B)
Windows begins loading with spinning dots, crashes into a Blue Screen with stop code INACCESSIBLE_BOOT_DEVICE, and restarts into an Automatic Repair loop.

The INACCESSIBLE_BOOT_DEVICE bug check (Stop Code 0x0000007B) occurs when the Windows kernel loses access to the system boot partition during startup. This is frequently triggered after a motherboard replacement, a BIOS reset, or when storage controller settings toggle between AHCI, RAID, or Intel VMD.
Common Causes
Controller Mode Mismatch: Windows was installed in AHCI mode, but the BIOS reset to RAID ON / Intel VMD (or vice versa).
Missing Storage Driver: Swapping the drive into a new motherboard where the chipset storage driver is not set to boot start.
Corrupted BCD or Partition Table: UEFI cannot map the Windows EFI system partition to the OS volume.
The Solution
Method 1: Match BIOS SATA/NVMe Settings
Enter BIOS setup by pressing F2, Del, or F12 on power-on.
Locate SATA Mode Selection or Intel VMD Technology (under Advanced / Storage configuration).
If set to RAID On / VMD, switch it to AHCI. If already AHCI, try RAID. Save and reboot.
Method 2: Force Windows to Load Safe Storage Drivers via Command Prompt
If changing BIOS settings fails, boot from Windows USB Installation media, click Repair your computer → Troubleshoot → Command Prompt:
Enable Safe Mode boot to force Windows to enumerate the storage controller:
bcdedit /set {default} safeboot minimalRestart the PC. Windows will boot into Safe Mode and automatically install the generic storage drivers for the new controller.
Once inside Safe Mode, open Command Prompt as Administrator and remove the safe boot flag:
bcdedit /deletevalue {default} safebootRestart normally. Windows will now boot successfully.
Rate this thread
Problems.signIn to rate this thread.
Comments
Sign in to post a comment.
No comments yet. Be the first!
