[SOLVED] Windows Server 2022 STD - Windows Update 0x8007000d error on Cumulative Update

Ayato

Member
Joined
Jan 13, 2025
Posts
13
Greetings,

I have a residual Windows Update error on cumulative updates, actually with 0x8007000d error. (KB5058385)

Followed "Windows Update Forum Posting Instructions":

sfc /scannow >>> corrupted files detected

Dism /Online /Cleanup-Image /RestoreHealth >>> 0x800f081f error, source files not found, I have already tested to fix the image with an ISO without success

ComponentsScanner >>> No corruptions were detected in the COMPONENTS hive.

Uploaded the CBS log folder on the thread.


Can someone help me to fix it please ?

Thanks in advance
 

Attachments

Hi @Ayato,

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
 
Hi and welcome to Sysnative,

The attached logs are from Server 2022 system, not Server 2019.
 
Hi,

My bad, I confirm it's a Server 2022, not Server 2019.

N.B: It seems I can't edit my post to correct the title
 
Hi,

I've changed the thread title.

Please run the following DISM command (with a similar server as source with the French LP installed) and post the result. If it fails attach a new copy of the CBS log.

Note: replace \\servername in the command below.
Code:
DISM /Online /Cleanup-Image /RestoreHealth /Source:\\ServerName\C$\Windows\WinSxS\ /LimitAccess
 
Hi,

Thanks for your help :)

I have run the command on another Windows Server 2022 (with the French LP installed), which failed:

Deployment Image Management and Maintenance Tool
Version : 10.0.20348.2849

Version de l’image : 10.0.20348.3453

[==========================100.0%==========================] Restore failed. The repair source was not found or the component store is beyond repair.

Error : 0x800f081f

DISM failed. No operation was performed.

For more information, see the log file.
The DISM log file is located at C:\Windows\Logs\DISM\dism.log

CBS log attached

Note that my 4 2022 servers have this update which is failing
 

Attachments

Hi,

Step 1. 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.


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

Please provide the latest CBS logs, the DISM log is not very helpful.
 
Here's the next fix.

Step 1.
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

This one fixed the problem, DISM command executed without error, Windows Update installed with success.

Thanks a lot for your help and time !

SOLVED
 

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

Back
Top