[SOLVED] Upgrade from Windows 7 to Windows 10 fails with 0x8007001F - 0x20006 code

dmi

New member
Joined
Sep 5, 2020
Posts
3
Hi,

Win 7 professional x64 to 10 in place upgrade fails with:

0x8007001F - 0x20006
The installation failed in the SAFE_OS phase with an error during REPLICATE_OC operation

C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations.

Here is the CBS log

I will appreciate the help.
 

Attachments

Hi,

I've managed to resolve these issues and I've updated to Win10
 
Glad you were able to solve the issue, how did you do it? Just so others with a similar problem in the future will be able to try your solution.
 
Workflow:
1. Download System Update Readiness Tool for Windows 7 for x64-based Systems
2. Run SUR
3. After SUR will complete, open %WinDir%\Logs\CBS\CheckSUR.log
4. Find in the section [Unavailable repair files:] names of missing mum, cat files and Name of the package(_KB_)

example,
Unavailable repair files:
servicing\packages\Package_172_for_KB4474419~31bf3856ad364e35~amd64~~6.1.1.8.mum
servicing\packages\Package_172_for_KB4474419~31bf3856ad364e35~amd64~~6.1.1.8.cat

Missing files:
  • Package_172_for_KB4474419~31bf3856ad364e35~amd64~~6.1.1.8.mum,
  • Package_172_for_KB4474419~31bf3856ad364e35~amd64~~6.1.1.8.cat
Package: KB4474419

5. Download missed Package from Microsoft Update Catalog
example: windows6.1-kb4474419-v2-x64_160414186799f7a367cc6083da216cb49aa66e04.msu

6. Run in cmd command
expand [package_name] -f:* [folder_path]
example: expand windows6.1-kb4474419-v2-x64_160414186799f7a367cc6083da216cb49aa66e04.msu f:* D:\TMP\kb4474419

It will extract cab files to the folder_path
7. inside cab file find missing files
8. Copy the files to the %WinDir%\Temp\CheckSUR folder the following subdirectory format, and then rerun SUR:
  • Put all files of type *.mum and *.cat into the %WinDir%\Temp\CheckSUR\Packages folder.
  • Put all files of type *.manifest into the %WinDir%\Temp\CheckSUR\Manifests folder.
9. Run SUR and check that you don't have Unavailable repair files: section ()
10. Run Win10 installation
 

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

Back
Top