0

I am attempting to deploy Windows 10 Education on a number of machines using WDS(for PXE) and MDT2013 Update 2 installed on Windows Server 2012 R2.

The setup is failing right after the install os step, when dism is applying unattend.xml

The error message is Failure(5627): -2147467259 0x80004005

Anyone can help with this issue?

Thank you.

Reuben Debattista
  • 113
  • 1
  • 2
  • 5

1 Answers1

0

your unattended partitioning is not correct; see here

https://social.technet.microsoft.com/Forums/en-US/95650bde-e9b0-4b76-9d10-502d7456435d/failure-5627-193-run-dismexe?forum=mdt

Pat
  • 3,339
  • 2
  • 16
  • 17
  • This does not seem to be it. My partitions are configured well for windows 10. The failure is happening as soon as dism.exe /Image:C:\ /Apply-Unattend runs. What is the LTIApply responsible for? – Reuben Debattista Jul 12 '16 at 14:51
  • LTIApply.wsf => Apply image (OS or PE) to the hard drive. https://github.com/monosoul/MS-Deployment-toolkit-scripts/blob/master/Scripts/LTIApply.wsf – Pat Jul 12 '16 at 15:24
  • I attempted to remove any custom partitions so the machine was left with the windows 10 default ones. (500MB for System and the rest for OS) I still experienced the same error. – Reuben Debattista Jul 12 '16 at 16:28