Issue
The template to deploy the OS completes successfully but there is no Operating System installed on the client.
The DeployImageHandler.exe.log file shows no errors:
2013-10-21 22:53:34(1172-1160) DeployImageHandler.exe:ExecuteCmd maptopreferredhandler.exe /path="\\server\ldmain\Win7DemoImage.WIM" /driveletter=e /pathisfile
2013-10-21 22:53:34(1172-1160) DeployImageHandler.exe:created process, file handle 70 with non-readonly parameter
2013-10-21 22:53:37(1172-1160) DeployImageHandler.exe:Process Exit Code: 0
2013-10-21 22:53:37(1172-1160) DeployImageHandler.exe:Replacing path string \\landesk.univ-montp2.fr\ldmain, with e:
2013-10-21 22:53:37(1172-1160) DeployImageHandler.exe:New Args: /apply e:\Win7DemoImage.WIM 1 C:
2013-10-21 22:53:37(1172-1160) DeployImageHandler.exe:Going to execute imagex.exe /apply e:\Win7DemoImage.WIM 1 C:
2013-10-21 22:53:37(1172-1160) DeployImageHandler.exe:ExecuteCmd imagex.exe /apply e:\Win7DemoImage.WIM 1 C:
2013-10-21 22:53:37(1172-1160) DeployImageHandler.exe:created process, file handle 60 with non-readonly parameter
2013-10-21 22:53:38(1172-1160) DeployImageHandler.exe:Process Exit Code: 0
2013-10-21 22:53:38(1172-1160) DeployImageHandler.exe:Tearing down Environment.
2013-10-21 22:53:38(1172-1160) DeployImageHandler.exe:ExecuteCmd maptopreferredhandler.exe /unmap /driveletter=e:
2013-10-21 22:53:38(1172-1160) DeployImageHandler.exe:created process, file handle 70 with non-readonly parameter
2013-10-21 22:53:38(1172-1160) DeployImageHandler.exe:Process Exit Code: 0
However, it seems that the image is deployed in seconds, which is not possible.
Cause
The .WIM file may contain another image such as "system reserved" (image was provided by a PC manufacturer)
Resolution
Edit the .WIM file to confirm the ID of the image that contains the OS and modify the command-line accordingly. In that case Image ID is #2.
!!!! BE CAREFUL TO NOT CLICK ON VALIDATE AFTER SETTING THE COMMAND-LINE OR IT WILL REVERT TO ID #1 !!!!