[SOLVED] Error Install Update KB5034127 Windows server 2019

Please open an elevated prompt, run the following commands and post the result.
Code:
dir C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_2121e11a60e09843
certutil -hashfile C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_2121e11a60e09843\ntprint.inf SHA256
 
C:\Windows\System32\DriverStore\FileRepository>dir C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_2121e11a60e09843
Volume in drive C has no label.
Volume Serial Number is C28C-EBA2

Directory of C:\Windows\System32\DriverStore\FileRepository

File Not Found

C:\Windows\System32\DriverStore\FileRepository>certutil -hashfile C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_2121e11a60e09843\ntprint.inf SHA256
CertUtil: -hashfile command FAILED: 0x80070002 (WIN32: 2 ERROR_FILE_NOT_FOUND)
CertUtil: The system cannot find the file specified.
 
Here's the next fix.

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.

Afterwards reboot the server and attempt to update. If it fails attach a new copy of the CBS logs and a copy of the Setupapi.dev.log.
 

Attachments

The last fix failed:

Code:
Failure code returned from icacls process in RestoreFromDataBlock function for file or folder C:\Windows\System32\DriverStore\FileRepository. Error code 0x514.
PowerCopy:: directive failed to complete successfully.

Please do the following to remove the DIR 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

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.

After the reboot (triggered by FRST) perform the steps in post #24 again and post the result.
 

Attachments

Hi,

Export CBS (Component Based Servicing) hive
  • Click on the Start button and type regedit
  • When you see regedit on the list, right-click on it and select Run as administrator.
  • When regedit opens, using the left pane, navigate to the following registry key and select it by clicking on it once.
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (*.*).

    622dbef75cd3a-Export-CBS-hive.png

  • Name this file ComponentBasedServicing (with no file extension) and save it to your Desktop.
  • Right-click on the saved file and choose Send > Compressed (zipped) Folder.
  • Attach the .ZIP file to your next post.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
I can't load the export, could you please restart the server and provide a new export.
 
Ah, you have exported the registry key as REG-file and renamed it to HIV file...

Please post also the latest CBS logs.
 
Now the CBS log shows a different error, so please do the following first.

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
 
Hi,

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

The DISM command completed 100%, but it seems to have a pending rollback. I rebooted, but the error persists.
 

Attachments

Hi,

Please run the following commands in an elevated prompt to see if the highlighted values exist or not.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
reg query HKLM\COMPONENTS

Rich (BB code):
HKEY_LOCAL_MACHINE\COMPONENTS
    StoreFormatVersion    REG_BINARY    30002E0030002E0030002E003600
    StoreArchitecture    REG_BINARY    09000000
    PendingXmlIdentifier    REG_BINARY >
    ExecutionState    REG_DWORD  >
    CorruptionDetectedDuringAcr  >
 
Attached
 

Attachments

  • Captura de tela 2024-02-14 142001.png
    Captura de tela 2024-02-14 142001.png
    117.4 KB · Views: 4
Back
Top