birz Posted March 12, 2013 Report post Posted March 12, 2013 Hi, Can anyone tell me the right process to build&capture a Windows 7 x64 SP1 image and then create another client TS to deploy it to the "C" drive letter???? here is what I use and do: I have the MDT 2012 upd1 integration active in my console I use Hyper-V to create the Reference image I have created a MDT client task sequence I use the Install.wim from the Windows 7 x64 SP1 ISO to build the Reference image in the TS. I added a step to set the task sequence variable "DoCapture" to "Yes" just before the capture image step. I modified the "format and partition disk 6.1" step to remove the creation of the BDEDrive, and only Everything works fine, the image is successfully captured. even when I log in to the reference image after the capture process is finiched I see the "C" drive labeled as "OSDisk" and no other drive. Which is perfect On my other Task sequence used to deploy the reference image. I let all the format and partition steps the way they are automatically created with the MDT TS. Everything works fine except the "OSDisk" ends up being on the "D" or "E" drive depending the bootmedia used. I have tried to play with the TS variable "OSDPreserveDriveLetter'" True or False to no avail. Any guideline or help would be appreciated. Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted March 13, 2013 Report post Posted March 13, 2013 Why not look at the guides created in this very forum? Quote Share this post Link to post Share on other sites More sharing options...
birz Posted March 14, 2013 Report post Posted March 14, 2013 I have looked and couldn't find anything. Can you please tell me "which" guide? Thanks, Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted March 14, 2013 Report post Posted March 14, 2013 I don't know how you missed it since it's on the front page of the same part of the forum you're currently posting a thread in http://www.windows-noob.com/forums/index.php?/topic/6353-using-system-center-2012-configuration-manager-part-7-build-and-capture-windows-7-x64-sp1/ Quote Share this post Link to post Share on other sites More sharing options...
birz Posted March 15, 2013 Report post Posted March 15, 2013 I don't know how you missed it, but my title clearly states that is is an MDT task sequence (SCCM 2012 SP1+ MDT 2012 upd 1) maybe we both need glasses Quote Share this post Link to post Share on other sites More sharing options...
Oneone Posted March 18, 2013 Report post Posted March 18, 2013 Maybe this is what you are looking for? Quote Share this post Link to post Share on other sites More sharing options...
jkabaseball Posted March 18, 2013 Report post Posted March 18, 2013 I notice that your image says 2-2. Mine all say 1-1. I wonder if there is something in there that is taking the C drive letter. I would give what you mentioned a shot and then if it still doesn't work I would check the disk manager on the PC you imaged with your image and see if there is another partition on your local disk. Quote Share this post Link to post Share on other sites More sharing options...
Oneone Posted March 19, 2013 Report post Posted March 19, 2013 It´s not, you have to specifiy where you want the img to be applied. Mine works fine Quote Share this post Link to post Share on other sites More sharing options...
Iroqouiz Posted March 19, 2013 Report post Posted March 19, 2013 I don't know how you missed it, but my title clearly states that is is an MDT task sequence (SCCM 2012 SP1+ MDT 2012 upd 1) maybe we both need glasses Sorry Quote Share this post Link to post Share on other sites More sharing options...
birz Posted March 19, 2013 Report post Posted March 19, 2013 I finally got it to work In my initial TS to build the reference image I removed the BDE partition creation and put a checkmark on "make this the boot partition" so now it only creates 1 partition for the "C" drive. On my deploy TS I leave the BDE partition creation step, but I change the value of "OSDPreserveDriveLetter" to "TRUE" it works fine for Windows 7 and Windwos 8 deployment. I'm happy now Thanks everyone. 1 Quote Share this post Link to post Share on other sites More sharing options...