mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 22:37:22 +00:00
Merge pull request #1724 from MicrosoftDocs/master
Publish 12/13/2019 3:33 PM PST
This commit is contained in:
commit
5a816c2bf6
@ -69,6 +69,6 @@ You can set the Microsoft Teams app mode using Intune. Surface Hub 2S comes inst
|
|||||||
To set modes, add the following settings to a custom Device Configuration Profile.
|
To set modes, add the following settings to a custom Device Configuration Profile.
|
||||||
|
|
||||||
|**Name**|**Description**|**OMA-URI**|**Type**|**Value**|
|
|**Name**|**Description**|**OMA-URI**|**Type**|**Value**|
|
||||||
|:------ |:------------- |:--------- |:------ |:------- |
|
|:--- |:--- |:--- |:--- |:--- |
|
||||||
|**Teams App ID**| App name | ./Vendor/MSFT/SurfaceHub/Properties/VtcAppPackageId | String | Microsoft.MicrosoftTeamsforSurfaceHub_8wekyb3d8bbwe!Teams |
|
|**Teams App ID**|App name|./Vendor/MSFT/SurfaceHub/Properties/VtcAppPackageId|String| Microsoft.MicrosoftTeamsforSurfaceHub_8wekyb3d8bbwe!Teams|
|
||||||
|**Teams App Mode**|Teams mode|./Vendor/MSFT/SurfaceHub/Properties/SurfaceHubMeetingMode|Integer| 0 or 1 or 2|
|
|**Teams App Mode**|Teams mode|./Vendor/MSFT/SurfaceHub/Properties/SurfaceHubMeetingMode|Integer| 0 or 1 or 2|
|
||||||
|
@ -21,35 +21,35 @@ ms.topic: article
|
|||||||
- Windows 10
|
- Windows 10
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
>This is a 200 level topic (moderate).<br>
|
> This is a 200 level topic (moderate).
|
||||||
> See [Resolve Windows 10 upgrade errors](resolve-windows-10-upgrade-errors.md) for a full list of topics in this article.
|
> See [Resolve Windows 10 upgrade errors](resolve-windows-10-upgrade-errors.md) for a full list of topics in this article.
|
||||||
|
|
||||||
|
|
||||||
## 0xC1900101
|
## 0xC1900101
|
||||||
|
|
||||||
A frequently observed result code is 0xC1900101. This result code can be thrown at any stage of the upgrade process, with the exception of the downlevel phase. 0xC1900101 is a generic rollback code, and usually indicates that an incompatible driver is present. The incompatible driver can cause blue screens, system hangs, and unexpected reboots. Analysis of supplemental log files is often helpful, such as:<br>
|
A frequently observed result code is 0xC1900101. This result code can be thrown at any stage of the upgrade process, with the exception of the downlevel phase. 0xC1900101 is a generic rollback code, and usually indicates that an incompatible driver is present. The incompatible driver can cause blue screens, system hangs, and unexpected reboots. Analysis of supplemental log files is often helpful, such as:
|
||||||
|
|
||||||
- The minidump file: $Windows.~bt\Sources\Rollback\setupmem.dmp,
|
- The minidump file: $Windows.~bt\Sources\Rollback\setupmem.dmp,
|
||||||
- Event logs: $Windows.~bt\Sources\Rollback\*.evtx
|
- Event logs: $Windows.~bt\Sources\Rollback\*.evtx
|
||||||
- The device install log: $Windows.~bt\Sources\Rollback\setupapi\setupapi.dev.log
|
- The device install log: $Windows.~bt\Sources\Rollback\setupapi\setupapi.dev.log
|
||||||
|
|
||||||
The device install log is particularly helpful if rollback occurs during the sysprep operation (extend code 0x30018). To resolve a rollback due to driver conflicts, try running setup using a minimal set of drivers and startup programs by performing a [clean boot](https://support.microsoft.com/kb/929135) before initiating the upgrade process.
|
The device install log is particularly helpful if rollback occurs during the sysprep operation (extend code 0x30018).
|
||||||
|
|
||||||
<br>See the following general troubleshooting procedures associated with a result code of 0xC1900101:
|
To resolve a rollback that was caused by driver conflicts, try running setup using a minimal set of drivers and startup programs by performing a [clean boot](https://support.microsoft.com/kb/929135) before initiating the upgrade process.
|
||||||
|
|
||||||
|
See the following general troubleshooting procedures associated with a result code of 0xC1900101:<br /><br />
|
||||||
|
|
||||||
<table border="1" cellspacing="0" cellpadding="0">
|
<table border="1" cellspacing="0" cellpadding="0">
|
||||||
|
|
||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x20004</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x20004
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Windows Setup encountered an error during the SAFE_OS with the INSTALL_RECOVERY_ENVIRONMENT operation
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Windows Setup encountered an error during the SAFE_OS with the INSTALL_RECOVERY_ENVIRONMENT operation.
|
||||||
<br>This is generally caused by out-of-date drivers.
|
<br>This is generally caused by out-of-date drivers.
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
@ -69,11 +69,11 @@ The device install log is particularly helpful if rollback occurs during the sys
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x2000c</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x2000c
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Windows Setup encountered an unspecified error during Wim apply in the WinPE phase.
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Windows Setup encountered an unspecified error during Wim apply in the WinPE phase.
|
||||||
<br>This is generally caused by out-of-date drivers.
|
<br>This is generally caused by out-of-date drivers.
|
||||||
@ -91,16 +91,15 @@ The device install log is particularly helpful if rollback occurs during the sys
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x20017
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x20017
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>A driver has caused an illegal operation.
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>A driver has caused an illegal operation.
|
||||||
<br>Windows was not able to migrate the driver, resulting in a rollback of the operating system.
|
<br>Windows was not able to migrate the driver, resulting in a rollback of the operating system.
|
||||||
@ -113,9 +112,9 @@ The device install log is particularly helpful if rollback occurs during the sys
|
|||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Mitigation</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Mitigation</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
Ensure that all that drivers are updated.<br>
|
Ensure that all that drivers are updated.
|
||||||
Open the Setuperr.log and Setupact.log files in the %windir%\Panther directory, and then locate the problem drivers.
|
<br />Open the Setuperr.log and Setupact.log files in the %windir%\Panther directory, and then locate the problem drivers.
|
||||||
<br>For more information, see <a href="https://technet.microsoft.com/library/ee851579.aspx" data-raw-source="[Understanding Failures and Log Files](https://technet.microsoft.com/library/ee851579.aspx)">Understanding Failures and Log Files</a>.
|
<br />For more information, see <a href="https://support.microsoft.com/help/927521/windows-vista-windows-7-windows-server-2008-r2-windows-8-1-and-windows">Windows Vista, Windows 7, Windows Server 2008 R2, Windows 8.1, and Windows 10 setup log file locations</a>.
|
||||||
<br>Update or uninstall the problem drivers.
|
<br>Update or uninstall the problem drivers.
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
@ -124,11 +123,11 @@ Open the Setuperr.log and Setupact.log files in the %windir%\Panther directory,
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x30018</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x30018
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>A device driver has stopped responding to setup.exe during the upgrade process.
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>A device driver has stopped responding to setup.exe during the upgrade process.
|
||||||
</table>
|
</table>
|
||||||
@ -149,11 +148,11 @@ Disconnect all peripheral devices that are connected to the system, except for t
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x3000D</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x3000D
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Installation failed during the FIRST_BOOT phase while attempting the MIGRATE_DATA operation.
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Installation failed during the FIRST_BOOT phase while attempting the MIGRATE_DATA operation.
|
||||||
<br>This can occur due to a problem with a display driver.
|
<br>This can occur due to a problem with a display driver.
|
||||||
@ -175,16 +174,15 @@ Disconnect all peripheral devices that are connected to the system, except for t
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x4000D</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x4000D
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>A rollback occurred due to a driver configuration issue.
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>A rollback occurred due to a driver configuration issue.
|
||||||
<br>Installation failed during the second boot phase while attempting the MIGRATE_DATA operation.
|
<br>Installation failed during the second boot phase while attempting the MIGRATE_DATA operation.
|
||||||
|
<br>This can occur because of incompatible drivers.
|
||||||
<br>This can occur due to incompatible drivers.
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
@ -194,40 +192,39 @@ Disconnect all peripheral devices that are connected to the system, except for t
|
|||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Mitigation</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Mitigation</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
<br>Check supplemental rollback logs for a setupmem.dmp file, or event logs for any unexpected reboots or errors.
|
Check supplemental rollback logs for a setupmem.dmp file, or event logs for any unexpected reboots or errors.
|
||||||
<br>Review the rollback log and determine the stop code.
|
<br>Review the rollback log and determine the stop code.
|
||||||
<br>The rollback log is located in the <strong>C:$Windows.~BT\Sources\Panther</strong> folder. An example analysis is shown below. This example is not representative of all cases:
|
<br>The rollback log is located in the <strong>C:$Windows.~BT\Sources\Panther</strong> folder. An example analysis is shown below. This example is not representative of all cases:
|
||||||
<br>Info SP Crash 0x0000007E detected
|
<pre>
|
||||||
<br>Info SP Module name :
|
Info SP Crash 0x0000007E detected
|
||||||
<br>Info SP Bugcheck parameter 1 : 0xFFFFFFFFC0000005
|
Info SP Module name :
|
||||||
<br>Info SP Bugcheck parameter 2 : 0xFFFFF8015BC0036A
|
Info SP Bugcheck parameter 1 : 0xFFFFFFFFC0000005
|
||||||
<br>Info SP Bugcheck parameter 3 : 0xFFFFD000E5D23728
|
Info SP Bugcheck parameter 2 : 0xFFFFF8015BC0036A
|
||||||
<br>Info SP Bugcheck parameter 4 : 0xFFFFD000E5D22F40
|
Info SP Bugcheck parameter 3 : 0xFFFFD000E5D23728
|
||||||
<br>Info SP Cannot recover the system.
|
Info SP Bugcheck parameter 4 : 0xFFFFD000E5D22F40
|
||||||
<br>Info SP Rollback: Showing splash window with restoring text: Restoring your previous version of Windows.
|
Info SP Cannot recover the system.
|
||||||
|
Info SP Rollback: Showing splash window with restoring text: Restoring your previous version of Windows.</pre>
|
||||||
|
|
||||||
|
Typically, there is a dump file for the crash to analyze. If you are not equipped to debug the dump, then attempt the following basic troubleshooting procedures:<br>
|
||||||
<br>Typically, there is a dump file for the crash to analyze. If you are not equipped to debug the dump, then attempt the following basic troubleshooting procedures:<br>
|
|
||||||
|
|
||||||
1. Make sure you have enough disk space.<br>
|
1. Make sure you have enough disk space.<br>
|
||||||
2. If a driver is identified in the bug check message, disable the driver or check with the manufacturer for driver updates.<br>
|
2. If a driver is identified in the bug check message, disable the driver or check with the manufacturer for driver updates.<br>
|
||||||
3. Try changing video adapters.<br>
|
3. Try changing video adapters.<br>
|
||||||
4. Check with your hardware vendor for any BIOS updates.<br>
|
4. Check with your hardware vendor for any BIOS updates.<br>
|
||||||
5. Disable BIOS memory options such as caching or shadowing.
|
5. Disable BIOS memory options such as caching or shadowing.
|
||||||
</p>
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x40017</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>0xC1900101 - 0x40017
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Windows 10 upgrade failed after the second reboot.
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Windows 10 upgrade failed after the second reboot.
|
||||||
<br>This is usually caused by a faulty driver. For example: antivirus filter drivers or encryption drivers.
|
<br>This is usually caused by a faulty driver. For example: antivirus filter drivers or encryption drivers.
|
||||||
@ -237,23 +234,61 @@ Disconnect all peripheral devices that are connected to the system, except for t
|
|||||||
<td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Mitigation</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>Clean boot into Windows, and then attempt the upgrade to Windows 10.<br>
|
<b>Mitigation</b>
|
||||||
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
For more information, see [How to perform a clean boot in Windows](https://support.microsoft.com/kb/929135).
|
Clean boot into Windows, and then attempt the upgrade to Windows 10. For more information, see [How to perform a clean boot in Windows](https://support.microsoft.com/kb/929135).
|
||||||
|
|
||||||
|
Ensure that you select the option to "Download and install updates (recommended)."
|
||||||
|
|
||||||
|
<b>Computers that run Citrix VDA</b>
|
||||||
|
You may see this message after you upgrade a computer from Windows 10, version 1511 to Windows 10, version 1607. After the second system restart, the system generates this error and then rolls back to the previous version. This problem has also been observed in upgrades to Windows 8.1 and Windows 8.
|
||||||
|
|
||||||
|
This problem occurs because the computer has Citrix Virtual Delivery Agent (VDA) installed. Citrix VDA installs device drivers and a file system filter driver (CtxMcsWbc). This Citrix filter driver prevents the upgrade from writing changes to the disk, so the upgrade cannot complete and the system rolls back.
|
||||||
|
|
||||||
|
**Resolution**
|
||||||
|
|
||||||
|
To resolve this problem, install [Cumulative update for Windows 10 Version 1607 and Windows Server 2016: November 8, 2016](https://support.microsoft.com/help/3200970/cumulative-update-for-windows-10-version-1607-and-windows-server-2016).
|
||||||
|
|
||||||
|
You can work around this problem in two ways
|
||||||
|
|
||||||
|
**Workaround 1**
|
||||||
|
|
||||||
|
1. Use the VDA setup application (VDAWorkstationSetup_7.11) to uninstall Citrix VDA.
|
||||||
|
1. Run the Windows upgrade again.
|
||||||
|
1. Reinstall Citrix VDA.
|
||||||
|
|
||||||
|
**Workaround 2**
|
||||||
|
|
||||||
|
If you cannot uninstall Citrix VDA, follow these steps to work around this problem:
|
||||||
|
|
||||||
|
1. In Registry Editor, go to the following subkey:
|
||||||
|
```
|
||||||
|
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}\CtxMcsWbc
|
||||||
|
```
|
||||||
|
1. Change the value of the **Start** entry from **0** to **4**. This change disables the Citrix MCS cache service.
|
||||||
|
1. Go to the following subkey:
|
||||||
|
```
|
||||||
|
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}
|
||||||
|
```
|
||||||
|
1. Delete the **CtxMcsWbc** entry.
|
||||||
|
1. Restart the computer, and then try the upgrade again.
|
||||||
|
|
||||||
|
> **Third-party information disclaimer**
|
||||||
|
> The third-party products that this article discusses are manufactured by companies that are independent of Microsoft. Microsoft makes no warranty, implied or otherwise, about the performance or reliability of these products.
|
||||||
|
|
||||||
<br><br>Ensure you select the option to "Download and install updates (recommended)."
|
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h2 id="0x800xxxxx">0x800xxxxx</h2>
|
## 0x800xxxxx
|
||||||
|
|
||||||
<br>Result codes starting with the digits 0x800 are also important to understand. These error codes indicate general operating system errors, and are not unique to the Windows upgrade process. Examples include timeouts, devices not functioning, and a process stopping unexpectedly.
|
Result codes that start with the digits 0x800 are also important to understand. These error codes indicate general operating system errors, and are not unique to the Windows upgrade process. Examples include timeouts, devices not functioning, and a process stopping unexpectedly.
|
||||||
|
|
||||||
<br>See the following general troubleshooting procedures associated with a result code of 0x800xxxxx:<br>
|
See the following general troubleshooting procedures associated with a result code of 0x800xxxxx:
|
||||||
|
|
||||||
<br><table border="1" cellspacing="0" cellpadding="0">
|
<br><table border="1" cellspacing="0" cellpadding="0">
|
||||||
|
|
||||||
@ -262,15 +297,13 @@ For more information, see [How to perform a clean boot in Windows](https://suppo
|
|||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
80040005 - 0x20007
|
80040005 - 0x20007
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
An unspecified error occurred with a driver during the SafeOS phase.
|
An unspecified error occurred with a driver during the SafeOS phase.
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -293,17 +326,15 @@ This error has more than one possible cause. Attempt [quick fixes](quick-fixes.m
|
|||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
0x80073BC3 - 0x20009<br>
|
0x80073BC3 - 0x20009<br>
|
||||||
0x80070002 - 0x20009<br>
|
0x80070002 - 0x20009<br>
|
||||||
0x80073B92 - 0x20009
|
0x80073B92 - 0x20009
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
The requested system device cannot be found, there is a sharing violation, or there are multiple devices matching the identification criteria.
|
The requested system device cannot be found, there is a sharing violation, or there are multiple devices matching the identification criteria.
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -324,17 +355,15 @@ These errors occur during partition analysis and validation, and can be caused b
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
800704B8 - 0x3001A
|
800704B8 - 0x3001A
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
An extended error has occurred during the first boot phase.
|
An extended error has occurred during the first boot phase.
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -355,17 +384,15 @@ Disable or uninstall non-Microsoft antivirus applications, disconnect all unnece
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
8007042B - 0x4000D
|
8007042B - 0x4000D
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
The installation failed during the second boot phase while attempting the MIGRATE_DATA operation.
|
The installation failed during the second boot phase while attempting the MIGRATE_DATA operation.
|
||||||
<br>This issue can occur due to file system, application, or driver issues.
|
<br>This issue can occur due to file system, application, or driver issues.
|
||||||
|
|
||||||
@ -387,17 +414,15 @@ The installation failed during the second boot phase while attempting the MIGRAT
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
8007001F - 0x3000D
|
8007001F - 0x3000D
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATA operation.
|
The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DATA operation.
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -413,7 +438,8 @@ The installation failed in the FIRST_BOOT phase with an error during MIGRATE_DAT
|
|||||||
|
|
||||||
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.
|
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.
|
> [!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.
|
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.
|
||||||
|
|
||||||
@ -424,17 +450,15 @@ To repair this error, ensure that deleted accounts are not still present in the
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
8007001F - 0x4000D
|
8007001F - 0x4000D
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
General failure, a device attached to the system is not functioning.
|
General failure, a device attached to the system is not functioning.
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -455,17 +479,15 @@ General failure, a device attached to the system is not functioning.
|
|||||||
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
<tr><td align="left" valign="top" style='border:solid #000000 1.0pt;'>
|
||||||
|
|
||||||
<table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><B>Code</B>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Code</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
8007042B - 0x4001E
|
8007042B - 0x4001E
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br><table cellspacing="0" cellpadding="0">
|
<table cellspacing="0" cellpadding="0">
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'><b>Cause</b>
|
||||||
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
<tr><td style='padding:0in 4pt 0in 4pt;border:dotted #FFFFFF 0.0pt;'>
|
||||||
|
|
||||||
The installation failed during the second boot phase while attempting the PRE_OOBE operation.
|
The installation failed during the second boot phase while attempting the PRE_OOBE operation.
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -488,12 +510,12 @@ This error has more than one possible cause. Attempt [quick fixes](quick-fixes.m
|
|||||||
|
|
||||||
## Other result codes
|
## Other result codes
|
||||||
|
|
||||||
<table>
|
<br /><table>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td BGCOLOR="#a0e4fa"><B>Error code</th>
|
<td BGCOLOR="#a0e4fa"><b>Error code</b></th>
|
||||||
<td BGCOLOR="#a0e4fa"><B>Cause</th>
|
<td BGCOLOR="#a0e4fa"><b>Cause</b></th>
|
||||||
<td BGCOLOR="#a0e4fa"><B>Mitigation</th>
|
<td BGCOLOR="#a0e4fa"><b>Mitigation</b></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
@ -508,7 +530,6 @@ This error has more than one possible cause. Attempt [quick fixes](quick-fixes.m
|
|||||||
<td>Ensure the system you are trying to upgrade meets the minimum system requirements. <br>See <a href="https://www.microsoft.com/windows/windows-10-specifications" data-raw-source="[Windows 10 specifications](https://www.microsoft.com/windows/windows-10-specifications)">Windows 10 specifications</a> for information.</td>
|
<td>Ensure the system you are trying to upgrade meets the minimum system requirements. <br>See <a href="https://www.microsoft.com/windows/windows-10-specifications" data-raw-source="[Windows 10 specifications](https://www.microsoft.com/windows/windows-10-specifications)">Windows 10 specifications</a> for information.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>0x80090011</td>
|
<td>0x80090011</td>
|
||||||
<td>A device driver error occurred during user data migration.</td>
|
<td>A device driver error occurred during user data migration.</td>
|
||||||
@ -534,13 +555,13 @@ This error has more than one possible cause. Attempt [quick fixes](quick-fixes.m
|
|||||||
<td>Attempt other methods of upgrading the operating system.<br>
|
<td>Attempt other methods of upgrading the operating system.<br>
|
||||||
Download and run the media creation tool. See <a href="https://www.microsoft.com/software-download/windows10" data-raw-source="[Download windows 10](https://www.microsoft.com/software-download/windows10)">Download windows 10</a>.
|
Download and run the media creation tool. See <a href="https://www.microsoft.com/software-download/windows10" data-raw-source="[Download windows 10](https://www.microsoft.com/software-download/windows10)">Download windows 10</a>.
|
||||||
<br>Attempt to upgrade using .ISO or USB.<br>
|
<br>Attempt to upgrade using .ISO or USB.<br>
|
||||||
<strong>Note</strong>: Windows 10 Enterprise isn’t available in the media creation tool. For more information, go to the <a href="https://www.microsoft.com/licensing/servicecenter/default.aspx" data-raw-source="[Volume Licensing Service Center](https://www.microsoft.com/licensing/servicecenter/default.aspx)">Volume Licensing Service Center</a>.
|
<strong>Note</strong><br>Windows 10 Enterprise isn’t available in the media creation tool. For more information, go to the <a href="https://www.microsoft.com/licensing/servicecenter/default.aspx" data-raw-source="[Volume Licensing Service Center](https://www.microsoft.com/licensing/servicecenter/default.aspx)">Volume Licensing Service Center</a>.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>0x80244018</td>
|
<td>0x80244018</td>
|
||||||
<td>Your machine is connected through a proxy server.</td>
|
<td>Your machine is connected through a proxy server.</td>
|
||||||
<td>Make sure Automatically Detect Settings is selected in internet options. (Control Panel > Internet Options > Connections > LAN Settings).
|
<td>Make sure Automatically Detect Settings is selected in internet options. (<b>Control Panel</b> > <b>Internet Options</b> > <b>Connections</b> > <b>LAN Settings</b>).
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -568,34 +589,29 @@ Download and run the media creation tool. See <a href="https://www.microsoft.com
|
|||||||
<td>0xC1900107</td>
|
<td>0xC1900107</td>
|
||||||
<td>A cleanup operation from a previous installation attempt is still pending and a system reboot is required in order to continue the upgrade.
|
<td>A cleanup operation from a previous installation attempt is still pending and a system reboot is required in order to continue the upgrade.
|
||||||
</td>
|
</td>
|
||||||
<td>Reboot the device and run setup again. If restarting device does not resolve the issue, then use the Disk Cleanup utility and cleanup the temporary as well as the System files. For more information, see <a href="https://support.microsoft.com/instantanswers/8fef4121-711b-4be1-996f-99e02c7301c2/disk-cleanup-in-windows-10" data-raw-source="[Disk cleanup in Windows 10](https://support.microsoft.com/instantanswers/8fef4121-711b-4be1-996f-99e02c7301c2/disk-cleanup-in-windows-10)">Disk cleanup in Windows 10</a>.</td>
|
<td>Restart the device and run setup again. If restarting the device does not resolve the issue, then use the Disk Cleanup utility and clean up the temporary files as well as the System files. For more information, see <a href="https://support.microsoft.com/instantanswers/8fef4121-711b-4be1-996f-99e02c7301c2/disk-cleanup-in-windows-10" data-raw-source="[Disk cleanup in Windows 10](https://support.microsoft.com/instantanswers/8fef4121-711b-4be1-996f-99e02c7301c2/disk-cleanup-in-windows-10)">Disk cleanup in Windows 10</a>.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>0xC1900209</td>
|
<td>0xC1900209</td>
|
||||||
<td>The user has chosen to cancel because the system does not pass the compatibility scan to install the update. Setup.exe will report this error when it can upgrade the machine with user data but cannot migrate installed applications.</td>
|
<td>The user has chosen to cancel because the system does not pass the compatibility scan to install the update. Setup.exe will report this error when it can upgrade the machine with user data but cannot migrate installed applications.</td>
|
||||||
<td>Incompatible software is blocking the upgrade process. Uninstall the application and try the upgrade again. See <a href="https://blogs.technet.microsoft.com/mniehaus/2015/08/23/windows-10-pre-upgrade-validation-using-setup-exe/" data-raw-source="[Windows 10 Pre-Upgrade Validation using SETUP.EXE](https://blogs.technet.microsoft.com/mniehaus/2015/08/23/windows-10-pre-upgrade-validation-using-setup-exe/)">Windows 10 Pre-Upgrade Validation using SETUP.EXE</a> for more information.
|
<td>Incompatible software is blocking the upgrade process. Uninstall the application and try the upgrade again. See <a href="https://blogs.technet.microsoft.com/mniehaus/2015/08/23/windows-10-pre-upgrade-validation-using-setup-exe/" data-raw-source="[Windows 10 Pre-Upgrade Validation using SETUP.EXE](https://blogs.technet.microsoft.com/mniehaus/2015/08/23/windows-10-pre-upgrade-validation-using-setup-exe/)">Windows 10 Pre-Upgrade Validation using SETUP.EXE</a> for more information.
|
||||||
|
<br>You can also download the <a href="https://go.microsoft.com/fwlink/p/?LinkId=526740">Windows Assessment and Deployment Kit (ADK) for Windows 10</a> and install Application Compatibility Tools.
|
||||||
<br>You can also download the [Windows Assessment and Deployment Kit (ADK) for Windows 10](https://go.microsoft.com/fwlink/p/?LinkId=526740) and install Application Compatibility Tools.
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>0x8007002 </td>
|
<td>0x8007002 </td>
|
||||||
<td>This error is specific to upgrades using System Center Configuration Manager 2012 R2 SP1 CU3 (5.00.8238.1403)</td>
|
<td>This error is specific to upgrades using System Center Configuration Manager 2012 R2 SP1 CU3 (5.00.8238.1403)</td>
|
||||||
<td>Analyze the SMSTS.log and verify that the upgrade is failing on "Apply Operating system" Phase: Error 80072efe DownloadFileWithRanges() failed. 80072efe. ApplyOperatingSystem (0x0760)
|
<td>Analyze the SMSTS.log and verify that the upgrade is failing on "Apply Operating system" Phase: Error 80072efe DownloadFileWithRanges() failed. 80072efe. ApplyOperatingSystem (0x0760)
|
||||||
|
|
||||||
<br>The error 80072efe means that the connection with the server was terminated abnormally.
|
<br>The error 80072efe means that the connection with the server was terminated abnormally.
|
||||||
|
|
||||||
<br>To resolve this issue, try the OS Deployment test on a client in same VLAN as the Configuration Manager server. Check the network configuration for random client-server connection issues happening on the remote VLAN.
|
<br>To resolve this issue, try the OS Deployment test on a client in same VLAN as the Configuration Manager server. Check the network configuration for random client-server connection issues happening on the remote VLAN.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>0x80240FFF </td>
|
<td>0x80240FFF </td>
|
||||||
<td>Occurs when update synchronization fails. It can occur when you are using Windows Server Update Services on its own or when it is integrated with System Center Configuration Manager. If you enable update synchronization before you install <a href="https://support.microsoft.com/help/3095113/en-us">hotfix 3095113</a>, WSUS doesn't recognize the Upgrades classification and instead treats the upgrade like a regular update.</td>
|
<td>Occurs when update synchronization fails. It can occur when you are using Windows Server Update Services on its own or when it is integrated with System Center Configuration Manager. If you enable update synchronization before you install <a href="https://support.microsoft.com/help/3095113/">hotfix 3095113</a>, WSUS doesn't recognize the Upgrades classification and instead treats the upgrade like a regular update.</td>
|
||||||
<td> You can prevent this by installing <a href="https://blogs.technet.com/b/wsus/archive/2015/12/04/important-update-for-wsus-4-0-kb-3095113.aspx">hotfix 3095113</a> before you enable update synchronization. However, if you have already run into this problem, do the following:
|
<td> You can prevent this by installing <a href="https://blogs.technet.microsoft.com/wsus/2015/12/03/important-update-for-wsus-4-0-kb-3095113/">hotfix 3095113</a> before you enable update synchronization. However, if you have already run into this problem, do the following:
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Disable the Upgrades classification.</li>
|
<li>Disable the Upgrades classification.</li>
|
||||||
<li>Install hotfix 3095113.</li>
|
<li>Install hotfix 3095113.</li>
|
||||||
@ -603,21 +619,20 @@ Download and run the media creation tool. See <a href="https://www.microsoft.com
|
|||||||
<li>Enable the Upgrades classification.</li>
|
<li>Enable the Upgrades classification.</li>
|
||||||
<li>Perform a full synch.</li>
|
<li>Perform a full synch.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<br>For detailed information on how to run these steps check out <a href="https://blogs.technet.com/b/wsus/archive/2016/01/30/quot-help-i-synched-upgrades-too-soon-quot.aspx">How to delete upgrades in WSUS</a>.</p>
|
For detailed information on how to run these steps check out <a href="https://blogs.technet.microsoft.com/wsus/2016/01/29/how-to-delete-upgrades-in-wsus/">How to delete upgrades in WSUS</a>.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>0x8007007E</td>
|
<td>0x8007007E</td>
|
||||||
<td>Occurs when update synchronization fails because you do not have <a href="https://support.microsoft.com/help/3095113/en-us">hotfix 3095113</a> installed before you enable update synchronization. Specifically, the CopyToCache operation fails on clients that have already downloaded the upgrade because Windows Server Update Services has bad metadata related to the upgrade. It can occur when you are using standalone Windows Server Update Services or when WSUS is integrated with System Center Configuration Manager.</td>
|
<td>Occurs when update synchronization fails because you do not have <a href="https://support.microsoft.com/help/3095113/">hotfix 3095113</a> installed before you enable update synchronization. Specifically, the CopyToCache operation fails on clients that have already downloaded the upgrade because Windows Server Update Services has bad metadata related to the upgrade. It can occur when you are using standalone Windows Server Update Services or when WSUS is integrated with System Center Configuration Manager.</td>
|
||||||
<td> Use the following steps to repair Windows Server Update Services. You must run these steps on each WSUS server that synched metadata before you installed the hotfix.
|
<td> Use the following steps to repair Windows Server Update Services. You must run these steps on each WSUS server that synched metadata before you installed the hotfix.
|
||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Stop the Windows Update service. Sign in as a user with administrative privileges, and then do the following:
|
<li>Stop the Windows Update service. Sign in as a user with administrative privileges, and then do the following:
|
||||||
<ol>
|
<ol>
|
||||||
<li>Open <b>Administrative Tools</b> from the Control Panel.</li>
|
<li>Open <b>Administrative Tools</b> from the Control Panel.</li>
|
||||||
<li>Double-click <b>Services</b>.</li>
|
<li>Double-click <b>Services</b>.</li>
|
||||||
<li>Find the <b>Windows Update</b> service, right-click it, and then click <b>Stop</b>. If prompted, enter your credentials.</li>
|
<li>Find the <b>Windows Update</b> service, right-click it, and then select <b>Stop</b>. If prompted, enter your credentials.</li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
<li>Delete all files and folders under c:\Windows\SoftwareDistribution\DataStore.</li>
|
<li>Delete all files and folders under c:\Windows\SoftwareDistribution\DataStore.</li>
|
||||||
@ -630,7 +645,7 @@ Download and run the media creation tool. See <a href="https://www.microsoft.com
|
|||||||
|
|
||||||
## Other error codes
|
## Other error codes
|
||||||
|
|
||||||
<table>
|
<br><table>
|
||||||
|
|
||||||
<tr><td BGCOLOR="#a0e4fa">Error Codes<td BGCOLOR="#a0e4fa">Cause<td BGCOLOR="#a0e4fa">Mitigation</td></tr>
|
<tr><td BGCOLOR="#a0e4fa">Error Codes<td BGCOLOR="#a0e4fa">Cause<td BGCOLOR="#a0e4fa">Mitigation</td></tr>
|
||||||
<tr><td>0x80070003- 0x20007
|
<tr><td>0x80070003- 0x20007
|
||||||
@ -657,9 +672,9 @@ Alternatively, re-create installation media the [Media Creation Tool](https://ww
|
|||||||
|
|
||||||
<td>The computer doesn’t meet the minimum requirements to download or upgrade to Windows 10.
|
<td>The computer doesn’t meet the minimum requirements to download or upgrade to Windows 10.
|
||||||
|
|
||||||
<td>See <a href="https://www.microsoft.com/windows/windows-10-specifications" data-raw-source="[Windows 10 Specifications](https://www.microsoft.com/windows/windows-10-specifications)">Windows 10 Specifications</a> and verify the computer meets minimum requirements.
|
See <a href="https://www.microsoft.com/windows/windows-10-specifications" data-raw-source="[Windows 10 Specifications](https://www.microsoft.com/windows/windows-10-specifications)">Windows 10 Specifications</a> and verify the computer meets minimum requirements.
|
||||||
|
|
||||||
<br>Review logs for [compatibility information](https://blogs.technet.microsoft.com/askcore/2016/01/21/using-the-windows-10-compatibility-reports-to-understand-upgrade-issues/).</td></tr>
|
Review logs for [compatibility information](https://blogs.technet.microsoft.com/askcore/2016/01/21/using-the-windows-10-compatibility-reports-to-understand-upgrade-issues/).</td></tr>
|
||||||
<tr><td>0x80070004 - 0x3000D
|
<tr><td>0x80070004 - 0x3000D
|
||||||
<td>This is a problem with data migration during the first boot phase. There are multiple possible causes.
|
<td>This is a problem with data migration during the first boot phase. There are multiple possible causes.
|
||||||
|
|
||||||
@ -680,7 +695,8 @@ Alternatively, re-create installation media the [Media Creation Tool](https://ww
|
|||||||
<td>These errors indicate the computer does not have enough free space available to install the upgrade.
|
<td>These errors indicate the computer does not have enough free space available to install the upgrade.
|
||||||
<td>To upgrade a computer to Windows 10, it requires 16 GB of free hard drive space for a 32-bit OS, and 20 GB for a 64-bit OS. If there is not enough space, attempt to <a href="https://support.microsoft.com/help/17421/windows-free-up-drive-space" data-raw-source="[free up drive space](https://support.microsoft.com/help/17421/windows-free-up-drive-space)">free up drive space</a> before proceeding with the upgrade.
|
<td>To upgrade a computer to Windows 10, it requires 16 GB of free hard drive space for a 32-bit OS, and 20 GB for a 64-bit OS. If there is not enough space, attempt to <a href="https://support.microsoft.com/help/17421/windows-free-up-drive-space" data-raw-source="[free up drive space](https://support.microsoft.com/help/17421/windows-free-up-drive-space)">free up drive space</a> before proceeding with the upgrade.
|
||||||
|
|
||||||
<br>Note: If your device allows it, you can use an external USB drive for the upgrade process. Windows setup will back up the previous version of Windows to a USB external drive. The external drive must be at least 8GB (16GB is recommended). The external drive should be formatted using NTFS. Drives that are formatted in FAT32 may run into errors due to FAT32 file size limitations. USB drives are preferred over SD cards because drivers for SD cards are not migrated if the device does not support Connected Standby.
|
> [!NOTE]
|
||||||
|
> If your device allows it, you can use an external USB drive for the upgrade process. Windows setup will back up the previous version of Windows to a USB external drive. The external drive must be at least 8GB (16GB is recommended). The external drive should be formatted using NTFS. Drives that are formatted in FAT32 may run into errors due to FAT32 file size limitations. USB drives are preferred over SD cards because drivers for SD cards are not migrated if the device does not support Connected Standby.
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
@ -765,8 +781,8 @@ Also see the following sequential list of modern setup (mosetup) error codes wit
|
|||||||
|
|
||||||
## Related topics
|
## Related topics
|
||||||
|
|
||||||
[Windows 10 FAQ for IT professionals](https://technet.microsoft.com/windows/dn798755.aspx)
|
- [Windows 10 FAQ for IT professionals](https://technet.microsoft.com/windows/dn798755.aspx)
|
||||||
<br>[Windows 10 Enterprise system requirements](https://technet.microsoft.com/windows/dn798752.aspx)
|
- [Windows 10 Enterprise system requirements](https://technet.microsoft.com/windows/dn798752.aspx)
|
||||||
<br>[Windows 10 Specifications](https://www.microsoft.com/windows/Windows-10-specifications)
|
- [Windows 10 Specifications](https://www.microsoft.com/windows/Windows-10-specifications)
|
||||||
<br>[Windows 10 IT pro forums](https://social.technet.microsoft.com/Forums/en-US/home?category=Windows10ITPro)
|
- [Windows 10 IT pro forums](https://social.technet.microsoft.com/Forums/home?category=Windows10ITPro)
|
||||||
<br>[Fix Windows Update errors by using the DISM or System Update Readiness tool](https://support.microsoft.com/kb/947821)
|
- [Fix Windows Update errors by using the DISM or System Update Readiness tool](https://support.microsoft.com/kb/947821)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user