Images from Media Creation Tool



When importing an Windows 10 image from the Media Creation Tool I was seeing the error

"the source directory specified does not contain an identifiable operating system"

This is because MDT needs a WIM image not an ESD image which MCT uses.

Nice. 

Not.

To convert an ESD image file to one useable by MDT you need to complete the following.


  1. Log into your machine as Admin
  2. Install and create a Windows 10 build using the Media Creation Tool straight to USB
  3. Install Deployment and Imaging Tools onto your MDT box (unless you have it already!)
  4. Run Deployment and Imaging Tools Environment as Admin
  5. Type and run the following to list all the OS's in the ESD file
    1. dism /Get-WimInfo /WimFile:<path to install.esd>
  6. Find the OS you want and note down the Index
  7. Then run the following
    1. dism /export-image /SourceImageFile:<path to install.esd> /SourceIndex:<INDEX> /DestinationImageFile:<path for install.wim> /Compress:max /CheckIntegrity



Note  This takes a while so best do it all locally not across the network (like I did!)



Many thanks to (and lifted from...)

http://www.labareweb.com/converting-windows-10-media-creation-tool-to-install-wim/

Comments

Popular posts from this blog

PXE booting, MDT and 802.1x

Intune installation requires a wire...or does it?

Security Policy 1001