Using Microsoft Deployment Toolkit (MDT) 2013 to Deploy Windows 7 XenDesktop Master to HP Moonshot (m700, m710) Part 3

Share Button

Back to Part 2: Creating MDT Applications and the Moonshot Task Sequence

Installing and Configuring Windows Deployment Services for Unattended PXE

Now for a little piece that I didn’t previously document in my MDT posts…Configuring Windows Deployment Services. Seeing that Moonshot nodes don’t have physical or virtual optical drives, we need PXE boot to get the devices on the network and connected to MDT to install the image.  This process is actually pretty straight forward, let’s get started…

Open Server Manager and click Manage in the top right, then Add Roles and Features:

042

Click Next, Next, Next. Under the Server Roles section scroll down and select Windows Deployment Services.

043

Click Add Features:

044

Click Next four times and then Install:

045

When finished, click Close. Launch Windows Deployment Services console from the Start Menu:

046

Expand Servers. Right click the server name and click Configure Server:

047

Click Next:

048

Select Standalone Server and click Next:

049

Click Next:

050

Click Yes:

051

Select Respond to all client computers and click Next:

052

Uncheck Add images now and click Finish:

053

Right click Boot Images and select Add Boot Image:

054

Type ‘C:\DeploymentShare\Boot\LiteTouchPE_x64.wim’ in the path and click Next:

055

Click Next:

056

Click Next:

057

Click Finish:

058

Right click the server and click Properties:

059

On the Boot tab, change both settings to ‘Continue the PXE boot unless the user presses the ESC key’:

060

Next to x64 architecture, click Select and choose the LiteTouch image:

061

Review and click OK:

062

Now that we have everything setup, let’s test out our deployment process.  To save time a be a little more narrative, I’ve recorded a video of the Moonshot specific tasks that you can find below:

I would highly encourage you to use this as a starting point, but customize MDT even further to add applications, configure settings, and automate the build of your master Moonshot image. If you’re going to use Moonshot in a non-persistent manner, you’ll want to capture the image to provisioning services as described in HP’s guide. Otherwise, if you’re going to use Moonshot in a persistent manner, you may want to use this process, or System Center Configuration Manager (SCCM) with Windows Deployment Services (WDS) to manage your image deployment process.  Below is an example of what a task sequence can look like if you really go to town with MDT task sequence automation:

066

Remember, Microsoft Deployment Toolkit (MDT) is completely free as a Solutions Accelerator from Microsoft. So, if you’re still building your master images by hand, for virtual or Moonshot, you have no more excuses! Happy automating!

If you have any questions, comments, or feedback, feel free to comment below, message me on twitter or send me an e-mail.

Thanks!
–@youngtech

Share Button
  1. Alejandro FlorezAlejandro Florez08-05-2015

    Hi Dane, it is the same process for deploy Windows 10 on Moonshot? I would like test Windows 10 on moonshot system

    Thanks.

  2. FrankFrank02-09-2015

    Hi ,

    Do you also have a guide for adding applications?

  3. Merlin HaltemanMerlin Halteman01-15-2015

    Hello,

    Thanks so much for the awesome instructions. Between this post and your post on MDT (http://blog.itvce.com/2013/10/27/installing-and-configuring-microsoft-deployment-toolkit-mdt-2013-on-windows-server-2012-r2/) I was able to get our MDT server configured.

    However I am running into a small issue. Right before the computer goes to reboot after installing Windows I get this error.

    Deployment Summary
    Failure
    Operating system deployment did not complete successfully.
    Please review the log files to determine the cause of the problem.
    During the deployment process, 7 errors and 1 warnings were reported.
    Details …
    Litetouch deployment failed, Return Code
    -2147467259 ox80004005
    -2147467259 ox80004005
    Litetouch deployment failed, Return Code
    Failed to save environment to (80070057)
    Fatal error is returned in check for reboot request of the action (Restart computer).
    Unspecified error (Error: 80004005; Source: Windows)
    An error (Ox80004005) is encountered in execution of the task sequence
    Task Sequence Engine failed! Code: 80004005
    Task sequence execution failed with error c e 80004005
    Error Task Sequence Manager failed to exe e task sequence. Code Ox80004005
    Finish

    I was wondering if you had any tips on what to do. Thanks again.

  4. Kevin GrahamKevin Graham01-07-2015

    AWESOME!!!!!!!!!!!!!!!!!!!!!!!!!!!! Read the workbench then this one and…PERFECT.

Leave a Reply to Frank Click here to cancel reply.