simulacra75 Posted May 20, 2015 Report post Posted May 20, 2015 according to your log file UEFI: true <- so it's in UEFI mode, which means the disk partitioning above won't work, you need GPT partitioning instead. try my script below to preprare the computer for gpt partitionin it requires Microsoft.BDD.Utility.dll from the mdt toolkit scripts folder test this on a vm before running ! dont run it on your computer ! makeGPT.zip Without meaning to sound like a complete novice, can this be (or should it be) run manually at an F8 prompt before starting the TS or should it be built into the TS itself? Does it even matter? Quote Share this post Link to post Share on other sites More sharing options...
simulacra75 Posted May 20, 2015 Report post Posted May 20, 2015 Well. I ran the script from an F8 prompt on the Thinkpad 10 (it doesn't matter that the disk is blown away) and it did run successfully. Still the same deal though, "No supported NTFS volumes found" when running UDI Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted May 20, 2015 Report post Posted May 20, 2015 can you show me a screenshot of your task sequence, Quote Share this post Link to post Share on other sites More sharing options...
simulacra75 Posted May 20, 2015 Report post Posted May 20, 2015 can you show me a screenshot of your task sequence, Sure, it's pretty long though. Is there a specific section/part you're interested in? Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted May 20, 2015 Report post Posted May 20, 2015 the beginning part up to where it fails (udi) Quote Share this post Link to post Share on other sites More sharing options...
simulacra75 Posted May 21, 2015 Report post Posted May 21, 2015 As requested here is a screenshot. Quote Share this post Link to post Share on other sites More sharing options...
simulacra75 Posted May 28, 2015 Report post Posted May 28, 2015 *BUMP*. Sorry. Still no ideas? Quote Share this post Link to post Share on other sites More sharing options...
simulacra75 Posted June 4, 2015 Report post Posted June 4, 2015 Finally got this issue resolved! It turns out that WMI was not working in Windows PE. I had added it correctly using DISM but when i attempted to launch WBEMTEST from a command prompt nothing happened. Since UDI uses WMI to query for the hard disk volumes, this was not working and therefore my "volumes" were blank. I ended up getting a copy of WinPE 5 from Microsoft that had working WMI components. A useful thing to know for the future though, launching WBEMTEST from a command prompt in WinPE tests if your WMI component is working properly or not. It may help someone in the future. Quote Share this post Link to post Share on other sites More sharing options...