From c58e7ad0f238ea7810052b187326d5da21a76e2f Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Wed, 5 Oct 2016 17:13:36 -0700 Subject: [PATCH] update --- windows/deploy/resolve-windows-10-upgrade-errors.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/windows/deploy/resolve-windows-10-upgrade-errors.md b/windows/deploy/resolve-windows-10-upgrade-errors.md index a44acae79c..ac4cb550b8 100644 --- a/windows/deploy/resolve-windows-10-upgrade-errors.md +++ b/windows/deploy/resolve-windows-10-upgrade-errors.md @@ -223,15 +223,20 @@ Event logs: Generic rollbacks (0xC1900101) or unexpected reboots. A setupact.log or setuperr.log entry includes the following elements:
    -
  1. The date and time. For example: 2016-09-08 09:20:05. -
  2. The log level: Info, Warning, Error, Fatal Error. -
  3. The logging component: CONX, MOUPG, PANTHR, SP, IBSLIB, MIG, DISM, CSI, CBS. +
  4. The date and time - 2016-09-08 09:20:05. +
  5. The log level - Info, Warning, Error, Fatal Error. +
  6. The logging component - CONX, MOUPG, PANTHR, SP, IBSLIB, MIG, DISM, CSI, CBS.
    • The logging components SP (setup platform), MIG (migration engine), and CONX (compatibility information) are particularly useful for troubleshooting Windows Setup errors.
    -
  7. The message. For example: Operation completed successfully. +
  8. The message - Operation completed successfully.
+An example log entry is shown below: +
+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: