Hi,
I followed this article in order to create TS to upgrade OS to Windows 10 with MDT:
https://technet.microsoft.com/en-us/library/mt426643(v=vs.85).aspx
Environment:
OS: Windows 8.1
PC: VM (Hyper-V)
However, when I run Litetouch.vbs deployment starts (Running action: Upgrade Windows) but after few minutes also stops without any error. In logs I can see this:
<![LOG[Upgrading from \\MDT-TEST\Windows10Upgrade$\Operating Systems\W10EX64RTM\setup.exe using command: "\\MDT-TEST\Windows10Upgrade$\Operating Systems\W10EX64RTM\setup.exe" /auto Upgrade /Quiet /NoReboot /PostOobe C:\MININT\Scripts\SetupComplete.cmd
/PostRollback C:\MININT\Scripts\SetupRollback.cmd /DynamicUpdate Disable /ImageIndex 1]LOG]!><time="14:13:51.000+000" date="08-24-2015" component="LTIApply" context="" type="1" thread=""
file="LTIApply">
<![LOG[About to run command: "\\MDT-TEST\Windows10Upgrade$\Operating Systems\W10EX64RTM\setup.exe" /auto Upgrade /Quiet /NoReboot /PostOobe C:\MININT\Scripts\SetupComplete.cmd /PostRollback C:\MININT\Scripts\SetupRollback.cmd /DynamicUpdate Disable
/ImageIndex 1]LOG]!><time="14:13:51.000+000" date="08-24-2015" component="LTIApply" context="" type="1" thread="" file="LTIApply">
<![LOG[Command has been started (process ID 5680)]LOG]!><time="14:13:51.000+000" date="08-24-2015" component="LTIApply" context="" type="1" thread="" file="LTIApply">
<![LOG[ZTI Heartbeat: command has been running for 0 minutes (process ID 5680)]LOG]!><time="14:13:52.000+000" date="08-24-2015" component="LTIApply" context="" type="1" thread="" file="LTIApply">
<![LOG[Return code from command = -1047526904]LOG]!><time="14:15:58.000+000" date="08-24-2015" component="LTIApply" context="" type="1" thread="" file="LTIApply">
<![LOG[Setup failed to upgrade OS from \\MDT-TEST\Windows10Upgrade$\Operating Systems\W10EX64RTM\setup.exe, rc = -1047526904]LOG]!><time="14:15:58.000+000" date="08-24-2015" component="LTIApply" context=""
type="3" thread="" file="LTIApply">
<![LOG[Requesting reboot for setup.exe to complete Upgrade action]LOG]!><time="14:15:58.000+000" date="08-24-2015" component="LTIApply" context="" type="1" thread="" file="LTIApply">
<![LOG[Property SMSTSRebootRequested is now = true]LOG]!><time="14:15:58.000+000" date="08-24-2015" component="LTIApply" context="" type="1" thread="" file="LTIApply">
<![LOG[ZTI ERROR - Non-zero return code by LTIApply, rc = -1047526904 0xC1900208]LOG]!><time="14:15:58.000+000" date="08-24-2015" component="LTIApply" context="" type="3" thread=""
file="LTIApply">
<![LOG[Command completed, return code = -2147467259]LOG]!><time="14:15:59.000+000" date="08-24-2015" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">
I manually ran Windows 10 setup.exe from Operating System folder in Deployment Share and OS was installed properly.
Kind Regards,