Hello, I'm Quinn and here to help!
The previous answer is already good, based on your logs, your system is repeatedly triggering StartupRepairOnline + AutoFailover, which usually indicates system file corruption, boot issues, or disk problems. Just to add, here are some methods you can try:
Method 1:
- Press Win + S, search for Command Prompt, then Run as Administrator
- Type the commands one by one and hit Enter:
-
sfc /scannow -
DISM /Online /Cleanup-Image /RestoreHealth
-
- Wait for both to complete, then restart your device.
Method 2:
- Press Win + S, search for Command Prompt, then Run as Administrator
- Type and hit Enter:
-
chkdsk C: /f /r /x
-
- Type Y when asked to schedule scan
- Restart your PC
- Let it complete fully.
Method 3:
- Hold Shift and click Restart from the Start menu
- Go to Troubleshoot > Advanced Options >Command Prompt
- Run these commands one by one:
-
bootrec /fixmbr -
bootrec /fixboot -
bootrec /scanos -
bootrec /rebuildbcd -
exit
-
- Click Continue – Exit and continue to Windows 11
- See if Windows crashes.
For me to better understand the situation, could you please share:
- What steps you have already tried
- If possible, the minidump file (
C:\Windows\Minidump) - Your system specifications
- Any recently connected external devices (USB, drives, etc.)