Hello!
I have Widows Server 2019 Standard where I cannot install updates. I get 0x800f081f error (updates are installing and rolling back after restart).
I started from DISM:
What I got:
I check dism.log, but only error I see is in CBS.log:
I tried DISM with source install.wim from iso file and Windows folder of another WS2019 where updates works. Same error message.
Could you please help me fix this?
I have Widows Server 2019 Standard where I cannot install updates. I get 0x800f081f error (updates are installing and rolling back after restart).
I started from DISM:
Code:
DISM /Online /Cleanup-Image /RestoreHealth
Code:
Deployment Image Servicing and Management tool
Version: 10.0.17763.1697
Image Version: 10.0.17763.2565
[===========================97.9%======================== ]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
I check dism.log, but only error I see is in CBS.log:
Code:
2024-06-14 10:51:47, Info CBS Repr: CSI Store check completes
2024-06-14 10:51:47, Info CBS Exec: Not able to find amd64_dual_prnms003.inf_31bf3856ad364e35_10.0.17763.2686_none_640a716a1446731e\Amd64\unishare-pipelineconfig.xml from directory local source
2024-06-14 10:51:47, Info CBS Exec: Not able to find WinSxS\amd64_dual_prnms003.inf_31bf3856ad364e35_10.0.17763.2686_none_640a716a1446731e\Amd64\unishare-pipelineconfig.xml from directory local source
2024-06-14 10:51:47, Info CBS Repr: Not able to find replacement file for component amd64_dual_prnms003.inf_31bf3856ad364e35_10.0.17763.2686_none_640a716a1446731e, file Amd64\unishare-pipelineconfig.xml from any local source
2024-06-14 10:51:47, Info CBS Exec: Download qualification evaluation, business scenario: Manual Corruption Repair
2024-06-14 10:51:47, Info CBS Exec: Clients specified using local source only.
2024-06-14 10:51:47, Info CBS Repr: The system configuration is not qualified for Windows Update download, skip WU.
2024-06-14 10:51:47, Info CBS Failed to collect payload and there is nothing to repair. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-06-14 10:51:47, Info CBS Failed to repair store. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
2024-06-14 10:51:47, Info CBS
2024-06-14 10:51:47, Info CBS =================================
2024-06-14 10:51:47, Info CBS Checking System Update Readiness.
2024-06-14 10:51:47, Info CBS
2024-06-14 10:51:47, Info CBS (p) CSI Payload Corrupt (n) amd64_dual_prnms003.inf_31bf3856ad364e35_10.0.17763.2686_none_640a716a1446731e\Amd64\unishare-pipelineconfig.xml
2024-06-14 10:51:47, Info CBS Repair failed: Missing replacement payload.
2024-06-14 10:51:47, Info CBS
2024-06-14 10:51:47, Info CBS Summary:
2024-06-14 10:51:47, Info CBS Operation: Detect and Repair
2024-06-14 10:51:47, Info CBS Operation result: 0x800f081f
I tried DISM with source install.wim from iso file and Windows folder of another WS2019 where updates works. Same error message.
Could you please help me fix this?