tibormolnar
Member
Hello,
I'd be grateful for any hint on how to solve the following issue.
HW: Acer Extensa 2511 notebook, Intel Core i5-5200U CPU, 8 GB DDR3 RAM
OS: Win 10 Home 64 bit, version: 1909, build: 18363.720, language: Hungarian, activated with digital signature
The HDD unexpectedly produced a number of bad sectors, this destroyed the EFI partition and several system files. The system crashed and did not boot. I had no rescue image and no previous system restoration point.
I replaced the HDD with an SSD and migrated the corrupted OS using a disk imaging software, then I recreated the EFI partition manually and since then Windows boots properly. I ran chkdsk and it fixed a lot of errors.
Soon I realized that Windows Update is not working, installing the cummulative update KB4549951 fails and returns the error code 0x80071a91. (Before the crash other updates were automatically installed.)
Also, I had various issues when trying to install other pieces of software (e.g. Avast Antivirus, Macrium Reflect, MalwareByte Antimalware, etc.) - some of these claimed missing DLL files.
At last I manually fixed all corrupted system files, by examining CBS.log & dism.log to see what is missing/corrupt (both in System32, SysWow64 and in WinSxS), extracting the healthy version of these files from the fresh ESD file, and overwriting the corrupted version with them. I watched out for hard links and recreated all of them to match those in the ESD file. (All this was done with a .bat file that I ran from the Command Line after booting from the Windows installer media.)
The results:
I downloaded the standalone installer of KB4549951 but it too fails to install the update.
This is the rough English translation of the event log entries:
"fsutil resource setautoreset true c:\" did not help either.
All 4 required services (wuauserv, cryptSvc, bits, msiserver) can be properly started. (I am able to stop/start them manually.)
I used the PowerShell command Get-WindowsUpdateLog to see the detailed log but couldn't find any reference to missing / corrupt system files that would cause the issue.
Thank you for your help!
Tibor
I'd be grateful for any hint on how to solve the following issue.
HW: Acer Extensa 2511 notebook, Intel Core i5-5200U CPU, 8 GB DDR3 RAM
OS: Win 10 Home 64 bit, version: 1909, build: 18363.720, language: Hungarian, activated with digital signature
The HDD unexpectedly produced a number of bad sectors, this destroyed the EFI partition and several system files. The system crashed and did not boot. I had no rescue image and no previous system restoration point.
I replaced the HDD with an SSD and migrated the corrupted OS using a disk imaging software, then I recreated the EFI partition manually and since then Windows boots properly. I ran chkdsk and it fixed a lot of errors.
Soon I realized that Windows Update is not working, installing the cummulative update KB4549951 fails and returns the error code 0x80071a91. (Before the crash other updates were automatically installed.)
Also, I had various issues when trying to install other pieces of software (e.g. Avast Antivirus, Macrium Reflect, MalwareByte Antimalware, etc.) - some of these claimed missing DLL files.
- "sfc /scannow" found errors that it was unable to fix. From CBS.log I learnt that a dozen system files are damaged and can't be fixed because they are corrupted in the component store too.
- "DISM /Online /Cleanup-Image /ScanHealth" told me that the component store is "repairable".
- "DISM /Online /Cleanup-Image /RestoreHealth" was unable to fix the component store either by using Windows update or by using an ESD or WIM file that I extracted from a Win installer created with Media Creation Tool.
At last I manually fixed all corrupted system files, by examining CBS.log & dism.log to see what is missing/corrupt (both in System32, SysWow64 and in WinSxS), extracting the healthy version of these files from the fresh ESD file, and overwriting the corrupted version with them. I watched out for hard links and recreated all of them to match those in the ESD file. (All this was done with a .bat file that I ran from the Command Line after booting from the Windows installer media.)
The results:
- "sfc /scannow" finds no corruption
- "DISM /Online /Cleanup-Image /ScanHealth" finds no corruption.
- "DISM /Online /Cleanup-Image /RestoreHealth" quits with error 6801 (Transaction support within the specified resource manager is not started or was shut down due to an error.)
- SFCFix doesn't find any issue (although it displays some error messages in runtime)
- Macrium and Malwarebyte software installed properly and run without problem. (No virus infection is found.)
- Windows update is still not working.
I downloaded the standalone installer of KB4549951 but it too fails to install the update.
This is the rough English translation of the event log entries:
- Can't install the Windows update due to en error: 2147942402, The file can't be found. (Command: "C:\Windows\system32\wusa.exe" Windows8-RT-KB2937636-x86 /quiet)
- The update "Update for Windows (KB4549951) couldn't be installed due to an error: 2147949201, Transaction support within the specified resource manager is not started or was shut down due to an error. (Command: "C:\Windows\system32\wusa.exe" "D:\Users\Ilona\Desktop\windows10.0-kb4549951-x64_5411f88ea08bfc0ac98f388f5a3bdc8bcfea3261.msu" )
"fsutil resource setautoreset true c:\" did not help either.
All 4 required services (wuauserv, cryptSvc, bits, msiserver) can be properly started. (I am able to stop/start them manually.)
I used the PowerShell command Get-WindowsUpdateLog to see the detailed log but couldn't find any reference to missing / corrupt system files that would cause the issue.
Thank you for your help!
Tibor