Hi,
I am upgrading Windows 7 machines to Windows 10 1809 x64.
We do some custom steps before the upgrade (a bios update mainly), but they seem to behave fine.
Once the upgrade step (LTIApply) is running, the system reboots a few times, as expected, but during the final reboot of the upgrade process (after which the upgrade step finishes), the MDT starts running before Windows has fully booted.
When Windows gets loaded by the BIOS, the Windows logo appears together with the loading dots, at that moment a terminal pops up, the boot process is halted, and MDT starts running. The MDT runs correctly from there, including reboots, except for the suspend
step. The logs indicate that the suspend step has correctly been processed, but the tasksequence continues. When finished, the deployment summary is shown, still in this boot state.
Alt + tab can be used to switch between the terminal and the windows logo, a cursor is not yet loaded.
It would be nice if you guys could help me figure out why the machine won't boot into Windows before finishing the TS.
My TS is to large to post here, but custom settings is included.
TS: https://drive (dot) google (dot) com/open?id=1OwJ54FEsaRKwnZmrgjYIH3XidDyJsXl7
MP4 showing the problem: https://drive (dot) google (dot) com/open?id=1eBq9vxlkdn-d_AWAC8Rj7y5Hka_jX0G8
Custom settings:
[Settings]
Priority=TaskSequenceID, Default
Properties=MyCustomProperty
;;;;;;;;;;;;;;;;;;;;;;;;
;; Default settings ;;
;;;;;;;;;;;;;;;;;;;;;;;;
[Default]
_SMSTSORGNAME=Windows Upgrade
_SMSTSPackageName=Upgrade %MODEL%
OSInstall=Y
SkipCapture=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerBackup=YES
SkipBitLocker=YES
;Bitlocker settings
BDEinstallSuppress=NO
BDEWAITForEncryption=False
BDEDriveLetter=S:
BDEDriveSize=2000
BDEInstall=TPM
BDERecoveryKey=AD
BDEKeyLocation=<**Deployment share**>\Backup\Bitlocker
TPMOwnerPassword=********
SLShare=<**Deployment share**>\Logs
SLShareDynamicLogging=<**Deployment share**>\Logs\Dynamic
EventService=<**EventService**>
;Bios version, Make, Model (Voor Generic BIOS upgrade script (Dell bios upgrade)
;Dell = SMBIOSBIOSVersion + Make + Model
;Hewlett-Packard = BIOSVersion + Make + Model
;LENOVO = SMBIOSBIOSVersion + Make + ProductVersion
SMBIOSBIOSVersion=#SetSMBIOSBIOSVersion()#
BIOSVersion=#SetBIOSVersion()#
ProductVersion=#SetProductVersion()#
UserExit=TestTheUserExit.vbs