CBS Catalog Missing | Windows Server 2016

IvanG

Active member
Joined
Mar 18, 2019
Posts
33
I had a driver missing and rollback last january cumulative update

Right now I m unable to install it and had problem with NET FX e SQL

I saw various fault over CBS

Cannot fix with DISM

Here i sent last CBS

after clean SoftwareDistribution
made sfc and dism
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:D:\Server2016 /LimitAccess
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:wim:D:\sources\install.wim:1 /LimitAccess

DISM.exe /Online /Cleanup-Image /ScanHealth

error 0x800f0831

thanks for your help
 

Attachments

Hi and welcome to Sysnative,

Please open an elevated command prompt, run the following command en copy and paste the result in your next post.
Code:
wmic qfe | findstr /C:"KB5030213" /C:"KB5031362"
 
C:\WINDOWS\system32>wmic qfe
Caption CSName Description FixComments HotFixID InstallDate InstalledBy InstalledOn Name ServicePackInEffect Status
Microsoft Support SERVERLAB2 Update KB4049065 NT AUTHORITY\SYSTEM 2/2/2018
Microsoft Support SERVERLAB2 Security Update KB4535680 NT AUTHORITY\SYSTEM 9/3/2022
KB4589210: Intel microcode updates for Windows 10, version 1607 and Windows Server 2016 - Microsoft Support SERVERLAB2 Update KB4589210 NT AUTHORITY\SYSTEM 9/3/2022
KB5017095: Servicing stack update for Windows 10, version 1607 and Server 2016: August 9, 2022 - Microsoft Support SERVERLAB2 Security Update KB5017095 NT AUTHORITY\SYSTEM 9/3/2022
KB5017396: Servicing stack update for Windows 10, version 1607 and Server 2016: September 13, 2022 - Microsoft Support SERVERLAB2 Security Update KB5017396 NT AUTHORITY\SYSTEM 12/17/2022
KB5023788: Servicing stack update for Windows Server 2016: March 14, 2023 - Microsoft Support SERVERLAB2 Security Update KB5023788 NT AUTHORITY\SYSTEM 3/15/2023
KB5030504: Servicing stack update for Windows Server 2016: September 12, 2023 - Microsoft Support SERVERLAB2 Security Update KB5030504 NT AUTHORITY\SYSTEM 9/22/2023
KB5032391: Servicing stack update for Windows Server 2016: November 14, 2023 - Microsoft Support SERVERLAB2 Security Update KB5032391 NT AUTHORITY\SYSTEM 11/16/2023
January 9, 2024—KB5034119 (OS Build 14393.6614) - Microsoft Support SERVERLAB2 Security Update KB5034119 NT AUTHORITY\SYSTEM 1/26/2024
 
Hi,

Follow these instructions to remove an update.
  • Open the Start menu of Windows and type the command CMD
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, then press enter.
Code:
wusa /uninstall /KB:5031362
wusa /uninstall /KB:5030213
  • Let me know if it says it was successful or you get the message: The update KB{number} is not installed on this computer.
 
Download the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool and save it to your Desktop:

Download the 64 bit version: - Farbar Recovery Scan Tool Link
  • Open the startmenu and type the command cmd.
  • After you find the Command Prompt, right click on it and select Run as Administrator.
  • Copy and paste the following into the Command Prompt and press enter.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
Right-click on the file FRST64.exe and choose Run as administrator.
  • Copy and paste the following (code) into the Search box and click the Search Registry button.
Code:
KB5030213;KB5031362
  • When the scan is complete, a message will display that SearchReg.txt is saved in the same folder FRST was started from.
  • Post the logfile SearchReg.txt as attachment in your next reply.
 
Yes, searching the registry for remnants of updates could take some time. This also applies to the following fix which will remove all the entry's.

Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.txt as attachment in your next reply.
 

Attachments

Hi,

Please 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
 
maybe stupid question

must unload hive

and reboot

before dism?
 
No that is not necessary to unload the hive and/or reboot the server.
 
my iso is february 2018
so i think no useful if i add source path
 
No, but please attach the CBS logs so I can take a look which files are missing.
 
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

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

Back
Top