Hi
I'm trying to deploy a custom WIM to a machine with a 500GB hard drive, and I'm receiving a "There is not enough space on the disk" error after a couple hours.
The image is ~ 300GB.
I've been looking through LTIApply.log and it appears that the task sequence first copies the WIM to C:\MININT\Operating Systems\ on the target machine, then uses imagex to restore the image to the drive.
Correct me if I'm wrong, but it looks like the error is because the WIM has already half-filled the drive, and there isn't enough room left over to restore the image to the drive.
Why does MDT first copy the WIM to the hard drive before restoring? Is this by design?
And is there a way to directly restore the WIM from the deployment share vs copying to the target first?
Many Thanks
Matt