From a63f738895a31e4c692d659fd8563bd4aeb9df0a Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Fri, 7 Oct 2016 14:36:33 -0700 Subject: [PATCH 1/2] trying another fix --- windows/deploy/resolve-windows-10-upgrade-errors.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/windows/deploy/resolve-windows-10-upgrade-errors.md b/windows/deploy/resolve-windows-10-upgrade-errors.md index ac5d5cb4c9..a4cfb8cebe 100644 --- a/windows/deploy/resolve-windows-10-upgrade-errors.md +++ b/windows/deploy/resolve-windows-10-upgrade-errors.md @@ -245,16 +245,10 @@ A setupact.log or setuperr.log entry includes the following elements: See the following example: -

- - - - -
2016-09-08 09:23:50WarningMIGCould not replace object C:\Users\user1\Cookies. Target Object cannot be removed.
+2016-09-08 09:23:50 | Warning | MIG | Could not replace object C:\Users\user1\Cookies. Target Object cannot be removed. ### Analyze log files -

To analyze Windows Setup log files:

    @@ -336,13 +330,10 @@ Therefore, Windows Setup failed because it was not able to migrate the corrupt f

    This analysis indicates that the Windows upgrade error can be resolved by deleting the C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18\[CN] file. Note: In this example, the full, unshortened file name is C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18\be8228fb2d3cb6c6b0ccd9ad51b320b4_a43d512c-69f2-42de-aef9-7a88fabdaa3f. - ## Resolution procedures - ### 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:
    - The minidump file: $Windows.~bt\Sources\Rollback\setupmem.dmp, From 7e4d4a2ff4ba1e339fa231563686eeebd957f808 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Fri, 7 Oct 2016 14:56:37 -0700 Subject: [PATCH 2/2] trying another fix --- windows/deploy/resolve-windows-10-upgrade-errors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/deploy/resolve-windows-10-upgrade-errors.md b/windows/deploy/resolve-windows-10-upgrade-errors.md index a4cfb8cebe..39bb4cd654 100644 --- a/windows/deploy/resolve-windows-10-upgrade-errors.md +++ b/windows/deploy/resolve-windows-10-upgrade-errors.md @@ -245,7 +245,9 @@ A setupact.log or setuperr.log entry includes the following elements: See the following example: -2016-09-08 09:23:50 | Warning | MIG | Could not replace object C:\Users\user1\Cookies. Target Object cannot be removed. +``` +2016-09-08 09:23:50, Warning MIG Could not replace object C:\Users\name\Cookies. Target Object cannot be removed. +``` ### Analyze log files