Windows Server 2022 - unable to install updates

Now as you mentioned that i found out that WSUS again selected as primary. I changed to MS Online now and giving a try again. Will post cbs and persists logs after if it fails
 
Please run the following command in an elevated prompt and post the result.
Code:
wmic qfe | findstr /C:"KB5046616"
 
Please run the following command and post the result.
Code:
DISM /online /cleanup-image /AnalyzeComponentStore
 
Deployment Image Servicing and Management tool
Version: 10.0.20348.681

Image Version: 10.0.20348.2402

[==========================100.0%==========================]

Component Store (WinSxS) information:

Windows Explorer Reported Size of Component Store : 8.45 GB

Actual Size of Component Store : 7.58 GB

Shared with Windows : 5.24 GB
Backups and Disabled Features : 2.33 GB
Cache and Temporary Data : 3.00 KB

Date of Last Cleanup : 2024-12-19 14:05:41

Number of Reclaimable Packages : 1
Component Store Cleanup Recommended : Yes

The operation completed successfully.
 
Please run the following command as well to cleanup the components store and remove the reclaimable package.
Code:
DISM /online /cleanup-image /StartComponentCleanup
 
Code:
PS C:\Windows\system32> DISM /online /cleanup-image /StartComponentCleanup

Deployment Image Servicing and Management tool
Version: 10.0.20348.681

Image Version: 10.0.20348.2402

[=====                      10.0%                          ]
[==========================100.0%==========================]
The operation completed successfully.

After

Code:
PS C:\Windows\system32> DISM /online /cleanup-image /AnalyzeComponentStore

Deployment Image Servicing and Management tool
Version: 10.0.20348.681

Image Version: 10.0.20348.2402

[===========================99.3%========================= ]

Component Store (WinSxS) information:

Windows Explorer Reported Size of Component Store : 8.09 GB

Actual Size of Component Store : 7.24 GB

    Shared with Windows : 5.24 GB
    Backups and Disabled Features : 1.99 GB
    Cache and Temporary Data :  0 bytes

Date of Last Cleanup : 2024-12-19 14:39:13

Number of Reclaimable Packages : 0
Component Store Cleanup Recommended : No

The operation completed successfully.
 
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 (KB5046616) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5046616
  • 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-kb5046616-x64_e4811cdf03bd7f44cee497c1e36b222c7b9b606e.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5046616-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.
 
Code:
C:\WUTemp>DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5046616-x64.cab

Deployment Image Servicing and Management tool
Version: 10.0.20348.681

Image Version: 10.0.20348.2402

Processing 1 of 1 - Adding package Multiple_Packages~~~~0.0.0.0
[==                         3.9%                           ]
An error occurred -  Error: 0x80070005

Error: 5

Access is denied.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

Dism Log attached
 

Attachments

Please try to install the update again with Process Monitor running.

Step#1 - Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Try to install the update again with DISM
3. Stop Process Monitor as soon as it fails, but be sure everything is logged. You can simply do this by clicking the capture icon (CTRL +E) on the toolbar as shown below.

Process-Monitor.png


4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up the LogFile.PML and upload it to WeTransfer | Send Large Files Fast - Up To 2GB Free and provide the link.
6. Upload also the latest CBS log for the time stamps.
 
Hi,

It seems Process Monitor was stopped to early, it's just 35 MB with no traces of the DISM process. So please perform the steps again.
 

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

Back
Top