[SOLVED] Feature update 1909 -> 20H2 failed with 0x8000ffff

ame77

New member
Joined
May 23, 2023
Posts
4
Many errors like: Manifest hash for component ... does not match expected value.
 

Attachments

Hi and welcome to Sysnative,

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 (KB5003244) to: C:\WUTemp - Or copy this file from the download directory to C:\WUTemp. (Important!)
    Downloadlink: KB5003244
  • 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-kb5003244-x64_89e845444a3eee79dbee082af49eba9095480efd.msu -f:* C:\WUTemp
DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5003244-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.
 
it failed :(
C:\WUTemp>DISM.exe /Online /Add-Package /PackagePath:C:\WUtemp\Windows10.0-KB5003244-x64.cab

Deployment Image Servicing and Management tool
Version: 10.0.18362.1379

Image Version: 10.0.18363.1500

Processing 1 of 1 - Adding package Package_for_KB5003244~31bf3856ad364e35~amd64~~18362.1555.1.1
[====== 11.0% ]
[======= 13.0% ]
[=========== 20.0% ]
[==========================100.0%==========================]
An error occurred - Package_for_KB5003244 Error: 0x8000ffff

Error: 0x8000ffff
 

Attachments

Step 1. Download
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.
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

Thank you!
after this fix DISM moved further but it failed again and I was able to add missing/corrupted files to sfcfix.zip myself and then DISM was successful!
once more reboot and hopefully I'll be able to complete this update.
 
Hi,

You're welcome. Let me know if the update was sucessful or not, if it failed attach a new copy of the CBS logs..
 
Yes, upgrade to 20H2 was successful finally. Without SFCFIX it would be almost impossible to fix this remote computer.

Thanks a lot again!
 
Hi,

You're welcome. Glad to hear the problem has been resolved.
I'll mark this thread as solved.
 

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

Back
Top