[Server2008R2SP1Std x64] Windows Update Failure, CBS/CheckSUR Errors

fbocca

New member
Joined
Jan 14, 2018
Posts
2
Windows Server 2008 R2 Standard SP1 - Windows Update Failure, CBS/CheckSUR Errors
I have just tried to update my Windows server 2008R2. I always receive this two error codes 80073712, 8007371B.
The failure is for the Patches KB4056894 and kb4056568
I have tried to reboot the system many times, to update manually and to run chkdsk


SFCFix version 3.0.0.0 by niemiro.
Start time: 2018-01-14 23:50:51.469
Microsoft Windows Server 2008 R2 Service Pack 1 - amd64
Not using a script file.


AutoAnalysis::
SUMMARY: Some corruptions could not be fixed automatically. Seek advice from helper or sysnative.com.
CBS & SFC total detected corruption count: 0
CBS & SFC total unimportant corruption count: 0
CBS & SFC total fixed corruption count: 0
SURT total detected corruption count: 13
SURT total unimportant corruption count: 0
SURT total fixed corruption count: 0
AutoAnalysis:: directive completed successfully.


Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2018-01-14 23:58:39.458
----------------------EOF-----------------------


CBS download link is:
https://wetransfer.com/downloads/3ccc1740e0cb4af2b928fe30b3d6c7f220180114233348/e349750cbbe380987ab03e471bb3345120180114233348/d87e2b

thank you for your help
best regards

FBocca
 

Attachments

Has the memory (RAM) in this machine been tested or replaced at any point?

Please manually upload the components hive by following these instructions:

Upload Components Hive
  1. Navigate to C:\Windows\System32\config
  2. Right-click on the current COMPONENTS file and select copy
    Note: If you get an error that the file is in use, reboot your computer and then try again.
  3. Right-click on your Desktop and select paste
  4. Right-click on the COMPONENTS file on your Desktop and select Send To -> Compressed (zipped) Folder
  5. Upload the zip from your Desktop to a file sharing service such as DropBox, OneDrive, SendSpace, etc. and include the link with your reply.
 
thank you for your reply
Yes the memory has been tested. It is ecc type.
I get an error during copy of config directory. I have rebooted some times but the error continues to remain.
I tried to reboot in safe mode with lan and I got the same result. How can I do what you asked?
I share the zip file and a list of the files skipped or ignored. The files with the same name have their dimension on the right

link : https://we.tl/dU97KTTBrd
 
SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip

Install Update with DISM

  1. Download the update MSU here: http://download.windowsupdate.com/d..._83688ecf3a901fc494ee67b5c57e35f0a09dc455.msu
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand windows6.1-kb4048957-x64_83688ecf3a901fc494ee67b5c57e35f0a09dc455.msu -f:* C:\temp

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4048957-x64.cab

  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation.
    Do you want to restart the computer now (Y/N)?

  7. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  8. Right-click on the Command Prompt window and click Select All, this will invert all of the colours by selecting the text, now press enter. All of this text is now copied.
  9. Paste (Ctrl+V) it into your next post.
  10. Zip and attach C:\Windows\Logs\CBS\CBS.log
 

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

Back
Top