I have a Windows Server 2022 VM that fails on the cumulative update since November. I've tried basic things like resetting Windows Update Components and running sfc /scannow.
Here is an example of an error in CBS.log file:
2025-02-10 12:24:46, Info CBS Failed to add to transaction package: Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.20348.1 [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
Although there are some other ERROR_INVALID_DATA errors just before this one, that don't seem to relate to a specific package.
I'm also unable to complete the running of DISM with /RestoreHealth - I keep getting "Error: 0x800f081f. The source files could not be found."
The server doesn't have internet access, so I've downloaded the latest Server 2022 from MVLS.
I've tried mounting the ISO as a drive and running:
DISM /Online /Cleanup-Image /RestoreHealth /Source:Wim:E:\sources\install.wim:2 /LimitAccess [I've checked that 2 is the correct index]
I've tried extracting the ISO contents and pointing DISM to that folder
I've tried mounting the wim using DISM /Mount-Wim and DISM /Mount-Image and pointing DISM there
I've tried pointing DISM to the WinSxs of a different machine
I've tried running '/AnalyzeComponentStore' before the above command
I've rebooted a few times
Nothing works
Is there anything I can do to get DISM to work?
Or if not, all related files can be found in this Google Drive link.
Many thanks in advance.
Here is an example of an error in CBS.log file:
2025-02-10 12:24:46, Info CBS Failed to add to transaction package: Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.20348.1 [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
Although there are some other ERROR_INVALID_DATA errors just before this one, that don't seem to relate to a specific package.
I'm also unable to complete the running of DISM with /RestoreHealth - I keep getting "Error: 0x800f081f. The source files could not be found."
The server doesn't have internet access, so I've downloaded the latest Server 2022 from MVLS.
I've tried mounting the ISO as a drive and running:
DISM /Online /Cleanup-Image /RestoreHealth /Source:Wim:E:\sources\install.wim:2 /LimitAccess [I've checked that 2 is the correct index]
I've tried extracting the ISO contents and pointing DISM to that folder
I've tried mounting the wim using DISM /Mount-Wim and DISM /Mount-Image and pointing DISM there
I've tried pointing DISM to the WinSxs of a different machine
I've tried running '/AnalyzeComponentStore' before the above command
I've rebooted a few times
Nothing works
Is there anything I can do to get DISM to work?
Or if not, all related files can be found in this Google Drive link.
Many thanks in advance.