FriendsOfMDT / PSD

PowerShell Deployment
MIT License
503 stars 75 forks source link

TS.XML Missing in WIM/ISO #163

Open nashberger9 opened 1 month ago

nashberger9 commented 1 month ago

I've followed all the steps on Windows 2019 Server in the Installing PowerShell Deployment (PSD) | Extend MDT w/ support for Cloud Imaging Youtube video. I have the following problem.

image

I dug down into the log files and the TS.XML is missing from the WIM/ISO so it never executes the Task sequence and produces the attached error. I made a new task sequence per this post, regenerated the boot media and it had no effect.

https://www.reddit.com/r/MDT/comments/1aeklqf/unable_to_find_tsxml/

Any insights on what I missed or what might be wrong? I am using the ADK for Win11 23H2 with the various fixes here where applicable:

https://www.deploymentresearch.com/windows-11-deployment-using-mdt-8456-with-windows-adk-23h2-build-25398/

Rehpicul commented 3 weeks ago

UNC paths for the PSDDeployRoots property in your BootStrap.ini file isn't supported, please read the documentation because you have to setup your environment for http/https deployment shares.