Unable to install KB5055519 on Windows Server 2019

Hi @dops-rs,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
Attached are my CBS.zip and ComponentsScanner.txt.

I tried to use DISM to AnalyzeComponentStore and StartComponentCleanup/ResetBase, then RestoreHealth and an sfc scan. I then restarted and re-tried the Update, but still no luck.
 

Attachments

Hi and welcome to Sysnative,

Upload your COMPONENTS hive.
  • Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
  • Please copy this file to your desktop.
  • Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
  • Right-click on this file on your desktop and select Send To > Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
Hello, thanks for your reply, my COMPONENTS hive is attached.
 

Attachments

Last edited by a moderator:
Hi,

Download
67139f7e69a58-SFCFix-ico.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
67139f52b3c1e-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.

Afterwards attempt to update. If it fails attach a new copy of the CBS logs.
 

Attachments

Thanks Maxstar, one thing is that this is a Server Core install so I can't drag and drop. I saved both files to my desktop, ran powershell as admin and tried running the command: .\SFCFix.exe "SFCFix.zip"

However, I keep getting this error in the SFCFix.txt: "Failed to extract zip archive. Failed to unzip in location 2 with error code 0x80004005"

The zip file can unzip without issue and SFCFix.exe can run on its own as well. Not sure if there's a different command I should be using to open the zip file with SFCFix.exe?
 

Attachments

Okay, please run the following commands in an elevated prompt when you have unzipped the WinSxS folder from the SFCFix.zip file.

1. Below an ecample for the first component
2. Dowload the the RegFix and merge it manually into the the registry with the COMPONENTS hive loaded.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS

Rich (BB code):
icacls "%systemroot%\WinSxS\amd64_microsoft-windows-i..emsupport.resources_31bf3856ad364e35_10.0.17763.1_en-us_f0aee936a7ba2bac" /save "%userprofile%\desktop\perms.acl" /t
takeown /f "%systemroot%\WinSxS\amd64_microsoft-windows-i..emsupport.resources_31bf3856ad364e35_10.0.17763.1_en-us_f0aee936a7ba2bac" /r
icacls "%systemroot%\WinSxS\amd64_microsoft-windows-i..emsupport.resources_31bf3856ad364e35_10.0.17763.1_en-us_f0aee936a7ba2bac" /grant administrators:(F) /t

Copy files>>

icacls "%systemroot%\WinSxS\amd64_microsoft-windows-i..emsupport.resources_31bf3856ad364e35_10.0.17763.1_en-us_f0aee936a7ba2bac" /setowner "NT SERVICE\TrustedInstaller" /t
icacls "%systemroot%\WinSxS" /restore "%userprofile%\desktop\perms.acl" /t
 

Attachments

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top