Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Depolying Windows 7 to BootCamp using MDT 2010

Featured Replies

Hello,

I'm running MDT 2010 and Windows Deployment Services on a Windows Server 2008 SP2 x64.

I would like to deploy Windows onto a BootCamp partition using MDT2010 and WDS. Since Macs won’t PXE boot from a Windows server, the way to get the Mac to boot into the WinPE environment is by burning the WinPE ISO to CD and booting the Mac from the bootable ISO.

I followed the following guide to build the correct Task Sequence in MDT 2010:

http://blog.physh.net/2010/02/deploy-windows-on-macs-using-mdt-2010.html

I added BootCamp drivers to the distribution share and created a WinPE ISO using the above instructions. I can boot into WinPE and I have network access, however the LiteTouch process ends at the disk format stage with the following error:

ZTI ERROR - Non-zero return code by LiteTouch, rc = -2147467259  0x80004005]LOG]!><time="02:16:14.000+000" date="09-13-2010" component="LiteTouch" context="" type="3" thread="" file="LiteTouch">

I’ve made some research and quickly found that this is a very generic error and basically doesn’t say much. I was able to grab the LiteTouch log files to take a closer look, but there’s no further information available.

In WinPE, I manually ran the commands described in the DiskPartMac script and they work fine.

Does anyone know why the process is failing?

Thanks in advance.

Not really sure with that error code - You might want to modify the task sequence to run your own DiskPart script, because the MDT ones generally have issues with virtual machines (boot camp might not be an actual virtual machine, but there's still a virtualization layer).

  • Author

Hi and thanks for your reply.

Sorry for the late reply, for some reason I didn't get an email notification even though Im subscribed to this thread…

Anyhoo, the article I linked above to certainly instructs to create a custom partitioning script and thats just what Ive done.

After some tests, I found that the deployment works if the partition is pre-formatted to NTFS. So the problem is definitely in the partitioning script, I just dont know what it is…

Heres the script Im running:

SELECT disk 0
SELECT partition 3
FORMAT FS=NTFS LABEL="Bootcamp" QUICK
EXIT

Edited by Gantlett

  • Author

arr... :) Can you elaborate? Is my script missing something?

Thanks again.

  • Author

If anyone could assist me with this I would greatly appreciate it. Thanks in advance.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.