Answered MDT 2012 Deploying Windows XP Pro SP3 Failures

  • Friday, October 12, 2012 9:53 AM
     
     

    Can anyone help with this? I’m deploying Windows XP Pro SP3 through MDT 2012 at the end it produces these failures. I’ve looked around but can’t get them fixed

    Litetouch deployment failed, Return Code = -2147467259  0x80004005
    Failed to run the action: Restore User State.
    DNS record timed out. (Error: 000025E9; Source: Windows)
    The execution of the group (State Restore) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Restore User State. Execution of task sequence failed.
    DNS record timed out. (Error: 000025E9; Source: Windows)
    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
    Failed to run the action: Execute Sysprep.
    The specified protocol driver is invalid. (Error: 00001B5A; Source: Windows)
    The execution of the group (Capture Image) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Execute Sysprep. Execution of task sequence failed.
    The specified protocol driver is invalid. (Error: 00001B5A; Source: Windows)
    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
    Failed to run the action: Restore User State.
    DNS record timed out. (Error: 000025E9; Source: Windows)
    The execution of the group (State Restore) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    Failed to run the last action: Restore User State. Execution of task sequence failed.
    DNS record timed out. (Error: 000025E9; Source: Windows)
    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

     

    Thanks for any help

All Replies

  • Friday, October 12, 2012 9:56 AM
     
     Answered

    Have you modified your CustomSettings.ini and then esspecially the step:

    SkipUserData=YES

    Set it to no and try a new deployment, there's is a setting I believe in the task sequence which checks if the user data needs to be restored. If you have disabled this option in the customsettings.ini the step will be skipped, however the machine still wants to restore user data. So I think we may need to disable the step: "Restore User State" in the task sequence.


    Keep us posted, and if helpful please rate! Kind regards

    • Marked As Answer by biziee Friday, October 12, 2012 10:56 AM
    •  
  • Friday, October 12, 2012 10:56 AM
     
     

    Thank you

    Disabling the step "Restore User State" resolved all 20 issues :-)