How can I deploy Windows 8.1 x64 to the Microsoft Surface Pro 3 using System Center 2012 R2 Configuration Manager ?

Introduction

 

Now that the awesome Microsoft Surface Pro 3 is readily available and getting plenty of good press, customers are buying it and re-imaging the default Windows 8.1 Professional installation with their own corporate install.

 

en-INTL-L-Surface-128GB-MQ2-00001-mnco.jpg

 

In this post I’ll show you how to install Windows 8.1 X64 Enterprise using UEFI network boot via System Center 2012 R2 Configuration Manager.

 

Step 1. Get the drivers

Download the Microsoft Surface Pro 3 drivers from the following link.

 

http://www.microsoft…s.aspx?id=38826

 

I’d recommend you choose whatever are the latest zipped drivers for the product, in my case that was those from August, namely Surface Pro 3 – August 19, 2014.zip. Extract the zip file to somewhere useful like

\\server\sources\os\drivers\Windows 8.1 x64\Microsoft\Surface Pro 3\ 

as shown in the screenshot below

 

extracted surface pro 3 drivers.png

 

Step 2. Import the drivers into Configuration Manager

 

In the Configuration Manager console, expand Software Library and select the Operating System node, next select Drivers. Right click and choose Import Driver as in the screenshot below

 

Import Driver.png

 

select Import all drivers in the following network path and use the Driver path that we specified above in Step 1, eg:

\\server\sources\os\drivers\Windows 8.1 x64\Microsoft\Surface Pro 3\ 

as shown below

 

Import new driver wizard locate driver.png

 

As these are new drivers for a new product, we want to categorize them for searching later, so click on Categories

 

categories.png

 

click on Create and enter Microsoft Surface Pro 3 – Windows 8.1 X64 as the category name as shown below

 

create category.png

 

click on Ok so it shows like the screenshot below

 

administrative category created.png

 

for the Add drivers to package screen, click on New Package and fill in the package details as shown below, for Path, make sure that you’ve pre-created a suitably named empty folder for your driver package to be stored such as the example below:-

\\server\sources\os\driver packages\Windows 8.1 x64\Microsoft\Surface Pro 3\

add drivers to packages.png

 

before continuing, remove the check mark from Update Distribution Points when finished as we still need to distribute this new package to one or more distribution points

 

remove checkmark from update distribution points.png

 

and we will not be adding these drivers to the boot image so do not select any boot image, we will add the network driver to the boot image later in this guide. With boot images you only want to add the bare minimum drivers and only if needed.

 

do not select any boot image.png

 

Click next and the driver import begins,

 

importing drivers.png

 

Tip: You can monitor DriverCatalog.log in CMtrace on the site server to view details about device drivers that are been imported into the driver catalog.

 

drivercatalog log file in cmtrace.png

 

if all went well after a few minutes you’ll get a completion message,

 

driver import done successfully.png

 

Tip: If there were any problems with duplicate drivers you might want to try Jason Sandy’s duplicate drivers helper script here. If you’d like to automate the above with a PowerShell script then try this one from Kent Agerlund.

 

If there are other ssues with importing drivers please refer to the SMSProv.log for details of what failed and why. You can search that file for the name of the driver that failed to import.

 

Step 3. Distribute the Surface Pro 3 Driver Package

 

Now that our drivers are imported and a driver package created, we need to make them available to our computers to install, and to do that we need to distribute the driver package to one or more distribution points.

 

Select Driver Packages, you’ll see the new Microsoft Surface Pro 3 – Windows 8.1 X64 driver package, select it and right click, choose Distribute Content as shown below

 

Distribute Content.png

 

click next at the Review selected content screen

 

general.png

 

Select Add and from the drop down choose Distribution Point then select one or more distribution points from the list,

 

Tip: When testing new drivers it’s a good idea to distribute them to one distribution point only until you’ve fully tested them and are happy with the driver package, once you are happy, distribute the driver package to the remaining distribution points.

 

add distribution point.png

 

and complete that wizard

 

driver package distributed.png

 

Once done, if the driver package size show’s as 0 KB, then right click on your driver package and choose Update Distribution Points so that the source version of the driver package is at least 2. the source version increments by 1 every time you update the driver package to your distribution points (when adding or removing drivers for example).

 

Update Distribution Points.png

 

answer ok when prompted to update the distribution points

 

ok to update dp.png

 

you can monitor the updating and distribution of the driver package in distmgr.log using cmtrace.

 

distmgr log file.png

 

or via the Monitoring Node, select distribution status and then content status and search for Surface Pro 3 as shown below

 

monitoring node distribution status content status.png

 

Step 4. Add the network driver to our X64 boot wim

 

As we will UEFI network boot we need the nic driver added to our X64 boot wim. Select the X64 boot wim and right click, choose Properties

 

properties of x64 boot image.png

 

select the drivers tab and then click on the Yellow startburst to add a new driver to the boot wim

 

add new driver to boot wim.png

 

Search for Surface Ethernet Adapter as shown below

 

Surface Ethernet Adapter.png

 

The driver shown above (msu64w8.inf) is the 100mbit driver (download the Surface Ethernet Adapter 100mbit driver from here for model 1552), the other driver (msu30x64w8.inf) is for gigabit (model 1663).

 

Click ok and then click on Apply, answer Yes to the update distribution points question as shown below

 

yes to update dps.png

 

Once done you’ll see this

 

driver added to boot wim.png

 

if you also added the 100mbit driver you’ll see it listed twice, one is the 100mbit driver, the other is gigabit

 

surface ethernet adapter twice.png

 

Step 5. Edit and then deploy a Windows 8.1 task sequence

 

For the purpose of keeping this guide concise i’ll assume you already have a Deploy Windows 8.1 X64 task sequence ready made, if not then please follow this guide and return here when done.

 

Right click the task sequence, choose Properties and select the advanced tab, make sure the boot image is 64 bit and that it’s the boot image you added the drivers to in step 4. Click Ok when done.

 

Next, right click the task sequence and choose Edit, locate the Apply Network settings step and click it, next choose the Add drop down and select Drivers, select Apply Driver Package option as shown in the screenshot below

 

add drivers add apply driver package.png

 

name the step Microsoft Surface Pro 3 – Windows 8.1 X64 and click on browse to select the driver package we created earlier as shown below

 

apply driver package step.png

 

next click on the Options tab and select WMI Query from the drop down options, paste in the following code

SELECT * FROM Win32_ComputerSystem WHERE Model Like "%Surface Pro 3%"

and make sure to test the query as shown below before applying.

 

test wmi query.png

 

here’s the finished options step

 

apply driver package step options done.png

 

Once you are done with your edits, Deploy the task sequence to a collection that you’ve added a membership query for the computername/mac address of your Surface Pro 3 dongle. For the purpose of simplicity i’m not going into those details, you can review how to import that info into configuration manager in this post.

 

 

Step 6. Start UEFI network boot and enjoy the show !

 

Once all the above is done you are ready to watch the deployment, so connect the Surface Pro 3 to your wired network and shut it down before continuing.

 

Tip: To power it off, you can hold the power button on the top left for 13 seconds or so  to force it off, or boot into Windows and choose Shutdown from the Start screen.

 

Once the device is properly powered off (and not restarted) press and hold volume down (left side) and then press the power button briefly, this will tell the device to boot from UEFI network boot (if a usb dongle or docked nic is attached) or USB media.

 

Below are a few photos of the UEFI network boot (sorry the iPhone takes less than optimal photos).

 

photo 1.JPG

 

photo 4.JPG

 

photo 5.JPG

 

Note: if your device takes forever to download the boot wim, please read this post for a solution.

 

Job done !

 

Summary

 

Imaging UEFI based computers with Windows 8.1 X64 is exciting, challenging and fun even if the technology has been around for a while. As more and more cool hardware like the Microsoft Surface Pro 3 are made available, being able to image them successfully with System Center 2012 R2 Configuration Manager is a dream come true.

 

Related reading

Downloads

 

You can download a Microsoft Word copy of this guide here. Attached File  How can I deploy Windows 8.1 X64 to the Microsoft Surface Pro 3 using Configuration Manager 2012 R2.zip   2.49MB

This entry was posted in Surface Pro 3. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.