Page 1 of 1

[SOLVED] tis-windows11-upgrade

Published: June 1, 2022 - 4:03 PM
by smandel
Hello,

I'm having a problem with the Windows 11 migration package from Windows 10.
I successfully built the package using a Windows 11 ISO and uploaded it to the WAPT server.
The `def_install` file contains an installation command with a `/noreboot` option.
The problem is that the logs show the installation failing because of this `/noreboot`.
So, I modified the package and removed the `/noreboot` option. The Windows 11 installation completes, but it shows an "ERROR" error in the console.
Is there a specific reason why the `/noreboot` option is failing, or is there a solution to prevent the package from showing an error?

Thank you!

Re: tis-windows11-upgrade

Published: June 1, 2022 - 4:44 PM
by jpele
Hello,
I'll try again on my end. Could you please send me the WAPT installation logs (from the console) and any logs found in C:\WindowsUpgradeLogs if you find a relevant error message?

Regards,
Jimmy

Re: tis-windows11-upgrade

Published: June 1, 2022 - 5:36 PM
by jpele
I also invite you to install the package https://store.wapt.fr/store/tis-windows11-requirements to ensure that the PC is compatible with Windows 11.

Re: tis-windows11-upgrade

Published: June 2, 2022 - 10:14 AM
by smandel
Good morning,

The script confirms that the workstation is capable:

Code: Select all

Auditing dsirum-windows11-requirements
Auditing: dsirum-windows11-requirements
{
    "returnCode": 0,
    "returnReason": "",
    "logging": "Storage: OSDiskSize=238GB. PASS; Memory: System_Memory=8GB. PASS; TPM: TPMVersion=2.0, 0, 1.38. PASS; Processor: {AddressWidth=64; MaxClockSpeed=2112; NumberOfLogicalCores=8; Manufacturer=GenuineIntel; Caption=Intel64 Family 6 Model 142 Stepping 12; }. PASS; SecureBoot: Capable. PASS; ",
    "returnResult": "CAPABLE"
}
Auditing 4C4C4544-0043-5A10-8033-B6C04F4A3333
OK: No setup.py
Pas de résultat d'audit pour dsirum-windows11-requirements(=2021.11.30-4): OK
4C4C4544-0043-5A10-8033-B6C04F4A3333(=1): OK
Moreover, deployment via WADS in Windows 11 is functional.

Re: tis-windows11-upgrade

Published: June 2, 2022 - 10:54 AM
by smandel
And so here are the WAPT console logs:

Code: Select all

Auditing dsirum-windows11-upgrade
ERROR: Windows 11 upgrade failed
Auditing 4C4C4544-0043-5A10-8033-B6C04F4A3333
OK: No setup.py
Pas de résultat d'audit pour dsirum-windows11-upgrade(=10.0.22000-93): ERROR
4C4C4544-0043-5A10-8033-B6C04F4A3333(=2): OK
And here are the last lines of the "setupact.log" log file:

Code: Select all

2022-06-02 10:40:41, Info                  MOUPG  Finalize: Leaving Execute Method
2022-06-02 10:40:41, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2022-06-02 10:40:41, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2003]
2022-06-02 10:40:41, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2001]
2022-06-02 10:40:41, Info                  MOUPG  ProgressHandlerAction: Sending final progress message for action [5].
2022-06-02 10:40:41, Info                  MOUPG  ProgressHandlerAction FinalUpdate: 0x5, 0x64 / 0x64, 0x64
2022-06-02 10:40:41, Info                  MOUPG  ProgressHandlerAction: Sending final progress message for action [5].
2022-06-02 10:40:41, Info                  MOUPG  ProgressHandlerAction FinalUpdate: 0x5, 0x64 / 0x64, 0x64
2022-06-02 10:40:41, Info                  MOUPG  Signalling actions thread to shut down.
2022-06-02 10:40:41, Info                  MOUPG  Waiting for actions thread to exit.
2022-06-02 10:40:41, Info                  MOUPG  Actions thread has exited.
2022-06-02 10:40:41, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2004]
2022-06-02 10:40:41, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x2000]
2022-06-02 10:40:41, Warning               MOUPG  CSetupDiagnostics::ReportData - Not reporting WINDLP data point [0x3000]
2022-06-02 10:40:41, Info                  MOUPG  DlpTask: Leaving Execute Method
2022-06-02 10:40:41, Info                  MOUPG  Setup phase change: [SetupPhaseInstall] -> [SetupPhasePostFinalize]
2022-06-02 10:40:41, Info                  MOUPG  SetupHost: Reporting pending reboot event
2022-06-02 10:40:41, Warning               MOUPG  SetupNotify::ReportEvent - Report ID or Event Reporter not available.
2022-06-02 10:40:41, Info                  MOUPG  SetupManager: Rebooting system... prevented by command line override.

Re: [SOLVED] tis-windows11-upgrade

Published: June 2, 2022 - 11:25 AM
by smandel
Okay, never mind, the migration is working fine.
After rebooting, Windows 11 installs successfully and the "ERROR" status disappears after a package audit. 👍

Re: [SOLVED] tis-windows11-upgrade

Published: June 2, 2022 - 3:00 PM
by jpele
Hello,
Perfect, yes, I should implement a WARNING message that prompts a reboot rather than an ERROR message. I'll submit an internal ticket.
I was going to reply that NOREBOOT seemed correct.

Regards,
Jimmy

Re: [SOLVED] tis-windows11-upgrade

Published: June 9, 2022 - 3:36 PM
by jpele
Hi @smandel,

Just so you know, the package has been redesigned. You can see the changes here:
https://wapt.tranquil.it/store/fr/tis-w ... e-template

Regards,
Jimmy

Re: [SOLVED] tis-windows11-upgrade

Published: October 5, 2022 - 11:36 AM
by smandel
Hello,

thank you! 👍
Everything seems to be working fine!