paradonym
New member
- Jun 18, 2025
- 3
Windows 11 24H2 Build 26100.1742
each try to install KB5063060 results in error 0x800f0991
this issue is persisting after an inplace-upgrade installation using the ISO file of the same Windows version
sfc /scannow seems to have no issues:
"Der Windows-Ressourcenschutz hat keine Integritätsverletzungen gefunden."
Dism /Online /Cleanup-Image /RestoreHealth runs through:
Reading the CBS.log there seems to be a corruption in a package
CBS.zip -> CBS.zip will stay active until first replies.
ComponentScanner.exe
My idea now is to find a valid source for "DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:" to compare the scan to. Just to check if there's anything I can do to avoid having to format the whole disk and re-setup everything - as this could take a while...
each try to install KB5063060 results in error 0x800f0991
this issue is persisting after an inplace-upgrade installation using the ISO file of the same Windows version
sfc /scannow seems to have no issues:
"Der Windows-Ressourcenschutz hat keine Integritätsverletzungen gefunden."
Dism /Online /Cleanup-Image /RestoreHealth runs through:
Code:
Dism /Online /Cleanup-Image /RestoreHealth
Tool zur Imageverwaltung für die Bereitstellung
Version: 10.0.26100.1150
Abbildversion: 10.0.26100.1742
[==========================100.0%==========================] Der Wiederherstellungsvorgang wurde erfolgreich abgeschlossen.
Der Vorgang wurde erfolgreich beendet.
Reading the CBS.log there seems to be a corruption in a package
Code:
2025-06-17 21:46:47, Info CSI 00000008@2025/6/17:19:46:47.557 Starting corruption detection (InnerFlags=2)
2025-06-17 21:46:47, Info CBS FLOW: Entering stage: CheckCsi
2025-06-17 21:47:14, Info CSI 00000009 Direct SIL provider: Number of files opened: 94799.
2025-06-17 21:47:14, Info CSI 0000000a@2025/6/17:19:47:14.933 Corruption detection complete. numCorruptions = 0, Disp = 1.
2025-06-17 21:47:15, Info CBS Repr: CSI meta data corruption found, will commit repair transaction if repair is asked.
2025-06-17 21:47:15, Info CBS Repr: CSI Store check completes
2025-06-17 21:47:15, Info CBS FLOW: Entering stage: CheckStagedPackages
2025-06-17 21:47:16, Info CBS Appl:LCU package and revision compare set to explicit
2025-06-17 21:47:16, Info CBS Package Format: PSFX
2025-06-17 21:47:16, Info CBS Delta Format: ForwardOnly
2025-06-17 21:47:16, Info CBS Package: Package_for_RollupFix~31bf3856ad364e35~amd64~~26100.1742.1.10 is a Baseline according
CBS.zip -> CBS.zip will stay active until first replies.
ComponentScanner.exe
Code:
ComponentsScanner Version 1.5.1.0 by sysnative.com
Windows Version: Windows 11 24H2 x64 (10.0.26100.1742)
Start time: 2025-06-18T20:45:59
Hive scanned: %windir%\System32\config\COMPONENTS
Number of keys: 77067
Number of values: 188416
==== Critical Errors ====
None
==== Corrupt Key Names ====
None
==== Corrupt Value Names ====
None
==== Corrupt Value Data Type ====
None
==== Corrupt Value Data ====
None
==== Repair Log ====
No possible repairs
==== Warnings ====
None
Storing 0KB in C:\Users\kknaa\AppData\Local\Sysnative\ComponentsScanner
Finish Time: 2025-06-18T20:46:23. Corruption scan time: 10,3881027s
===========================EOF===========================
My idea now is to find a valid source for "DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:" to compare the scan to. Just to check if there's anything I can do to avoid having to format the whole disk and re-setup everything - as this could take a while...