ProblemMedium severity

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.

Posted by admin0 replies9/4/2026ID: af3061cf-bbb1-4fa1-b38d-92eae4ade020
How to Fix Blue Screen "INACCESSIBLE_BOOT_DEVICE" (Stop Code 0x0000007B)

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.

prob_bsod_inaccessible_boot_1788539198498

The Solution

Method 1: Match BIOS SATA/NVMe Settings

  1. Enter BIOS setup by pressing F2, Del, or F12 on power-on.

  2. Locate SATA Mode Selection or Intel VMD Technology (under Advanced / Storage configuration).

  3. 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 computerTroubleshootCommand Prompt:

  1. Enable Safe Mode boot to force Windows to enumerate the storage controller:

    bcdedit /set {default} safeboot minimal
  2. Restart the PC. Windows will boot into Safe Mode and automatically install the generic storage drivers for the new controller.

  3. Once inside Safe Mode, open Command Prompt as Administrator and remove the safe boot flag:

    bcdedit /deletevalue {default} safeboot
  4. Restart 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!