[SOLVED] SFCfix crashes

I would definitely take a snapshot of the server in its current state..
Thanks for reporting the broken link, I will report this to the administrators.
 
You're welcome, thanks for the kind words and thanks for your donation to Sysnative... (y)

Let me know if you were able to successfully update this server...
 
Ready again...
Just wanted to see if sfc could run with success ... but no!

C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 44% complete.

Windows Resource Protection could not perform the requested operation.

Did a reboot and tried again... but same result!

Should I just try to update anyway or do you have a better suggestion?
 
Please post the latest CBS logs first to look at.

Upload a copy of the CBS folder
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
618e949e09fef-CBS-Folder.png

  • Attach the file CBS.zip to your next reply.
 
Rich (BB code):
2023-04-07 18:21:59, Error                 CSI    0000000e@2023/4/7:16:21:59.330 (F) onecore\base\wcp\componentstore\versionedindex.cpp(3604): Store corruption detected in function ComponentStore::CRawStoreLayout::CheckFamilyIndexForDeadWinnerComponent expression: (null)
  MissingWinningComponentKey on resource 'amd64_microsoft-windows-s..cingstack.resources_31bf3856ad364e35_10.0.17763.3641_da-dk_340dd18175f372bf'[gle=0x80004005]
2023-04-07 18:21:59, Error                 CSI    0000000f@2023/4/7:16:21:59.330 (F) Attempting to mark store corrupt with category [l:21 ml:22]'CorruptComponentValue'[gle=0x80004005]

Please provide 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.
 
Hi,

More than 4000 Components keys are missing, it seems the Danish Language pack was not installed on the other server where you used the COMPONENTS hive from?
 
Damn... you are right... forgot all about that!
If I install the Language pack and run DISM again... would that help?
 
Let's try this first.

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 (KB5022554) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5022554
  • 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-kb5022554-x64_a4abb49dda1c095d655f6161616e11a2f9705afa.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5022554-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.
 
C:\Windows\system32>cd\wutemp

C:\WUTemp>EXPAND.exe windows10.0-kb5022554-x64_a4abb49dda1c095d655f6161616e11a2f9705afa.msu -f:* C:\WUTemp
Microsoft (R) File Expansion Utility
Copyright (c) Microsoft Corporation. All rights reserved.

Adding C:\WUTemp\WSUSSCAN.cab to Extraction Queue
Adding C:\WUTemp\Windows10.0-KB5022554-x64-pkgProperties.txt to Extraction Queue
Adding C:\WUTemp\Windows10.0-KB5022554-x64_uup.xml to Extraction Queue
Adding C:\WUTemp\Windows10.0-KB5022554-x64.cab to Extraction Queue
Adding C:\WUTemp\SSU-17763.3641-x64.cab to Extraction Queue

Expanding Files ....
Progress: 3 out of 5 files
Expanding Files Complete ...
5 files total.

C:\WUTemp>DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5022554-x64.cab

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.3887

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

Error: 14098

Komponentlageret er beskadiget. (translates to something like... Component Store damaged)
 
Last edited:
What we could try is to uninstall the Danish Language pack on this server and set en-US as default and then run DISM again to see what happens.
 
- Changed language to en-US
- logged out/in
- removed danish
- reboot server (just to be safe).

... you mean the last DISM in #56 ?
 
Please run the following command.
Code:
DISM /online /cleanup-image /RestoreHealth

Aftterwards perform the following REG search with FRST.

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:
InstallMapMissingComponentsKey
  • 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.
 

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

Back
Top