Posted on 07-09-2013 03:53 PM
Hi folks,
I come from a dual-platform environment where I create/maintain lab images for both dual-boot Macs and regular old Windows PCs. I'd really prefer not to maintain a separate image for the Macs, so I'd like to use MDT for Windows imaging. However, I'd also really like to access MDT from a small partition on the Mac's hard drive rather than from CD, since carting an armload of CDs from lab to lab would be a pain. In summary, I want to:
I had something working several months ago using DeployStudio for both NTFS capture and deployment, but I just can't seem to get it going with WinClone 4/Casper. Is anyone successfully doing this (or something similar) who could share their instructions?
Thanks!
Posted on 07-09-2013 05:11 PM
We use SCCM to image Windows without any SCCM boot CDs.
This is the workflow. You might need to do thorough testing and planning (identify partitions, pans which partition to put Windows...etc) prior to this.
Create task sequence to make a SCCM Prestage and make sure you have shutdown at the end
Create a small FAT32 partition on the Mac
Boot from SCCM boot CD and run the tasks sequence previously created to put the SCCM prestage media into the FAT32 partition (Task Sequence has to be properly configured to install the tasks on correct partition) and shut down
Capture the SCCM Prestage image using Winclone Pro and make it self-extracting one
Create PKG of the .winclone with a postflight script to extract it to a specific partition (e.g- disk identifier disk0s4) - using winclone.perl restore command
http://twocanoes.com/support/winclone/deploying-a-bootcamp-partition-with-winclone-and-apple-remote-...
Create a policy with that PKG with a manual trigger
Image with a Casper workflow which makes a FAT32 partition (e.g. disk0s4) at imaging time and call that manual trigger from a PostImage script (runs at Reboot) to extract winclone image to it (e.g. disk0s4)
We couldn't image the .winclone image directly from Casper imaging as it will only give a blinking cursor error. That's why we had to follow steps 5, 6, 7 instead. (You might not have this issue in Winclone 4 but we are on Winclone 3 at the moment)
So we don't have to use CDs anymore to boot into SCCM .
Posted on 07-10-2013 06:24 AM
Thanks, Kumarasinghe. I'm going to be building out SCCM for our institution soon, but we're not quite there yet. Right now, we just image with MDT.
Does anyone know whether there's a way to do something similar with MDT? I was able to create a WinPE partition that WinClone recognized (see http://msdn.microsoft.com/en-us/library/ff794250(v=winembedded.60).aspx.aspx)), but when I boot to it after imaging, it isn't able to load winpeshl.exe.