New
#1
Windows 10 Update keeps failing 0x8007001F - 0x20006
I would not be posting here, if it weren't because I've tried everything I can think of. I know that there is similar threads, but I have tried the suggested solutions in nearly all of them, so I am making a new one, in the hopes that someone can give med a clue on whats causing this.
What I am trying to do
I am trying to update windows 10 to 1709 (the Fall Creators Update) and now, 1803 (Windows 10 April 2018 Update)
System information
I am currently on Windows 10 Pro 64bit Version 1607 (operating system build 14393.1593) desktop pc
CPU: Intel Core i7-4790K Devils Canyon (4th Generation Intel® Core™ i7 Processors)
Motherboard: ASUS Z97-PRO GAMER
GPU: NVIDIA EVGA 1080 SC
SSD for C: drive, HDD for ekstra drive.
The installation error
I'm getting the following error message: "the installation has failed during SAFE_OS with error in operation REPLICATE_OC"
With the error code: "0x8007001F - 0x20006". Screenshot:
Furthermore I found a useful tool from Microsoft called SetupDiag which concludes this is the issue:
Interestingly I sometimes get this SetupDiagResults.log instead with the extend code 0x50015: SetupDiagResults.log - Pastebin.comCode:Error: SetupDiag reports Optional Component installation failed to open OC Package. Package Name: Foundation, Error: 0x8007001F Recommend you check the "Windows Modules Installer" service (Trusted Installer) is started on the system and set to automatic start, reboot and try the update again. Optionally, you can check the status of optional components on the system (search for Windows Features), uninstall any unneeded optional components, reboot and try the update again. Full log: SetupDiagResults.log - Pastebin.com
For the record I have tried to "set Windows Modules Installer" service (Trusted Installer) to automatic start, reboot and tried the update again" multiple times.
The logs
C:\Windows\Logs\CBS\CBS.log for today: CBS.log - Pastebin.com
C:\$WINDOWS.~BT\Sources\Rollback\setuperr.log C:$WINDOWS.~BTSourcesRollbacksetuperr.log - Pastebin.com
C:\$WINDOWS.~BT\Sources\Rollback\setupact.log C:$WINDOWS.~BTSourcesRollbacksetupact.log - Pastebin.com
The logs SetupDiag collected as a zip file: https://file.io/LeHFnE
Recent windows updates: Windows update recent log - Pastebin.com
What I have tried so far
I have tried the following ways to update for the past 5-8 months:
- Downloaded media creation tool and tried to upgrade with it
- Created a .iso file, mounted it and tried to update with it
- Created a USB installer with the media creation tool and tried to update with it
- Tried updating with windows update (built in)
- Tried updating with windows update assistent which got installed automatically (by windows update?)
- Tried updating by downloading and installing windows update assistent manually
- Tried many different combinations of choosing to install updates and not
Windows fails every time with the before mentioned error.
I have also tried "repairing my system" in multiple ways:
- Reinstall built in windows 10 apps using powershell:
Code:PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Full log: Powershell reinstall built in apps - Pastebin.com
- Repair with DISM, also using a Windows.iso created using the media creation tool as the repair source
- sfc /scannow reports two files it cant fix: CBS.log - Pastebin.com - are these important?
- Tried running windows-update-troubleshooter multiple times. It reports it finds problems that it fixes every time. Except it cannot identify the proxy settings of my network.
- Rezized my c partition to have 1,3 gb unallocated space
- Tried to follow Vijay_Verma on May 7, 2018 advice here.
Furthermore i did steps to minimize risk of failure:
- Removed all unnecessary hardware (except mouse and keyboard)
- Uninstalled my Anti Virus
- Updated my network drivers, graphic drivers, audio drivers
- Disconnected from the internet while updating
So to my questions now:
Question 1)
What exactly is SetupDiag suggesting here?
Code:Optionally, you can check the status of optional components on the system (search for Windows Features), uninstall any unneeded optional components, reboot and try the update again.
Question 2)
If you are a talented technican, can you tell me anything helpful on what is causing the update to fail from looking at the logs?
Please don't suggest a clean install, as I already know this is a option, but in my case, almost impossible to do.