How yo fix log file system32/logfiles/srt/srttrail.txt error om startup

phands 0 Reputation points
2026-09-12T00:21:38.4366667+00:00

I started up my pc with two monitors plugged in, upon start up both monitors turned on. With the monitor connected to my motherboard taking primary input which is not normal. Then getting stuck on the loading disk displaying the Asus splash screen. I unplugged both monitors and then tried them both individually. When using the monitor plugged solely into my GPU I got am error stating "log file system32/logfiles/srt/srttrail.txt" and that it cannot repair or connect to network. The build in recovery did nothing, I have started to revert the system back to a previous state from yesterday. However its been about 2 hours now and stuck on "preparing 4%. Keep your device on". Should I power cycle and re-enter safe mode and recovery or continue to wait?

Windows for home | Windows 11 | Performance and system failures

1 answer

Sort by: Oldest
  1. AI answer

    2026-09-12T00:21:55.7866667+00:00

    If System Restore has been stuck at "Preparing 4%" for 2 hours, the safer next step is to stop waiting and return to Windows Recovery Environment, then try other recovery options one at a time. A restore or repair process can take time, but being stuck that long at the same percentage usually means it is not progressing.

    Recommended order:

    1. Power off the PC
      • Hold the power button until the PC shuts down.
      • This can interrupt recovery, so there is some risk, but remaining indefinitely at the same percentage is not useful.
    2. Boot back into WinRE
      • Start the PC and enter the recovery options.
      • If needed, use Windows installation media and select Next > Repair your computer > Troubleshoot.
    3. Run Startup Repair first
      • In WinRE, go to Troubleshoot > Advanced options > Startup Repair.
      • This tool is designed to fix common startup problems such as damaged system files, corrupted boot configuration data, damaged MBR, incompatible drivers, and registry errors.
      • After it finishes, shut down and test a normal boot.
    4. Check the Startup Repair log
      • If Startup Repair fails again, review: %windir%\System32\LogFiles\Srt\SrtTrail.txt
      • That log can help identify whether the issue is a corrupted boot file, driver, or system file.
    5. Try offline system file repair
      • In WinRE, open Command Prompt and run:
         SFC /Scannow /OffBootDir=C:\ /OffWinDir=C:\Windows
      
      • This checks and repairs Windows system files offline.
    6. If disk corruption is suspected, run Check Disk
      • In the same Command Prompt, run:
         chkdsk /f /r
      
      • Warning: this can take a long time on large or damaged drives.
    7. If recovery options continue to fail, try uninstalling recent changes or resetting the PC
      • In WinRE, use other available recovery options such as uninstalling the latest update, Safe Mode, or Reset this PC.
      • If reset is used, choose the option that keeps personal files if needed.

    Because the problem started with display behavior changing and then moved into SrtTrail.txt startup repair failure, the issue is more likely a Windows startup, boot, driver, or system file problem than a monitor problem.


    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.