I am attempting to prepare a DVD based deployment of Windows 7 x64 Enterprise by MDT 2012.
So far I have been able to successfully:
* capture my custom reference PC to MDT using the Litetouch script.
* prepare the drivers to inject using Selection profiles.
* create ISO file (Advanced Configuration -> Media).
I then tested it on my VMWare workstation and the installation completed successfully!
I then burned the ISO image to DVD media and attempted to do an install to a test Dell workstation (Optiplex 755) and I got the below error message which I never saw in the virtual environment:
FAILURE (5624): 2: Run ImageX: /apply "D:¥Deploy¥Operating Systems¥Windows 7 - build¥Windows.7.Enterprise.x64_001.wim" 1 C:
Litetouch deployment failed, Return Code = -217467259 0x80004005
Failed to run the action: Install Operating System.
Unknown error (Error: 000015F8; Source: Unknown)
The execution of the group (Install) has failed and the execution has been aborted. An action failed.
Operation aborted (Error: 80004004; Source: Windows)
Failed to run the last action: Install Operating System. Execution of task sequence failed.
Unknown error (Error: 000015F8; Source: Unknown)
Task Sequence Engine failed! Code: enExecutionFail
Task sequence execution failed with error code 80004005
Error Task Sequence Manager failed to execute task sequence. Code 0x80004005
Has anyone seen this error that can provide some advice or input on how to resolve it. I am at my wit's end. Thank you again.