Share via


The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATA operation

Question

Monday, January 29, 2018 2:52 AM

I was trying to update Windows 10 using the Update Assistant today, but I ran into this error shown below.

We couldn't install Windows 10

We've set your PC back to the way it was right before you started installing Windows 10.

0x8007042B - 0x3000D

The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATA operation

My computer drives are partitioned like so:

C: (NTFS) Windows and default program files

D: (NTFS) All other Program Files

F: (NTFS) Data

I use Webroot & Malwarebytes for virus protection. I did also have my ProgramFilesDir/etc... changed to D: instead of C: in my registry editor, but before I ran the updater I changed it back to C: everywhere.

How can I fix this?

All replies (13)

Tuesday, February 6, 2018 2:19 AM âś…Answered

setupact.log: https://paste.ee/p/bOxvv

2018-02-05 13:23:07, Info                  MOUPG  MigChoice: After Migration Filter -> [CleanInstall]
2018-02-05 13:23:07, Info                  MOUPG  MigChoice: No Response found. Continuing with default values.
2018-02-05 13:23:07, Error                 MOUPG  MigChoice: Selected install choice is not available.
2018-02-05 13:23:07, Error                 MOUPG  CDlpActionCompat::ExecuteMigChoiceScan(1447): Result = 0xC1900204

What is the UI that creates this case?

Oh.  Are you trying to jump from 10240 to 16299?  Maybe that's a problem.  What about trying an ISO Upgrade Repair instead?

Robert Aldwinckle


Tuesday, January 30, 2018 7:06 AM

Hi,

Please make sure Windows Dir is C default in registry.

And according to official document:

This error can be due to a problem with user profiles. It can occur due to corrupt registry entries under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList or invalid files in the \Users directory.

Note: If a previous upgrade did not complete, invalid profiles might exist in the Windows.old\Users directory.

To repair this error, ensure that deleted accounts are not still present in the Windows registry and that files under the \Users directory are valid. Delete the invalid files or user profiles that are causing this error. The specific files and profiles that are causing the error will be recorded in the Windows setup log files.

Resolve Windows 10 upgrade errors : Technical information for IT Pros

/en-us/windows/deployment/upgrade/resolve-windows-10-upgrade-errors

If the issue persists, please upload the setupact.log and setuperr.log file to OneDrive for analysis. It may under:

windows~bt\source\panther
or
%systemroot%\Panther

Please Note: wipe any privacy information in your log before uploading it to any public site.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Wednesday, January 31, 2018 12:16 AM

0x8007042B - 0x3000D

The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATA operation

I use Webroot & Malwarebytes for virus protection.

How can I fix this?

PS>net helpmsg (0x42B)

The process terminated unexpectedly.

Looks like an interferer is present.  Temporarily uninstall both your security packages to avoid the possibility that they would corrupt the install.  Otherwise wait a few days and maybe the interferers will get caught up with what your maintenance level should be.

Good luck


Wednesday, January 31, 2018 7:14 AM

To evaluate the computer environment please post logs for troubleshooting.

Using administrative command prompt copy and paste this whole command:

Make sure the default language is English so that the logs can be scanned and read.

https://www.tenforums.com/tutorials/3813-language-add-remove-change-windows-10-a.html

The command will automatically collect the computer files and place them on the desktop.

Then use one drive or drop box to place share links into the the thread for troubleshooting.

https://support.office.com/en-us/article/Share-OneDrive-files-and-folders-9fcc2f7d-de0c-4cec-93b0-a82024800c07

It will automatically collect these files:  msinfo32, dxdiag, mini dumps, drivers hosts, install, uninstall, services, startup, event viewer files, etc.

Open administrative command prompt and copy and paste the whole command:

copy %SystemRoot%\minidump\.dmp "%USERPROFILE%\Desktop\&dxdiag /t %Temp%\dxdiag.txt&copy %Temp%\dxdiag.txt "%USERPROFILE%\Desktop\SFdebugFiles\&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\systeminfo.txt"&driverquery /v > "%USERPROFILE%\Desktop\drivers.txt" &msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\installed.txt"&net start > "%USERPROFILE%\Desktop\services.txt"&REM wmic startup list full /format:htable >"%USERPROFILE%\Desktop\startup.html"&wmic STARTUP GET Caption, Command, User >"%USERPROFILE%\Desktop\startup.txt"

Sometimes the dxdiag file needs to be found and saved manually:  In the left lower corner search type:  dxdiag > When the DirectX Diagnostic Tool opens click on the next page button so that each tab is opened > click on save all information > save to desktop > post one drive or drop box share link into the thread


Monday, February 5, 2018 8:34 PM

To evaluate the computer environment please post logs for troubleshooting.

Using administrative command prompt copy and paste this whole command:

Make sure the default language is English so that the logs can be scanned and read.

https://www.tenforums.com/tutorials/3813-language-add-remove-change-windows-10-a.html

The command will automatically collect the computer files and place them on the desktop.

Then use one drive or drop box to place share links into the the thread for troubleshooting.

https://support.office.com/en-us/article/Share-OneDrive-files-and-folders-9fcc2f7d-de0c-4cec-93b0-a82024800c07

It will automatically collect these files:  msinfo32, dxdiag, mini dumps, drivers hosts, install, uninstall, services, startup, event viewer files, etc.

Open administrative command prompt and copy and paste the whole command:

copy %SystemRoot%\minidump\.dmp "%USERPROFILE%\Desktop\&dxdiag /t %Temp%\dxdiag.txt&copy %Temp%\dxdiag.txt "%USERPROFILE%\Desktop\SFdebugFiles\&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\systeminfo.txt"&driverquery /v > "%USERPROFILE%\Desktop\drivers.txt" &msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\installed.txt"&net start > "%USERPROFILE%\Desktop\services.txt"&REM wmic startup list full /format:htable >"%USERPROFILE%\Desktop\startup.html"&wmic STARTUP GET Caption, Command, User >"%USERPROFILE%\Desktop\startup.txt"

Sometimes the dxdiag file needs to be found and saved manually:  In the left lower corner search type:  dxdiag > When the DirectX Diagnostic Tool opens click on the next page button so that each tab is opened > click on save all information > save to desktop > post one drive or drop box share link into the thread

Here is the output of running that command in administrative cmd:

C:\Windows\system32>copy %SystemRoot%\minidump\*.dmp "%USERPROFILE%\Desktop\"&dxdiag /t %Temp%\dxdiag.txt&copy %Temp%\dxdiag.txt "%USERPROFILE%\Desktop\SFdebugFiles\"&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\systeminfo.txt"&driverquery /v > "%USERPROFILE%\Desktop\drivers.txt" &msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\installed.txt"&net start > "%USERPROFILE%\Desktop\services.txt"&REM wmic startup list full /format:htable >"%USERPROFILE%\Desktop\startup.html"&wmic STARTUP GET Caption, Command, User >"%USERPROFILE%\Desktop\startup.txt"
C:\Windows\minidump\*.dmp
The system cannot find the file specified.
        0 file(s) copied.
The system cannot find the file specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
ERROR: Unable to write to the file. There may be a disk or file system error.
ERROR: Unable to write to the file. There may be a disk or file system error.
The system cannot find the path specified.

The DxDiag.txt file: https://paste.ee/p/l6FMJ


Monday, February 5, 2018 8:36 PM

Hi,

Please make sure Windows Dir is C default in registry.

And according to official document:

This error can be due to a problem with user profiles. It can occur due to corrupt registry entries under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList or invalid files in the \Users directory.

Note: If a previous upgrade did not complete, invalid profiles might exist in the Windows.old\Users directory.

To repair this error, ensure that deleted accounts are not still present in the Windows registry and that files under the \Users directory are valid. Delete the invalid files or user profiles that are causing this error. The specific files and profiles that are causing the error will be recorded in the Windows setup log files.

Resolve Windows 10 upgrade errors : Technical information for IT Pros

/en-us/windows/deployment/upgrade/resolve-windows-10-upgrade-errors

If the issue persists, please upload the setupact.log and setuperr.log file to OneDrive for analysis. It may under:

windows~bt\source\panther
or
%systemroot%\Panther

Please Note: wipe any privacy information in your log before uploading it to any public site.

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].

Here is an image of my users folder: 

and the registry values for ProfileList

For my log files, this is setuperr.log: https://paste.ee/p/xB4Bw

This is setupact.log: https://paste.ee/p/bOxvv


Tuesday, February 6, 2018 2:37 AM

This computer did not fail 1 upgrade but failed 4 upgrades.

Why not post that information at the start of thread?

The computer has windows 10 version 1506.

The first version of windows 10 was version 1506.

1506 was available June, 2015.

It is now February 2018.

That is approximately 2 years and 2 months or 26 months.

What happened with upgrades to each 1511, 1607, 1703, and 1709?

What were the error messages and the error codes?

Was a metered connection used to prevent upgrades?

If not what method was used to prevent upgrades?

What links are available where technet or other websites troubleshooted the failures to upgrade?

What troubleshooting steps have already been done?

What happened that you decided to attempt to upgrade at this time?

Operating System:

Windows 10 Pro 64-bit (10.0, Build 10240) (10240.th1.150709-1700) Language: English (Regional Setting: English) System Manufacturer: Hewlett-Packard System Model: HP rp5800

Processor: Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz (4 CPUs), ~3.3GHz Memory: 8192MB RAM Available OS Memory: 8080MB RAM Page File: 5635MB used, 6796MB available Windows Dir: C:\Windows

Chip type: Intel(R) HD Graphics Family

Disk & DVD/CD-ROM Drives

Drive: C: Free Space:30.8 GB Total Space: 76.3 GB File System: NTFS Model: SAMSUNG MZ7PA128HMCD-010L1 Drive: D: Free Space: 22.6 GB Total Space: 44.9 GB File System: NTFS Model: SAMSUNG MZ7PA128HMCD-010L1 Drive: F: Free Space: 63.8 GB Total Space: 305.2 GB File System: NTFS Model: HITACHI HTS725032A9A364 Drive: E: Model: hp DVDROM DH41N Driver: c:\windows\system32\drivers\cdrom.sys, 10.00.10240.16384 (English), 7/10/2015 05:59:39, 174080 bytes


Tuesday, February 6, 2018 2:39 AM

setupact.log: https://paste.ee/p/bOxvv

2018-02-05 13:23:07, Info                  MOUPG  MigChoice: After Migration Filter -> [CleanInstall]
2018-02-05 13:23:07, Info                  MOUPG  MigChoice: No Response found. Continuing with default values.
2018-02-05 13:23:07, Error                 MOUPG  MigChoice: Selected install choice is not available.
2018-02-05 13:23:07, Error                 MOUPG  CDlpActionCompat::ExecuteMigChoiceScan(1447): Result = 0xC1900204

What is the UI that creates this case?

Oh.  Are you trying to jump from 10240 to 16299?  Maybe that's a problem.  What about trying an ISO Upgrade Repair instead?

Robert Aldwinckle

Preparing the ISO installation now, I'll update the thread soon.


Tuesday, February 6, 2018 2:42 AM

This computer did not fail 1 upgrade but failed 4 upgrades.

Why not post that information at the start of thread?

The computer has windows 10 version 1506.

The first version of windows 10 was version 1506.

1506 was available June, 2015.

It is now February 2018.

That is approximately 2 years and 2 months or 26 months.

What happened with upgrades to each 1511, 1607, 1703, and 1709?

What were the error messages and the error codes?

Was a metered connection used to prevent upgrades?

If not what method was used to prevent upgrades?

What links are available where technet or other websites troubleshooted the failures to upgrade?

What troubleshooting steps have already been done?

What happened that you decided to attempt to upgrade at this time?

Operating System: Windows 10 Pro 64-bit (10.0, Build 10240) (10240.th1.150709-1700) Language: English (Regional Setting: English) System Manufacturer: Hewlett-Packard System Model: HP rp5800

Processor: Intel(R) Core(TM) i3-2120 CPU @ 3.30GHz (4 CPUs), ~3.3GHz Memory: 8192MB RAM Available OS Memory: 8080MB RAM Page File: 5635MB used, 6796MB available Windows Dir: C:\Windows

Chip type: Intel(R) HD Graphics Family

Disk & DVD/CD-ROM Drives Drive: C: Free Space: 30.8 GB Total Space: 76.3 GB File System: NTFS Model: SAMSUNG MZ7PA128HMCD-010L1 Drive: D: Free Space: 22.6 GB Total Space: 44.9 GB File System: NTFS Model: SAMSUNG MZ7PA128HMCD-010L1 Drive: F: Free Space: 63.8 GB Total Space: 305.2 GB File System: NTFS Model: HITACHI HTS725032A9A364 Drive: E: Model: hp DVDROM DH41N Driver: c:\windows\system32\drivers\cdrom.sys, 10.00.10240.16384 (English), 7/10/2015 05:59:39, 174080 bytes

I haven't tried to do any Windows updates since the original W10 installation. The four failed upgrades are all from the first attempts of installation over the past week or so. I've installed and upgraded my laptop using the same network and installation type as this (the only difference being the separated partition for my SSD). The network can't be the problem, I think it has something to do with the partition. 

I've done all upgrade attempts with the Windows Update Assistant tool, and the only errors that I see in the UI is the one on the main post. (0x8007042B - 0x3000D)

I had an installation fail just now as well:

I'm attempting to install using an ISO right now, currently in the download progress.

This is my C: drive

Program Files:

Program Files (x86)


Tuesday, February 6, 2018 4:46 AM

Windows performs upgrades automatically.  

There are methods to prevent upgrades.

How were you able to prevent the automatic upgrades?

Were there unexpected reboots?

Were there missed windows upgrade failure errors and codes?

For all tests /steps please post images into the thread.

For any problems posting images please use one drive or drop box share links.

There are additional steps that you could make before attempting an upgrade:

1) open administrative command prompt and type or copy and paste:

2) sfc /scannow

3) dism /online /cleanup-image /restorehealth

4) When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

5) chkdsk /x /f /r

C:\Windows\system32>chkdsk /x /f /r
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process.  Would you like to schedule this volume to be
checked the next time the system restarts? (Y/N)

Type:  Y

reboot

This may take many hours so plan to run overnight.

6) List all of the antivirus products that you remember using since you started using Windows 10 (always on and manual)

7) Use the applicable uninstall tool for each AV product so that the only AV product on the computer is Windows defender

8) Uninstall non-Microsoft disk encryption software

9) remove nonessential hardware
docks
USB devices
printers
headset
speakers
bluetoot devices
USB drives (other than a windows 10 iso if used for the upgrade)
USB Wireless Mouse or Keyboard Receiver, USB Wireless Network Card

10) These should be the only attached devices:
wired mouse
wired keyboard
monitor

11) Place the computer in clean boot:
https://support.microsoft.com/en-us/...oot-in-windows
How to perform a Clean Boot in Windows 10 - TechNet Articles - United States (English) - TechNet Wiki

12) Remove all unused SATA devices

There should only be 1 drive, the drive with windows connected to the computer at the time of the upgrade.

Remove drives D: and F:

13) Fix the page file size on drive c: as the current page file size is insufficient for a dump.

The page file needs to be larger that the RAM.

Memory: 8192MB RAM Available OS Memory: 8080MB RAM Page File: 5635MB

a) In the left lower corner search type: system > open system control panel >

on the left pane click advanced system settings > under performance click settings >

on performance options click the advanced tab > under virtual memory click change >

un-check automatically manage paging file size for all drives > check no paging file > click

ok.

b) under startup and recovery click settings > under system failure un-check automatically

restart > under write debugging information make sure that it displays automatic memory dump

and dump file is memory dump

reboot after both steps a and b

c) reverse the changes made in step a > under virtual memory un-check no paging file and

check automatically manage paging file size for all drives

d) reboot

e) post images into the thread for each: the virtual memory window and the startup and

recovery window after all of the above changes.

14) Run disk cleanup to clean temporary and system files

15) Open the HP website > software and drivers > enter the computers product or serial

number > select the operating system > view drivers > post a URL or hyperlink into the thread

https://support.hp.com/us-en/drivers

16) Check the BIOS and make sure the most up to date version has been installed

17) check the intel graphics driver and make sure the latest version is installed

18) Check the chip set and make sure that the latest version is installed

19) check all other drivers and make sure the latest editions are installed

20) Open this webpage and comment into the thread whether the computer was or was not

tested for windows 10: https://support.hp.com/us-en/document/c05195282

21) Was the computer built before 2013?

22) Find a flash drive that you can format (> or = 8 GB)

23) Create a bootable HP UEFI diagnostics USB hard drive. If you already have the HP

UEFI diagnostics installed on the computer check the version. The testing capability varies

by the version. Do not install it on the computer at this time and only create a USB.

http://www8.hp.com/us/en/campaigns/hpsupportassistant/pc-diags.html

24) Power on the computer and repetitively click the F9 key > open the bios boot menu >

run the full HP UEFI diagnostics on the flash drive and report the components tested and the

test results.

25) Open disk management > widen both the volume and status columns so that the contents in

the rows are in full view and nothing is cut off.

https://www.tenforums.com/tutorials/2503-disk-management-how-post-screenshot.html

26) Download and install: Minitool partition wizard > post an image into the thread.

27) Make sure that when it comes time to upgrade that there is at least 30 GB free space

on the drive. A minimum of 16 GB is needed for a windows upgrade. A minimum of 25 GB

free space is needed to create a crash dump. The more free space often the better the

windows performance.

28) Create a bootable windows 10 iso:

https://www.microsoft.com/en-us/software-download/windows10

29) At the time of the next upgrade attempt all of the above steps need to be completed and

during the upgrade there should be no connection to the internet. If available a wireless

hardware off should be used. The ethernet or cat5e cable should be disconnected and if

necessary the modem and router disconnected.

30) In the left lower corner search type msinfo32 > save as NFO to desktop > zip > post into

the thread

31) Open administrative command prompt and copy and paste this command after running the

sfc /scannow and dism /online /cleanup-image /restorehealth commands:

copy %SystemRoot%\minidump\.dmp "%USERPROFILE%\Desktop\&dxdiag /t %Temp%\dxdiag.txt&copy %Temp%\dxdiag.txt "%USERPROFILE%\Desktop\SFdebugFiles\&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\systeminfo.txt"&driverquery /v > "%USERPROFILE%\Desktop\drivers.txt" &msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\installed.txt"&net start > "%USERPROFILE%\Desktop\services.txt"&REM wmic startup list full /format:htable >"%USERPROFILE%\Desktop\startup.html"&wmic STARTUP GET Caption, Command, User >"%USERPROFILE%\Desktop\startup.txt"
Files

If the above command does not work make a comment into the thread and there may be an alternative command

32) See if any of these commands work to create files on the desk top or within powershell:

Open administrative powershell and copy and paste these commands:

a) get-eventlog System > $env:homeDrive$env:homePath\Desktop\system.txt

b) Get-EventLog system | Format-List > $env:homeDrive$env:homePath\Desktop\system.txt

c) Get-Partition | Format-List > $home\Desktop\partitions.txt

d) Get-Disk | Select FriendlyName, Model, IsBoot, AllocatedSize, HealthStatus, OperationalStatus, FirmwareVersion, PartitionStyle, Path | Format-List >> "$home\Desktop\disks.txt"

2018-02-04 14:00:48, Error MOUPG CSetupManager::CopyDynamicUpdateFiles(2622): Result = 0x80070020[gle=0x00000020] 2018-02-05 13:21:24, Error MOUPG SetupManager: Requesting WINDLP priority: [0x2]... 2018-02-05 13:22:18, Error MOUPG CSetupManager::CopyDynamicUpdateFiles(2622): Result = 0x80070020[gle=0x00000020]

0x80070020 The existing process cannot access the file because it is being used by another process. Use the MSCONFIG tool to perform a clean boot on the machine and then try to perform the update again. For more information, see How to perform a clean boot in Windows.

2018-02-05 13:23:17, Info                  MOUPG  SetupHost: Reporting error event -> [0xC1900204, 0x4000A]

2018-02-05 13:23:12, Info                  MOUPG  CSetupDiagnostics: Tracing Data [CUSTOM] -> [PreInstallQuiet] -> [81a9abaa-0fbc-44aa-ba4b-501a74f5c9aa][97bace67-1abf-4231-857a-feb450b91a28][{E04C020B-4EBD-4A4D-8ACF-94019C4A31D6}.201][81a9abaa-0fbc-44aa-ba4b-501a74f5c9aa][][Blocked][Windows 10 Pro][10240][5][2][0xc1900204][0x4000A][16299]

2018-02-05 13:23:07, Error                 MOUPG  CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class ICompatAction> > > >::Execute(441): Result = 0xC1900204

2018-02-04 14:00:49, Warning                      [SetupHost.Exe] ReAgentConfig::ReadBcdAndUpdateEnhancedConfigInfo BCD recovery entry points to invalid location (no winre.wim at \?\GLOBALROOT\Device\HarddiskVolume1\Recovery\WindowsRE)

2018-02-04 14:00:55, Warning                      Either AlwaysRestartDiagTrack was specified, or ForceUpload failed with error code=0x800706d9, restarting the diagtrack service to upload the etl

2018-02-05 13:21:23, Warning               MOUPG  SetupHost: Proceeding without decryption key.

2018-02-05 13:23:12, Warning               MOUPG  ImageExit: Unable to resurrect NewSystem object. hr=0x80070002

2018-02-04 14:00:47, Error                 MOUPG  CDlpActionImpl<class CDlpErrorImpl<class CDlpObjectInternalImpl<class CUnknownImpl<class IMoSetupDlpAction> > > >::Suspend(1066): Result = 0xC1800104


Tuesday, February 6, 2018 3:33 PM

I had an installation fail just now as well:

[Please provide the support representative with this error code:  0x80072EE7]

https://social.technet.microsoft.com/Forums/en-US/8b0ab609-3a10-4af6-9cef-ec60b6a180ed/windows-10-update-error-0x80072ee7?forum=win10itprosecurity

This could still be a sign of interference from other things that you have installed.  Have you uninstalled or at least tried disabling the two that have been mentioned already?

For example, note this from the reference provided

<quote>
Note Programs, such as Web accelerators, DNS accelerators, DNS caching utilities, and Spyblockers, can add static IP entries for the Windows Update Web site or for the Microsoft Update Web site to your Hosts file. This scenario can cause Windows Update or Microsoft Update to fail.
</quote>

That is just for a HOSTS file explanation.  Other interferers could be simply changing the timing of requests enough to cause problem symptoms.  Note that a cumulative update involves changes to the whole OS, so having programs running thinking that they are "protecting" it will be inefficient at least.  Defender will take over from whatever you need to disable.  Note that a Defender update typically precedes a cumulative update too.

Robert Aldwinckle


Wednesday, February 7, 2018 8:53 PM

I installed Windows 10 with the ISO file using a USB and it worked fine. Thanks for the help.

This can be closed now.


Monday, August 26, 2019 5:25 PM

FIXED: 

The original post stated:

0x8007042B - 0x3000D

The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATA operation

My computer drives are partitioned like so:

C: (NTFS) Windows and default program files

D: (NTFS) All other Program Files

F: (NTFS) DataI assume the configuration with "F: (NTFS) Data" was set so that partition was default for new user profiles created by changing the default in the Registry as I did, in my case my Data was set to E: and all new user profiles will go to E:\Users\UserName. I changed it back to C:\Users as it comes from the OEM and the next time I ran the update it went through flawlessly. Apparently when the update attempts to create the new user and the registry points to a drive different than C:\Users it gets confused and stops on it's tracks! After the update goes through you can change it back to your preferred drive: "F:\Users" in the case of reference.Hope this helps everyone!