We are on Enterprise version 2.6.0.16881.
We are trying to migrate our Windows 10 PCs to Windows 11 using the Windows11-upgrade 10.0.22631 package.
Our constraint is that the disks are encrypted using the Cryhod tool.
From the above package, we added the following information to the setup to load the drivers:
Code: Select all
additionnal_cmd = " /ReflectDrivers \"C:\Program Files\Prim'X\Cryhod\drivers\""We have passed the windows11-requirements package 2024.11.21 | 2024-12-15 21:55
Code: Select all
Auditing wapt-windows11-requirements
OK: TPM chip in version 2.0
OK: Enough space disk available
OK: Enough space disk available
OK: SecureBoot is available and not enabled
OK: Currently 4 cores on your CPU
OK: Currently 1.76GHz
OK: Your processor Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz is compatibleHowever, we have a return code: 3247440384, equivalent to Microsoft code 0xC1900200
Code: Select all
Exception: Erreur lors de l'installation de ['wapt-windows11-upgrade-cryhod(=10.0.22631-117)']: erreurs dans les paquets [[PackageRequest(package='wapt-windows11-upgrade-cryhod',version=(Version('10.0.22631.0'), 117),architectures=['x64'],locales=['fr'],maturities=['PROD'],tags=['windows-10', 'win-10', 'w-10', 'windows10', 'win10', 'w10', 'windows', 'win', 'w'],min_os_version=Version('10.0.19045'),max_os_version=Version('10.0.19045')), PackageEntry('wapt-windows11-upgrade-cryhod','10.0.22631-117' architecture='x64',maturity='PROD',locale='fr',target_os='windows'), 'Traceback (most recent call last):\n File "C:\\Windows\\TEMP\\waptwrh1kdyf\\setup.py", line 132, in install\n File "C:\\Program Files (x86)\\wapt\\common.py", line 3987, in run\n return ensure_unicode(run(*arg, pidlist=self.pidlist,**args))\n File "C:\\Program Files (x86)\\wapt\\waptutils.py", line 2212, in run\n raise CalledProcessErrorOutput(proc.returncode, cmd, \'\'.join(output))\nwaptutils.CalledProcessErrorOutput: Command \'"C:\\\\WindowsUpgrade\\\\setup.exe" /auto upgrade /quiet /eula accept /telemetry disable /showoobe none /copylogs "C:\\\\WindowsUpgradeLogs\\\\win11_upgrade_logs" /ReflectDrivers "C:\\\\Program Files\\\\Prim\\\'X\\\\Cryhod\\\\drivers" /dynamicupdate disable /noreboot\' returned non-zero exit status 3247440384.\nOutput:\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "C:\\Program Files (x86)\\wapt\\common.py", line 5472, in install\n result = self.install_wapt(p.localpath,\n File "C:\\Program Files (x86)\\wapt\\common.py", line 4424, in install_wapt\n raise e\n File "C:\\Program Files (x86)\\wapt\\common.py", line 4330, in install_wapt\n exitstatus = setup.install()\n File "C:\\Windows\\TEMP\\waptwrh1kdyf\\setup.py", line 137, in install\n File "C:\\Program Files (x86)\\wapt\\waptutils.py", line 1987, in error\n raise EWaptSetupException(\'Fatal error : %s\' % reason)\nwaptutils.EWaptSetupException: Fatal error : Command \'"C:\\\\WindowsUpgrade\\\\setup.exe" /auto upgrade /quiet /eula accept /telemetry disable /showoobe none /copylogs "C:\\\\WindowsUpgradeLogs\\\\win11_upgrade_logs" /ReflectDrivers "C:\\\\Program Files\\\\Prim\\\'X\\\\Cryhod\\\\drivers" /dynamicupdate disable /noreboot\' returned non-zero exit status 3247440384.\nOutput:\n']]
Error code 0xC1900200 (3247440384) usually indicates a compatibility issue or unmet prerequisites for upgrading to Windows 11.
The Wapt prerequisite tests are OK, our positions are recent.
You will find attached the setupact.log and setuperr.log files in an attached zip file.
Do you have any suggestions for resolving this situation?
Thank you in advance for your feedback.
Good day.
