Hi,
Did you update your computer's BIOS?
If it's a laptop or desktop, if possible, could you provide the laptop model or your desktop configuration?
Can you open the command prompt in recovery mode?
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I've clicked on all of the options on the Troubleshooting menu but nothing works.
I have tried chkdsk and several other command prompts on the black Command Prompts screen on the Troubleshooting menu
bootrec /fixmbrboot
bootrec /rebuildbcdbootrec / scanos
but no got no results.
I've tried to go into Safe Mode by repeatedly pressing F4 while it's starting but nothing happens - I've also tried to access BIOS by pressing F2, F12 or Del - nothing happens with that either.
Hi,
Did you update your computer's BIOS?
If it's a laptop or desktop, if possible, could you provide the laptop model or your desktop configuration?
Can you open the command prompt in recovery mode?
Thanks
The stop code INACCESSIBLE_BOOT_DEVICE (0x7B) means Windows 11 can’t access the system drive during startup. Because startup repair, Safe Mode, and basic bootrec commands haven’t worked, use the more advanced boot and kernel‑phase troubleshooting steps.
Follow these steps in order from Windows Recovery Environment (WinRE):
INACCESSIBLE_BOOT_DEVICE after the logo matches a kernel‑phase startup failure.If Safe Mode still fails with the same stop code, continue.
bootrec commands. Use the full BCD repair procedure from advanced boot troubleshooting: bootrec /scanos
bcdedit /export C:\bcdbackup
attrib C:\boot\bcd -r -s -h
ren C:\boot\bcd bcd.old
bootrec /rebuildbcd
bootrec /fixmbr
bootrec /fixboot
INACCESSIBLE_BOOT_DEVICE after the above:These recovery options are the recommended next step when repeated kernel‑phase boot repairs (including BCD and boot sector fixes) do not resolve INACCESSIBLE_BOOT_DEVICE.
References: