Windows Deployment System- the system cannot find the file specified

0

I am using sysprep and Windows Capture (part of WDS) to create a windows 7 image. Sysprep and the wizard run fine as I enter the appropriate data. However, at the start of the image creation I get an error message saying 'Creating image... the system cannot find the file specified' after which the process is aborted. Any ideas of what might be the issue? Thanks

duhamp

Posted 2014-07-03T11:07:50.493

Reputation: 235

Are you using the Image Capture Wizard when the image saving process begins? Are you saving to network or to a local/USB disk? – Kinnectus – 2014-07-03T12:23:16.113

The image capture wizard starts from LAN and boots an image just containing the wizard, which starts the imaging process The system allows you to optionally save to network but local save is compulsory. Changing to only local still causes the same problem. – duhamp – 2014-07-05T15:44:32.137

Do you have permission to save to the LAN directory? – Kinnectus – 2014-07-05T16:28:55.333

yes, and it shouldnt matter, as I have said, it still fails when saving the image locally only. – duhamp – 2014-07-05T20:18:06.397

Ok. For the record, you didn't say anything about permissions so I was asking to rule it out. Anyway, moving on, do you have enough space + a load extra on the WDS server to cater for the temp file and the final wim location? Also enough temp space on the source machine? – Kinnectus – 2014-07-05T22:14:56.067

sorry no offence intended. yes & yes. Both the machine and the WDS have 150GB+ free – duhamp – 2014-07-05T23:22:33.887

No answers