Share via

How to fix Ox7B

Rupert 0 Reputation points
2025-11-18T17:30:35.3966667+00:00

My PC was working fine and then just suddenly it won’t boot any more, this is with windows 11 OS why is it that Microsoft does this to users

Windows for home | Windows 11 | Devices and drivers
0 comments No comments

2 answers

Sort by: Most helpful
  1. DaveM121 878.9K Reputation points Independent Advisor
    2025-11-18T18:53:31.79+00:00

    That error indicates either your PC cannot find the boot drive or the Windows boot configuration is corrupt.

    Start your PC, just as Windows attempts to load (spinning dots), press and hold Power Button for 5 - 10 seconds to perform a Hard Shut Down

    Do this twice

    On the third start Windows will boot into the Recovery Environment and from there you can access System Repair, Safe Mode, Command Prompt... etc.

    Please try each option one at a time, then see if Windows will boot up correctly.

    1

    Go to Troubleshoot - Advanced Option - Command Prompt

    Run this command and press Enter.

    bootrec /FixMbr

    Run this command and press Enter.

    bootrec /FixBoot

    Run this command and press Enter.

    bootrec /ScanOs

    Run this command and press Enter.

    bootrec /RebuildBcd

    Then reboot your System to see if Windows will boot up normally.

    2

    Go to Troubleshoot - Advanced Option - Startup Repair

    See if Windows startup can repair itself

    3

    Go to Troubleshoot - Advanced Option - System Restore

    Check to see if you have a restore point you can go back to

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2025-11-18T17:30:57.4366667+00:00

    The Stop error code 0x0000007B, also known as INACCESSIBLE_BOOT_DEVICE, typically occurs when the system cannot access the boot disk. This can happen due to various reasons, such as hardware changes, corrupted drivers, or issues with the Boot Configuration Database (BCD). Here are some steps you can take to troubleshoot and potentially fix this issue:

    1. Restart in Safe Mode: Boot your computer in Safe Mode. This can help revert any changes to driver settings that may be causing the issue. In Safe Mode, the system will load only essential drivers.
    2. Check Hardware Connections: Ensure that all hardware components, especially the hard drive, are properly connected. If you have recently changed any hardware, revert those changes to see if it resolves the issue.
    3. Run Disk Check and System File Checker: If you can access the Windows Recovery Environment (WinRE), run the following commands in the command prompt:
      • chkdsk /f /r OsDrive: (Replace OsDrive: with your actual OS drive letter)
      • sfc /scannow /offbootdir=OsDrive:\ /offwindir=OsDrive:\Windows
    4. Verify Boot Configuration: Use the bcdedit command to check the Boot Configuration Database for any incorrect entries. Ensure that the device and path entries point to the correct device and boot loader file.
    5. Use Startup Repair: If the above steps do not work, you can try using the Startup Repair tool available in the WinRE. This tool can automatically fix many common startup problems.

    If these steps do not resolve the issue, further investigation into the specific hardware and software configuration may be necessary.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.