Quantcast
Channel: Microsoft Deployment Toolkit forum
Viewing all articles
Browse latest Browse all 11297

MDT and Macs running Bootcamp – worked in MDT 2010, now does not in MDT 2012

$
0
0

I haven’t been able to find much info on this so I thought I would try here and see if anyone can help.  We’ve been using MDT 2010 for the last couple of years to install Windows 7 on Macintosh’s running Bootcamp and it’s been working fine.  We recently upgraded to MDT 2012 and the same process we used to use for this does not work anymore and I would like to find out how to make it work on 2012.  Here’s how the process works: 

First, setup Bootcamp on the Mac.  This creates another partition on the Mac for the Windows OS (partition 3 for MAC OS 10.6 and lower, partition 4 for OS 10.7 Lion because of the recovery partition).  Unfortunately Bootcamp cannot create NTFS partitions so it formats it as FAT32.

We then create a standard client task sequence using MDT and the Windows 7 source files (not a custom image) and give it a name to make it obvious it’s for Mac’s – “Windows 7 for Macintosh running Bootcamp”.  We edit that task sequence and disable the built in “Format and Partition Disk” step since we don’t need to create the partition, only format it as NTFS.  We then create a custom diskpart.txt file called BootCamp_Lion.txt with the following contents:

SELECT DISK 0

SELECT PARTITION 4

FORMAT FS=NTFS QUICK OVERRIDE

We place this file in the “Extra directory to add” location we’ve specified in the Win PE Customization section so it is located on the root of X:\ when it boots into Win PE.  We then add a command line to the task sequence:  diskpart.exe /s x:\BootCamp_Lion.txt  to format the existing bootcamp partition as NTFS.  Then in the “Install Operating System” step we set it to apply to a specific disk and partition – Disk 0, Partition 4.  This installs Windows 7 on the Bootcamp partition and leaves the Mac OS intact and has been working fine in MDT 2010.  Now with MDT 2012, the task sequence starts fine, formats the partition, installs Win 7, but when it comes up in the full OS for the first time I get the error “Unable to find the SMS Task Sequencer.  The deployment will not proceed.”  And the task sequence stops.  I know the partitioning part has changed in 2012 and have read that you can get this error if you deploy to something other than disk 0, partition 1 but I’m wondering if I can accomplish the same thing that I used to have working in 2012.  Is there a different way I can do this?  Any help would be appreciated.

Thanks,

Robb


Viewing all articles
Browse latest Browse all 11297

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>