A Windows 11 desktop computer fails to finish booting after a technician modified the storage controller configuration in the motherboard BIOS/UEFI settings from AHCI mode to RAID mode. During boot, the system halts with a Stop Error screen displaying INACCESSIBLE_BOOT_DEVICE. Which of the following is the most appropriate action to restore successful boot functionality?
- Re-enter the BIOS/UEFI setup utility and change the SATA storage controller setting back to AHCI mode.Answer
- BBoot into the Windows Recovery Environment (WinRE) command prompt and run bootrec /fixboot.
- CBoot into the Windows Recovery Environment (WinRE) command prompt and execute chkdsk /f on the system drive.
- DLaunch Task Manager in Safe Mode and disable non-essential startup applications.
Answer
Re-enter the BIOS/UEFI setup utility and change the SATA storage controller setting back to AHCI mode.
When the SATA controller mode is altered in BIOS/UEFI settings from AHCI to RAID (or vice versa), the installed Windows storage driver stack no longer matches the hardware controller interface presented at boot. The OS kernel fails to communicate with the system drive and triggers an INACCESSIBLE_BOOT_DEVICE stop error. Reversing the BIOS/UEFI change back to AHCI mode restores alignment between the storage hardware and the installed driver, allowing Windows to boot normally.
Step-by-Step Solution
Key Concept
Troubleshooting Windows OS Startup and Boot Errors resulting from storage controller mode (AHCI/RAID) mismatches in BIOS/UEFI.