[SOLVED] unable to install cumulative update on windows server 2019 standard

Process Monitor is getting closed automatically without any notification. Updates are running for about 2-3 hours.
 
Follow these instructions to install an update with DISM.
  • Open the Start menu of Windows and type CMD.
  • When you see Command Prompt on the list, select the option Run as administrator.
  • Copy and paste the following command into it, and press enter. (Leave the CMD window open!)
Code:
MD C:\WUTemp
  • Now, download the following update (KB5039705) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5039705
  • Copy and paste the following commands one at a time into the command prompt and press enter after each.
Code:
CD C:\WUTemp
EXPAND.exe windows10.0-kb5039705-x64_fc749eaf49373b4f7bc1cac7871a64e7b7aed7de.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5039705-x64.cab
  • Let me know if it says it was successful or if there are any errors. Or take a screenshot of the command prompt window and paste it into your next reply.
 
I am following the same method to install the package. Only the difference is folder name. I am using C:\maypatch.
 
Then I wonder why it's running for 2-3 hours? Please run the following command in an elevated prompt and copy and paste the result in your next post.

Code:
DISM /online /cleanup-image /AnalyzeComponentStore
 
The first screenshot shows a different error (0x0070032) so please follow the intructions in post #45 to see if it shows the same result when you download and extract this update again.
 
Rich (BB code):
2024-06-12 16:01:17, Error                 CSI    000002c2 (F) Component marked deleted and is no longer available for: [l:83 ml:140]'amd64_storufs.inf.resources_31bf3856ad364e35_10.0.17763.1613_de-de_c9b40ec09d3a9cac'[gle=0x80004005]

Please attach a new copy of the COMPONENTS hive.

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.
 
Please run the following commands in an elevated prompt and copy and paste the result in your next post.
Code:
dir /s /a %systemroot%\WinSxS\amd64_storufs.inf.resources_31bf3856ad364e35_10.0.17763.1613_de-de_c9b40ec09d3a9cac
certutil -hashfile %systemroot%\WinSxS\Manifests\amd64_storufs.inf.resources_31bf3856ad364e35_10.0.17763.1613_de-de_c9b40ec09d3a9cac.manifest SHA256
 
Step 1. Download
6530fbb0f4101-56f31e53c97da-SFCFix.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.
650c22f99662d-6190d993a26f3-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.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Here is the SFCFix output and Command output. Running the system update now and will let you know the output.
1718282770629.png
 

Attachments

Hi,

Here's the next fix.

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 SFCFixScript.txt and save it to your desktop.
  • Drag the SFCFixScript.txt file over the SFCFix.exe executable and release it.
650ef5dbdfd06-62151e1bebac4-SFCFix-Txt-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 again. If it fails attach a new copy of the CBS logs.
 

Attachments

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

Back
Top