📎 AI Summary:
The forum thread discusses a user experiencing boot and repair loops on Windows, with errors related to CHKDSK and DISM commands. Several contributors suggest troubleshooting steps, such as following a guide for DISM Error 50 and running a thorough hard drive check using CHKDSK. Overall, the conversation provides practical solutions aimed at resolving Windows repair failures caused by disk issues.

Reid Anderson

New Member
Joined
Mar 23, 2020
Messages
1
Thread Author #1
My computer got stuck in a loop of restarting, then preparing for automatic repairs. I am in WinRE right now running a CHKDSK and it works for a little bit but then I get 2 error codes

1: An unspecified error occurred (6672732e637878 965)
2: An unspecified error occurred (6e74667363686b2e 1713)

Along with a nice little "Failed to transfer logged messages to the event log with status 50."

What do I do to fix this? I've been pulling my hair out over it and I can't find any sources actually fixing the problem.

I ran SFC /SCANNOW and everything came back good. When I try to run DISM stuff it says DISM Error: 50DISM does not support servicing Windows PE."

Thanks in advance, Reid
P.S. Sorry if this is in the wrong topic I don't know where this goes into.


(EDIT)

I should mention that the DISM stuff also says something about /Online
 

Solution
I recommend checking the Hard Disk

1. Open an elevated Command Prompt (Press the Windows + X button at the same time, then choose Command Prompt (Admin))
2. Type the following command, and replace the X with the drive letter you wish to scan: “chkdsk /f /r X:
3. Hit the enter key, Command Prompt will now start CHKDSK.

AdrianG001

Senior Member
Joined
Feb 19, 2018
Messages
108
I recommend checking the Hard Disk

1. Open an elevated Command Prompt (Press the Windows + X button at the same time, then choose Command Prompt (Admin))
2. Type the following command, and replace the X with the drive letter you wish to scan: “chkdsk /f /r X:
3. Hit the enter key, Command Prompt will now start CHKDSK.
 

Solution