Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

NEW In place upgrade 1909 to 2004

Kasper Laursen

New Member
Messages
2
Reaction score
0
Points
1
Hey,

I've started looking into making in place upgrade's using task sequences, but i've run into some issues.

I'm testing with both danish language OS and english languages OS.

To try and sum up how it looks like:
I have a test machine on which i install either danish or english version of win 10 1909, if i run my task sequence that match the OS it upgrades just fine for both.
On another machine, that also runs 1909 the installation of the update gets stuck on 44% everytime and i've since then found another machine with the same issue, the "fun" part is that the first machine that had the error, i then chose to just run the exe manually instead of through the task sequence in the hope of some error message showing up, but instead it just installed fine and is now running the 2004 version.

So from what i can gather it must obviously be a problem with the specific machines, but i've tried looking in smsts.log and the only lines i can find about it is:

<![LOG[Executing command line: "C:\_SMSTaskSequence\Packages\P0100471\SETUP.EXE" /ImageIndex 1 /auto Upgrade /quiet /noreboot /postoobe "C:\WINDOWS\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\WINDOWS\SMSTSPostUpgrade\SetupRollback.cmd" /postrollbackcontext system /DynamicUpdate Disable /compat IgnoreWarning with options (0, 0)]LOG]!><time="12:55:00.715-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="0" thread="15108" file="CommandLine.cpp:822">
<![LOG[Waited 51 sec to read successfully setup progress registry key value SetupProgress]LOG]!><time="12:55:51.739-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="1" thread="8212" file="upgradewindows.cpp:1222">
<![LOG[Status for opgradering af Windows: 0%]LOG]!><time="12:55:52.740-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="1" thread="8212" file="upgradewindows.cpp:1242">
<![LOG[Status for opgradering af Windows: 14%]LOG]!><time="12:56:12.749-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="1" thread="8212" file="upgradewindows.cpp:1257">
<![LOG[Status for opgradering af Windows: 20%]LOG]!><time="12:57:52.760-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="1" thread="8212" file="upgradewindows.cpp:1257">
<![LOG[Status for opgradering af Windows: 31%]LOG]!><time="12:58:52.779-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="1" thread="8212" file="upgradewindows.cpp:1257">
<![LOG[Status for opgradering af Windows: 44%]LOG]!><time="13:00:02.794-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="1" thread="8212" file="upgradewindows.cpp:1257">

<![LOG[The command line timed out. Terminate the process]LOG]!><time="14:55:14.211-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="1" thread="15108" file="CommandLine.cpp:1251">
<![LOG[0, HRESULT=800705b4 (..\CommandLine.cpp,1254)]LOG]!><time="14:55:14.219-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="0" thread="15108" file="CommandLine.cpp:1254">
<![LOG[Command line execution failed (800705B4)]LOG]!><time="14:55:14.219-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="3" thread="15108" file="CommandLine.cpp:1277">
<![LOG[cmd.Execute(uOptions, pszWorkingDir, pszDesktop), HRESULT=800705b4 (..\CommandLine.cpp,1317)]LOG]!><time="14:55:14.219-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="0" thread="15108" file="CommandLine.cpp:1317">
<![LOG[CommandLine::ExecuteWithTimeout(pszCommandLine, timeout, &exitCode), HRESULT=800705b4 (upgradewindows.cpp,1368)]LOG]!><time="14:55:14.219-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="0" thread="15108" file="upgradewindows.cpp:1368">
<![LOG[Failed to execute Windows Upgrade setup command line '"C:\_SMSTaskSequence\Packages\P0100471\SETUP.EXE" /ImageIndex 1 /auto Upgrade /quiet /noreboot /postoobe "C:\WINDOWS\SMSTSPostUpgrade\SetupComplete.cmd" /postrollback "C:\WINDOWS\SMSTSPostUpgrade\SetupRollback.cmd" /postrollbackcontext system /DynamicUpdate Disable /compat IgnoreWarning ']LOG]!><time="14:55:14.219-120" date="09-22-2020" component="OSDUpgradeWindows" context="" type="3" thread="15108" file="upgradewindows.cpp:1368">

but looking at this i can't really figure what should be causing this, so i now hope someone in here can maybe help figure either from this what the cause is, or maybe have some other idea of where to look for error messages?

Some extra info:
The models are all HP Elitebook 840 G5's
All are running 1909 education and are trying to be updated to 2004 education
I've already tried running sfc /scannow etc to try and look for corrupt files without any luck though
I've searched through the event viewer aswell, but not really been able to find anything regarding this
 
Hi Kasper,

if you just want to upgrade this machines, you can manage upgrades in Windows 10 Servicing (\Software Library\Overview\Windows 10 Servicing\All Windows 10 Updates) . The other option is to create an application.
 
I'd very much like to keep it in a task sequence, as i'll also be updating software installed on machine etc later down the line in the same task sequence, appreciate the idea, though i'm only really looking for a solution for the task sequence issue.
 

Forum statistics

Threads
7,142
Messages
27,883
Members
18,174
Latest member
DrNym
Back
Top