I am using DISM to capture a Windows image. I have successfully captured an image from the reference computer after running sysprep and booting from Windows PE. This was done manually using the DISM /Capture-Image command with the verify argument.
It created an image which I want to deploy through WDS.
Before we even get there, I try to deploy the image manually to test that it works using the DISM /Deploy-Image command. If I do this then it fails with error 13.
The thing is that if I copy this image file to my laptop locally, I am able to mount it successfully to an empty directory and browse the files.
Can anyone help me get the image to apply?