Good day to all! I need all MVP's and veterans of imaging to verify the information posted below. My intent is to post an accurate to capture and deploy Xp Sp2, any tips, or point out holes in the process would be appreciated. First on a reference machine install your OS. If you are trying to create a flat Xp image to deploy on multiple computers, go into device manager and under "computer" change the driver to acpi pc. That allows more flexibility to roll the OS out to different hardware platforms. download all updates except for vendor driver specific (Dell,HP.etc) make any tweaks you want to. Before you sysprep to capture the image, if you have the capabilities to ghost the reference computer so you do not have to start from scratch is highly recommended!!! Sysprep the reference using the following command sysprep -reseal -mini[-bmsd] -forceshutdown The -bmsd command populates the [SysprepMassStorage] in the sysprep.inf file. So, once you power on the reference computer boot into the windowPE environment and use the command prompt to execute the imagex.exe command like below imagex /capture c: C:\imagename.wim "DRIVE C" /verify That captures the .wim to the local drive of the reference computer or you can utilize the net use command to map a network drive and save the image there. Now the trick is to import the image into MDT and where I kept making my mistake was thinking that the capture process would fuse the data populated from runnining the sysprep.exe -bmsd from your reference computer. IT DOES NOT!!! Somehow you need to get a copy of the sysprep.inf file and when you import your source .wim you need to include reference files that has the Mass Storage pointers located. If you do not include that sysprep.inf file, MDT issues a generic .inf that has no reference for the mass storage drivers. Injecting Mass Drivers in the task sequence via .wsf WILL NOT work! All setup needs to be done on the reference computer! I have seen a ton of evidence on the web supporting that you cannot trick MDT into injecting Mass Storage Drivers by modifying the Sysprep.inf or unattend.xml. Try that and see if you can make any progress. Paul |