I stuck on this one and would appreciate some guidance.
I've captured a custom image of a physical w2k8 R2 server by manually
setting the nics to DHCP, running sysprep /generalize, and then
importing the captured image and pointing to the source files. I'm
trying to deploy the captured image to a virtual machine for testing.
The deploy task sequence dies at Apply Network Setting with the
ZTINICConfig rc=1 and "Litetouch deployment failed, Return Code =
-
2147467259 0x80004005".
I captured the following log, but it doesnt provide me with any
answers:
''debug' parameter was specified.
Property debug is now = TRUE
Property debugcapture is now =
Microsoft Deployment Toolkit version: 5.0.1641.0
SUCCESS: 0: Create object: Set oLiteTouch = New Litetouch
Property SMSTSLocalDataDrive is now = C:
No task sequence is in progress.
Property LogPath is now = X:\MININT\SMSOSD\OSDLOGS
SUCCESS: 0: Cleaning up existing X:\MININT directory:
Property SMSTSLocalDataDrive is now = C:
Property DeploymentMethod is now = UNC
DeploymentMethod = UNC
Property DeployRoot is now = \\MDT2010\production$
Validating connection to \\MDT2010\production$
Already connected to server MDT2010 as that is where this script is
running from.
DeployRoot = \\MDT2010\production$
Property DeployDrive is now = Z:
DeployDrive = Z:
Property PHASE is now = PREINSTALL
Property DeploymentType is now = NEWCOMPUTER
Phase = PREINSTALL
About to run command: wscript.exe "\\MDT2010\production$\scripts
\ZTIGather.wsf" /inifile:Bootstrap.ini /debug:true
SUCCESS: 0: Running wscript.exe "\\MDT2010\production$\scripts
\ZTIGather.wsf" /inifile:Bootstrap.ini /debug:true
About to run command: wpeutil.exe ListKeyboardLayouts 1033
About to run command: MSHTA.exe \\MDT2010\production$\scripts
\Wizard.hta /definition:BDD_Welcome_ENU.xml /debug:true
Validating connection to \\MDT2010\Production$
Already connected to server MDT2010 as that is where this script is
running from.
About to run command: wscript.exe "\\MDT2010\production$\scripts
\ZTIGather.wsf" /debug:true
SUCCESS: 0: Running wscript.exe "\\MDT2010\production$\scripts
\ZTIGather.wsf" /debug:true
Validating connection to \\MDT2010\Production$
Already connected to server MDT2010 as that is where this script is
running from.
About to run command: MSHTA.exe "\\MDT2010\production$\scripts
\Wizard.hta" /definition:DeployWiz_Definition_ENU.xml /debug:true
SUCCESS: 0: Running MSHTA.exe "\\MDT2010\production$\scripts
\Wizard.hta" /definition:DeployWiz_Definition_ENU.xml /debug:true
Validating connection to \\MDT2010\Production$
Already connected to server MDT2010 as that is where this script is
running from.
DestinationDisk and DestinationPartition are not set, reading from
TS.XML
SUCCESS: True: Create MSXML2.DOMDocument.
CreateXMLDOMObjectEx(\\MDT2010\Production$\Control\SRV08ENTR2X64CTX
\TS.xml)
SUCCESS: True: CreateXMLDOMObjectEx...Length = 8
Property DestinationDisk is now = 0
Property DestinationPartition is now = 1
Validating connection to \\MDT2010\Production$
Found Existing UNC Path Z: = \\MDT2010\Production$
Found Existing UNC Path Z: = \\MDT2010\Production$
Successfully established connection using supplied credentials.
Property DeployDrive is now = Z:
DeployDrive = Z:
Property ResourceRoot is now = \\MDT2010\Production$
DeploymentType = NEWCOMPUTER
ResourceRoot = \\MDT2010\Production$
Property ResourceDrive is now = Z:
ResourceDrive = Z:
Property _SMSTSPackageName is now = Lite Touch Installation
SMS Task Sequencer already found on X:\Deploy\Tools\X64
SUCCESS: 0: Created SMSTS.INI file at X:\WINDOWS
LTI beginning deployment
About to run command: "X:\Deploy\Tools\X64\TsmBootstrap.exe" /
env:SAStart
Property LogPath is now = C:\MININT\SMSOSD\OSDLOGS
Litetouch deployment failed, Return Code = -
2147467259 0x80004005
For more information, consult the task sequencer log ...\SMSTS.LOG.
Property RetVal is now = -
2147467259
CleanStartItems Complete
Has anyone experience this error?