Hi Guys,
I have MDT 2012 Sp1, deploying Server 2008 R2 enterprise to IBM x3500 hardware.
the task sequence I have used is a standard server TS, with the following changes:
My restart computer step in the post install phase was not working (just bringing up a cmd prompt), so I have disabled that and inserted a step that calls shutdown -r -t 0 to restart the computer.
I have imported the IBM drivers into the DS, and there are no custom selection profiles.
The issue I am facing is that when the computer restarts, it boots into windows setup, does that initial device setup, then does its prescribed restart, and boots into windows, does its autologon to desktop, and then just sits there.
Litetouch is present under startup, and if I examine c:\minint\osdlogs\bdd.log or litetouch.log the final lines are along the lines of:
copying e:\tools\x64\xyz.exe to c:\minint\tools\x64\...
the final line, which is repeated each and everytime I run litetouch.vbs at the desktop is:
copying e:\deploy\control\\ts.xml c:\minint\...
That ts.xml needs to come from the e:\deploy\control\<TSNAME>\ts.xml.. but that variable seems to be missing.. I've tried to look through the scripts to see where it wants this variable to come from but I've had no luck.
it seems to be hanging on looking for this e:\deploy\control\\ts.xml, which doesn't exist with the \\ in there..
anyone have a clue on this one? should I specify the TS ID within customsettings.ini so that its set and try again? as I think that's what its looking for but I cant see it anywhere..
thanks