setupact.logHello Community,
We are currently upgrading our company computers from Windows 10 22H2 to Windows 11 23H2 using an in-place upgrade task sequence through SCCM. However, we are encountering issues with several Windows 11 compatible devices failing during the upgrade process. The error codes we're seeing are 0xC1900204
and 0xC1900209
.
Upon examining the smsts.log
, setupact.log
, and setuperr.log
, I found that the upgrade process gets stuck at 11%. The logs indicate that the system is unable to read the Windows setup registry key. Here are some key details from the logs:
- Task Sequence Action: Upgrade Operating System
- Error Code:
2147500037
(Unspecified error)
- Windows Setup Exit Code:
0xC1900204
(decimal 3247440388)
- Registry Key Issue: Could not read the
SetupProgress
key at HKLM\SYSTEM\Setup\MoSetup\Volatile
- Action Output:
ExecuteWithTimeout returned Windows Setup process hexadecimal exit code 0xC1900204
I have attached the smsts.log
for reference.
Does anyone have insights on why this error is occurring or suggestions for resolving the issue? Any help would be greatly appreciated!
Thank you!