GScott0032
Member
- Messages
- 6
- Reaction score
- 3
- Points
- 3
Hello. I'm trying to upgrade from 22H2 to 24H2 for our devices and am running into the same error each time I try on all workstations I attempt on. In the SMSTSLog I'm seeing the following:
Executing command line: "C:\_SMSTaskSequence\Packages\CM100995\SETUP.EXE" /ImageIndex 1 /auto Upgrade /quiet /noreboot /EULA accept /postoobe "C:\WINDOWS\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\WINDOWS\SMSTSPostUpgrade\SetupRollback.cmd" /postrollbackcontext system /DynamicUpdate Disable with options (0, 0) OSDUpgradeWindows 1/13/2025 9:55:09 AM 11012 (0x2B04)
Could not open Windows Upgrade Setup progress registry key 'HKLM\SYSTEM\Setup\MoSetup\Volatile'. Error = 0x80070002. Progress UI will not be updated OSDUpgradeWindows 1/13/2025 9:55:39 AM 4140 (0x102C)
Waiting for Windows Upgrade Setup process to return ... OSDUpgradeWindows 1/13/2025 9:55:39 AM 4140 (0x102C)
This then just continues to stay stuck on "upgrade operating system". I have waited overnight and it continues to stay the same and it doesn't actually update.
I then tried to run the following in Powershell :
start-process "C:\_SMSTaskSequence\Packages\CM100995\SETUP.EXE" -argumentlist '/ImageIndex 1 /auto Upgrade /quiet /noreboot /EULA accept /postoobe "C:\WINDOWS\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\WINDOWS\SMSTSPostUpgrade\SetupRollback.cmd" /postrollbackcontext system /DynamicUpdate'
Essentially just removing the quiet parameter to see if it would give me a visible error, but it did not. The task sequence should be running as the SYSTEM account which should have access to everything it needs. Any assistance or recommendations would be greatly appreciated.
Executing command line: "C:\_SMSTaskSequence\Packages\CM100995\SETUP.EXE" /ImageIndex 1 /auto Upgrade /quiet /noreboot /EULA accept /postoobe "C:\WINDOWS\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\WINDOWS\SMSTSPostUpgrade\SetupRollback.cmd" /postrollbackcontext system /DynamicUpdate Disable with options (0, 0) OSDUpgradeWindows 1/13/2025 9:55:09 AM 11012 (0x2B04)
Could not open Windows Upgrade Setup progress registry key 'HKLM\SYSTEM\Setup\MoSetup\Volatile'. Error = 0x80070002. Progress UI will not be updated OSDUpgradeWindows 1/13/2025 9:55:39 AM 4140 (0x102C)
Waiting for Windows Upgrade Setup process to return ... OSDUpgradeWindows 1/13/2025 9:55:39 AM 4140 (0x102C)
This then just continues to stay stuck on "upgrade operating system". I have waited overnight and it continues to stay the same and it doesn't actually update.
I then tried to run the following in Powershell :
start-process "C:\_SMSTaskSequence\Packages\CM100995\SETUP.EXE" -argumentlist '/ImageIndex 1 /auto Upgrade /quiet /noreboot /EULA accept /postoobe "C:\WINDOWS\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\WINDOWS\SMSTSPostUpgrade\SetupRollback.cmd" /postrollbackcontext system /DynamicUpdate'
Essentially just removing the quiet parameter to see if it would give me a visible error, but it did not. The task sequence should be running as the SYSTEM account which should have access to everything it needs. Any assistance or recommendations would be greatly appreciated.