New
#1
Can't repair Win10 installation, fighting me!
I'm trying to repair a customer's Win10 installation which fails on startup with a "critical process died" blue screen. Booting in Safe Mode w/wo Command Prompt yields same error.
The first thing I did was connect the drive to a different computer externally and check for file system errors and bad sectors, using chkdsk. No problems found.
So now I'm trying to see if I can repair the windows system files and component store by using SFC and DISM from within WinRE, booting from Windows installation media on a USB stick.
If I try to run SFC from WinRE (using the proper /offbootdir & /offwindir arguments and correct drive letter assignments, of course), it fails with "Windows Resource Protection could not perform the requested operation". My command is as follows:
sfc /scannow /offbootdir=e:\ /offwindir=e:\windows
If I try to run DISM /restorehealth (using the correct syntax and drive letter assignments, of course), it fails with a 0x800f0801 error. My command is as follows:
dism /image:e:\ /cleanup-image /restorehealth /source:d:\sources\install.esd:1 /limitaccess
A couple other things worth noting: the customer can't tell me whether it's Win10 Home or Win10 Pro, so I tried an .esd index of both :1 and :6, same result for both. Also, the Windows installer USB stick I'm using is current - I created it yesterday using Media Creation Tool.
Any suggestions or help will be MUCH appreciated!