Hi Harrison Marcum,
Welcome to the Microsoft Q&A forum.
Based on what you described, this behavior usually points to Windows being unable to complete the startup process because the boot environment or disk access isn’t fully initializing. When that happens, Windows Recovery options may appear but remain unavailable, and repair tools can loop or restart without completing.
On ASRock systems, certain firmware settings can prevent recovery tools from loading correctly, please try to adjust BIOS settings.
Disclaimer: Microsoft provides no assurances and/or warranties, implied or otherwise, and is not responsible for the information you receive from the third-party linked sites or any support related to technology. If you are going to modify BIOS Settings, please back up all your personal files first to ensure you do not lose data.
- Enter BIOS (press Del or F2 at startup)
- Set Boot Mode to UEFI only
- Disable CSM
- Set Secure Boot to Disabled (OS type: Other OS)
- Ensure SATA mode is set to AHCI
- Save changes and reboot
After the steps above, please proceed to the Q&A Assist's suggestions, here are the steps that you can follow:
1 - Create Windows USB
- Large USB drives can sometimes cause firmware load issues.
- Use an 8–32 GB USB drive
- Download Windows 11 installer from Microsoft official site
- Plug the USB directly into a rear USB port (avoid hubs or front ports)
2 - Repair boot files manually
If you can boot from the USB and select Repair your computer:
- Go to Troubleshoot > Advanced options > Command Prompt
- Run the following commands one at a time:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
- If
/fixbootshows access denied, it’s still safe to continue with the other commands.
3 - Check the system drive
Still in Command Prompt:
chkdsk C: /f /r
- Replace
C:if Windows is installed on a different drive letter.
Let me know if you need further assistance, feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.