MDT 2012 - Apply Image error
-
Saturday, May 12, 2012 3:24 PM
I have setup MDT 2012 and deploying custom image captured with Image-x. It got deployed successfully on few machines then suddenly it started giving below error.
Also attaching the BDD.log screenshot
Thanks for the help.
Thanks and Regards, Mohd Zaid My Blog: http://deskperts.blogspot.com/
All Replies
-
Saturday, May 12, 2012 3:52 PM
Below is the Result data for reference.
<?xml version="1.0"?>
-<Results><Errors>9</Errors><Warnings>5</Warnings><RetVal>-2147467259</RetVal><DeploymentType>REFRESH</DeploymentType>-<Messages>
<![CDATA[Non-fatal error UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\Win2K_XP\32bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\Win2K_XP\32bit [autorun.inf]. Windows error 5 description: Access is denied." reported by USMT: 12 May 2012, 14:19:15 05:30, 00:03:24, error, UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\Win2K_XP\32bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\Win2K_XP\32bit [autorun.inf]. Windows error 5 description: Access is denied." Non-fatal error UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\Win2K_XP\64bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\Win2K_XP\64bit [autorun.inf]. Windows error 5 description: Access is denied." reported by USMT: 12 May 2012, 14:19:25 05:30, 00:03:34, error, UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\Win2K_XP\64bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\Win2K_XP\64bit [autorun.inf]. Windows error 5 description: Access is denied." Non-fatal error UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\WinVista\32bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\WinVista\32bit [autorun.inf]. Windows error 5 description: Access is denied." reported by USMT: 12 May 2012, 14:19:33 05:30, 00:03:42, error, UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\WinVista\32bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\WinVista\32bit [autorun.inf]. Windows error 5 description: Access is denied." Non-fatal error UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\WinVista\64bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\WinVista\64bit [autorun.inf]. Windows error 5 description: Access is denied." reported by USMT: 12 May 2012, 14:19:40 05:30, 00:03:50, error, UnableToAccessDevice, objectName, "E:\Driver\Intel\VGA\WinVista\64bit [autorun.inf]", action, Ignore, errorText, "Write error 5 for E:\Driver\Intel\VGA\WinVista\64bit [autorun.inf]. Windows error 5 description: Access is denied." ZTI USMT SCANSTATE reported 0 errors and 4 warnings. Setup failed applying image C:\MININT\Operating Systems\Win7Officeand Lync\Win7Ver01.wim, rc = -1073741818 ZTI ERROR - Non-zero return code by LTIApply, rc = -1073741818 0xC0000006 Litetouch deployment failed, Return Code = -2147467259 0x80004005 Failed to run the action: Install Operating System. Unknown error (Error: C0000006; 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: C0000006; 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]]>
</Messages></Results>Thanks and Regards, Mohd Zaid www.techforcast.com
-
Saturday, May 12, 2012 4:26 PM
First of all, could you please provide us with some more info?
Like the models you are deploying to: do they have a BIOS or UEFI, what was you're reference machines machine hardware footprint?
Any things that might have changed during the deployment proces?
Try deploying a regular Windows installation wim to the machines that give this error to find any inconsistencies.
Keep us posted, and if helpful please rate! Kind regards
-
Saturday, May 12, 2012 4:49 PM
Models Deploying to:-
1. Assembled Desktop
2. HP Compaq DX 2280
Reference Machine was VMware virtual Windows 7.
Was able to deploy the same image on other models.
is their any chance of image getting corupted on MDT server side??
Thanks and Regards, Mohd Zaid www.techforcast.com
-
Saturday, May 12, 2012 4:57 PM
Did you modify your task sequence?
Error 8004005 indicates that a step in your task sequence is in the wrong place, at least I've seen it before: OSD error 80004005
It means that in this particular case the SetupConfigMGR was positioned at a wrong place in the task sequence.
Try creating a new standard deployment task sequence and keep it as clean as possible, meaning leaving all bells and whistles out. But just a simple OS deployment in a virtual machine.
Keep us posted, and if helpful please rate! Kind regards
-
Monday, May 14, 2012 5:53 AM
For the reference below is the log from deployment for setuperr.log
2012-05-12 14:49:29, FatalError [0x090001] PANTHR Exception (code 0xC0000006: IN_PAGE_ERROR) occurred at 0x73436100 in \\WIN7UPGDSRV\DeploymentShare$\Operating Systems\Win7Officeand Lync\Sources\UNATTEND.DLL (+00016100). Minidump attached (49041 bytes).
Not able to find anything out of this too.
Thanks and Regards, Mohd Zaid www.techforcast.com
-
Monday, May 14, 2012 6:50 AM
Hi,
you have to add the drivers for the NIC to your boot image.
To add a device driver during Windows PE:
http://technet.microsoft.com/en-us/library/dd759162.aspx
Blog that could help you:
Kind regards,
Tim
MCITP, MCTS
http://directoryadmin.blogspot.comThis posting is provided 'AS IS' with no warranties or guarantees and confers no rights.
-
Tuesday, May 15, 2012 5:22 AM
Still not able to get the test machine.
@butim: i have a doubt that why we should add Nic drivers to WinPE image because already the machine is able to boot through WinPE and proceed the deployment so far.
Thanks and Regards, Mohd Zaid www.techforcast.com

