FriendsOfMDT / PSD

PowerShell Deployment
MIT License
471 stars 72 forks source link

deploying image task sequence failed #106

Open Dinzen4t0r opened 7 months ago

Dinzen4t0r commented 7 months ago

Hi We are getting constant failures when trying to image to our Devices. The logs show Task sequence failed to execute task sequence code 0x80004005. We are using the default task sequence psd template. It is failing on installing windows operating system. And on another system we are getting a failure on the task trying to make the partition bootable. Using diskpart clean doesnt help either.

What could this be? DSC_0509

Dinzen4t0r commented 7 months ago

It seems like the image task is not imaging to the c:/ drive for some reason. The logs are all showing its writing to the s:/ windows

3pichaxz0r commented 7 months ago

Applying the OS image to the S volume is normal while in WinPE, once booted out of WinPE and into the full OS image that volume will become the C: drive.

My first guess would be that its having trouble accessing the OS images on your deployment share, could you include more logs though? I also recommend using cmtrace (x64 version) to view the logs as it will format everything nicely and make it much easier to read.

Dinzen4t0r commented 7 months ago

Hi we figured out the issue, we put all our files in the script directory which filled up the storage on the ramdisk this caused the image to crash.

is there a reason why the scripts are being uploaded before image procedure is done?

GeoSimos commented 7 months ago

Hi we figured out the issue, we put all our files in the script directory which filled up the storage on the ramdisk this caused the image to crash.

is there a reason why the scripts are being uploaded before image procedure is done?

Hi @kl0t3 ,

Which files have you placed in the Scripts directory specifically?