Windows server 2019 Hyper-v \ Cumulative Update (KB5032196) - Error 0x80248007

Faisalops

Member
Joined
Nov 16, 2023
Posts
22
I have tried everything to install the latest Cumulative Update & it didn't work I have been looking for a solution for 3 weeks I need your help guys.
 
Step 1. Download
6530fbb0f4101-56f31e53c97da-SFCFix.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.
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 takes more than 4 hours without any action as the screenshot below, here are the SFCFix and CBS.log log
 

Attachments

  • SFCFix.txt
    SFCFix.txt
    5.5 KB · Views: 2
  • Capture.PNG3232.PNG
    Capture.PNG3232.PNG
    6 KB · Views: 3
Please, let DISM run until it really fails. Post also the specs of this Hyper-V server.
 
OK, This the specs of the PC in the screenshot below
 

Attachments

  • Capture.PNG432432.PNG
    Capture.PNG432432.PNG
    10.3 KB · Views: 2
The DISM has been failed at 89.5% as the below screenshot
 

Attachments

  • Capture.PNG3213434.PNG
    Capture.PNG3213434.PNG
    10 KB · Views: 5
Still the same error, please attach a copy of the COMPONENTS hive and the result of the CMD command below.

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.

Open and elevated command prompt run the following command and post the result.
Code:
certutil -hashfile C:\Windows\WinSxS\amd64_microsoft-windows-gdi32full_31bf3856ad364e35_10.0.17763.5122_none_a38ff170f900f995\gdi32full.dll SHA256
 
Export the Windows Update log
  • Right-click on the Start button and click Windows PowerShell (Admin).
  • Copy and paste the following command into it, press enter afterwards
Code:
Get-WindowsUpdateLog
  • Wait for the message "WindowsUpdate.log written to C:\Users\<username>\Desktop\WindowsUpdate.log".
  • Attach the logfile WindowsUpdate.log to your next reply.
 
It seems the SoftwareDistribution folder doesn't have the data which the Windows Update client is expecting! Please run the following commands in an elevated prompt.
Code:
net stop wuauserv
net stop bits
rename %systemroot%\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start bits
Afterwards reboot the server and attempt to update again. If it fails attach a new copy of the CBS logs.
 
Hi,

Export SBS (SideBySide) 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\SideBySide
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (*.*).

    652ff1dfded79-622dbdc454cdb-Export-SBS-hive.png

  • Name this file SideBySide (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.
 

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

Back
Top