[SOLVED] Missing Package - DISM Failed (0x800f0941)

subbynetty

Contributor
Joined
Oct 8, 2022
Posts
13
I am currently having issues installing updates and after running DISM /Online /Cleanup-Image /RestoreHealth, it throwed the following error :

Code:
2023-03-11 00:35:01, Info                  CBS    Not able to find package: Package_214_for_KB3156418~31bf3856ad364e35~amd64~~6.3.1.2 from the cached windows update index. [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2023-03-11 00:35:01, Info                  CBS    Failed to find package: Package_214_for_KB3156418~31bf3856ad364e35~amd64~~6.3.1.2 from the index mapping [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2023-03-11 00:35:01, Info                  CBS    Failed to get WU category/updateID for package: Package_214_for_KB3156418~31bf3856ad364e35~amd64~~6.3.1.2 [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2023-03-11 00:35:01, Info                  CBS    Failed to get the mapping of package: Package_214_for_KB3156418~31bf3856ad364e35~amd64~~6.3.1.2, continue. [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2023-03-11 00:35:01, Info                  CBS    Failed to find  [HRESULT = 0x800f090e - CBS_E_EMPTY_PACKAGE_MAPPING_INDEX]
2023-03-11 00:35:01, Info                  CBS    Failed to collect payload and there is nothing to repair. [HRESULT = 0x800f0906 - CBS_E_DOWNLOAD_FAILURE]
2023-03-11 00:35:01, Info                  CBS    Failed to repair store. [HRESULT = 0x800f0906 - CBS_E_DOWNLOAD_FAILURE]
2023-03-11 00:35:01, Info                  CBS    Ensure CBS corruption flag is clear

Code:
=================================
Checking System Update Readiness.

(p)    CSI Payload Corrupt            amd64_microsoft.identitys..resources.resources_31bf3856ad364e35_6.3.9600.18304_en-us_02459286111c73e9\Microsoft.IdentityServer.NativeResources.dll.mui
Repair failed: Missing replacement payload.

Summary:
Operation: Detect and Repair
Operation result: 0x800f0906
Last Successful Step: Entire operation completes.
Total Detected Corruption:    1
    CBS Manifest Corruption:    0
    CBS Metadata Corruption:    0
    CSI Manifest Corruption:    0
    CSI Metadata Corruption:    0
    CSI Payload Corruption:    1
Total Repaired Corruption:    0
    CBS Manifest Repaired:    0
    CSI Manifest Repaired:    0
    CSI Payload Repaired:    0
    CSI Store Metadata refreshed:    True

Total Operation Time: 342 seconds.


Please see attached CBS log file :
CBS.log
 
Hi,

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

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

Back
Top