Steps for installing Windows Deployment Services
You can install Windows Deployment Services by using the Initial Configuration Wizard, Server Manager, or the command line.- To install the role by using the Initial Configuration Wizard, click Add roles on the Initial Configuration Tasks startup screen. Click Next and then select Windows Deployment Services.
- To install the role by using Server Manager, click Add roles, which is located in the Roles Summary pane. Click Next and then select Windows Deployment Services.
-
To install the role by using the command line, run one of the following two commands:
- For Deployment Server, run ServerManagerCmd -install WDS.
- For Transport Server, run ServerManagerCmd -install WDS-Transport.
- Transport Server. To install this option, clear the Deployment Server check box on the second screen of the installation wizard. This option provides a subset of the functionality of Windows Deployment Services. It contains only the core networking parts. You can use Transport Server to create multicast namespaces that transmit data (including operating system images) from a standalone server. You should use this option if you want to transmit data by using multicasting, but you do not want to incorporate all of Windows Deployment Services. This guide focuses on the functionality of the complete installation of Windows Deployment Services (Deployment Server role service). If you choose to install the Transport Server role service, see Using Transport Server (http://go.microsoft.com/fwlink/?LinkID=115298).
Configuring Windows Deployment Services
After you install the server role, you must configure the server. Once you have used the instructions in this section to configure the server, add a boot image, and an install image, you will be ready to deploy images.Known issues with configuring Windows Deployment Services
- Internet Protocol version 6 (IPv6) is not supported for Windows Deployment Services in Windows Server 2008. Windows Server 2008 R2 does not support IPv6 for network booting, but does support IPv6 for deploying images.
- If you are running Windows Deployment Services and a non-Microsoft DHCP server on the same computer, in addition to configuring the server to not listen on port 67, you will need to use your DHCP tools to add Option 60 to your DHCP scopes.
-
If DHCP is installed on a server that is located in a different subnet, you will need to do one of the following:
- (Recommended) Configure your router to forward broadcast packets. All DHCP broadcasts by client computers on UDP port 67 should be forwarded directly to both the DHCP server and the Windows Deployment Services server. Also, all traffic on UDP port 4011 from the client computers to the Windows Deployment Services server should be routed appropriately (these requests direct traffic, not broadcasts, to the server).
- Add DHCP options 66 and 67. Option 66 should be set to the Windows Deployment Services server, and option 67 should be set to boot\x86\wdsnbp.com. For more information, see Managing Network Boot Programs (http://go.microsoft.com/fwlink/?LinkId=115304).
- If Windows Deployment Services and DHCP are running on the same computer, configuring Windows Deployment Services to not respond to any client computers will not work. This is because although Windows Deployment Services will not respond, DHCP will. You can try to work around this issue by disabling DHCP option 60 on the DHCP tab
Steps for configuring Windows Deployment Services
To configure the server role, use the following procedure. Then see the following section to add images to the server.
To configure Windows Deployment Services
To configure Windows Deployment Services
-
Ensure that you are a Domain Administrator.
-
Click Start, click Administrative Tools, and then click Windows Deployment Services. If there is not a server listed under the Servers node, right-click the Servers node and click Add Server to add the local computer.
-
In the left pane of the Windows Deployment Services MMC snap-in, expand the list of servers.
-
Right-click the server, and then click Configure Server (Note that the screenshots included in this document are from Windows Server 2008).
-
Follow the instructions in the wizard.
-
When the configuration is completed clear the Add images to Windows Deployment Services now check box and then click Finish.
Steps for adding images
You must add at least one boot image and one install image
before you will be able to boot to the Windows Deployment Services
server and install an image.
To add the default install image included on the product DVD
-
Boot images. Boot images are Windows PE
images that you boot a client computer into to perform an operating
system installation. In most scenarios, you should use the Boot.wim file
on the product DVD from one of the following operating systems:
- Client: Windows Vista (with at least Service Pack 1 (SP1)) or Windows 7
- Server: Windows Server 2008 or Windows Server 2008 R2
- Install images. Install images are the operating system images that you deploy to the client computer. You can use the Install.wim file from the product DVD to deploy images for Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2. For operating systems released prior to Windows Vista, you must create a custom install image. For instructions, see Creating Custom Install Images and Deploying Earlier Versions of Windows.
To add the default install image included on the product DVD
-
In the Windows Deployment Services MMC snap-in, right-click the Install Images node, and then click Add Install Image.
-
Specify a name for the image group, and then click Next.
-
Browse to select the default install image
(Install.wim), which is located in the \Sources folder of the product
DVD, and then click Open.
-
To add a subset of the images included in the
Install.wim file, clear the check boxes for the images that you do not
want to add to the server. You should add only the images for which you
have licenses.
-
Follow the instructions in the wizard to add the images.
-
Click the image group to verify that the correct images were added.
-
Repeat this procedure to add any additional install images.
-
In the left pane of the Windows Deployment Services MMC snap-in, right-click the Boot Images node, and then click Add Boot Image.
-
Browse to choose the default boot image (Boot.wim) on the product DVD, located in the \Sources folder.
-
Click Open and then click Next.
-
Follow the instructions in the wizard to add the image.
-
Repeat this procedure to add any additional boot
images. When multiple boot images are available to client computers,
clients will be presented with a boot menu that displays the boot
images. For more information, see Managing the Boot Menu (http://go.microsoft.com/fwlink/?LinkId=115305).
-
If you want to modify any of the settings of the server, right-click the server in the MMC-snap in, and click Properties.
-
Now that you have at least one boot and install image
on the server, you can perform a PXE boot on a client computer to
install an operating system using the steps in the following section.
Installing an install image
After you have at least one boot and one install image on the server, you can deploy an install image.
Prerequisites for installing an install image
- The client computer must be capable of performing a PXE boot.
- Your user account must be a member of the Domain Users group.
- The client computer must have at least 512 MB of RAM, which is the minimum amount of RAM for using Windows PE.
- The client must meet the system requirements for the operating system of the install image.
Steps for installing an install image
To perform a PXE boot on a computer to install an image, use the following procedure.
To install an operating system
To install an operating system
-
Configure the BIOS of the computer to enable PXE booting, and set the boot order so that it is booting from the network first.
-
Restart the computer, and when prompted, press F12 to start the network boot.
-
Select the appropriate boot image from the boot menu.
(This boot image selection menu will be available only if you have two
or more boot images on the server.)
-
Follow the instructions in the Windows Deployment Services user interface.
-
When the installation is completed, the computer will restart and Setup will continue.
Upgrading from a server running RIS on Windows Server 2003
This section applies to you if want to upgrade your server running Windows Server 2003 with SP1 or SP2. We recommend that you perform a clean installation whenever possible. However, if you decide that you want to upgrade your server, you should read the upgrade guidance in Upgrading to Windows Server 2008 (http://go.microsoft.com/fwlink/?LinkId=110832) to ensure that your upgrade is successful.When moving an existing RIS infrastructure to Windows Deployment Services, we recommend that you upgrade all of your servers to Windows Deployment Services. The three server modes on Windows Server 2003 and the ability to convert RIPREP images enable you to transition seamlessly from RIS to Windows Deployment Services. We do not recommend installing Windows Deployment Services on new servers in your environment while continuing to maintain the existing RIS servers—because it requires additional hardware and administrative overhead. Having two PXE servers that are configured differently on the same network segment can lead to unpredictable results.
There are three modes of operation for Windows Deployment Services in Windows Server 2003: Legacy, Mixed, and Native. Your server must be in Native mode to upgrade to Windows Server 2008 or Windows Server 2008 R2. Your upgrade will be blocked if RIS is configured, or if your server is in Legacy or Mixed mode. To determine which operating mode the server is currently in, run the command WDSUTIL /get-server /show:config.
To determine how to upgrade, consider which of the following scenarios applies to you:
To change the server mode from Legacy to Mixed
-
Initialize the server by doing one of the following:
- Using the MMC snap-in. On the Start menu, click Administrative Tools, and then click Windows Deployment Services. Right-click the server, and then select Initialize Server.
- Using WDSUTIL. Run the command WDSUTIL /Initialize-Server /RemInst:C:\RemoteInstall (assuming that C:\RemoteInstall is the location of your REMINST shared folder).
-
When the process is completed, use the following procedure to change the server mode from Mixed to Native.
-
Retire your RISETUP and RIPREP images, or convert them to
.wim format. To retire them, just delete the images. If you want to
convert them, you have two options:
- Convert them offline (for RIPREP images only). To do this right-click the Legacy Images node, right-click the image and click Convert to WIM.
- Deploy and recapture them by using the Image Capture Wizard (for RIPREP or RISETUP images). For instructions, see Creating Custom Install Images.
-
Run the command WDSUTIL /Set-Server /ForceNative.
-
When the process is completed, the server is ready to be
upgraded. For more information about upgrading, see Upgrading to Windows
Server 2008 (http://go.microsoft.com/fwlink/?LinkId=110832).
Uninstalling or uninitializing Windows Deployment Services
To uninstall the Windows Deployment Services component, you can click Remove Roles in Server Manager, or run ServerManagerCmd -remove WDS at an elevated Command Prompt window.
You can also uninitialize the server if you want to reset the server to a nonconfigured state but you do not want to uninstall Windows Deployment Services. This is helpful if you want to start over but would like to retain existing settings. For example, if you want to move the RemoteInstall folder (perhaps you got a new hard disk for your server and wanted to move this folder to it), you would uninitialize the server, copy the folder to the new location, and then reinitialize the server by using the new path. To uninitialize the server, run the command WDSUTIL /uninitialize-server in an elevated Command Prompt window.
You can also uninitialize the server if you want to reset the server to a nonconfigured state but you do not want to uninstall Windows Deployment Services. This is helpful if you want to start over but would like to retain existing settings. For example, if you want to move the RemoteInstall folder (perhaps you got a new hard disk for your server and wanted to move this folder to it), you would uninitialize the server, copy the folder to the new location, and then reinitialize the server by using the new path. To uninitialize the server, run the command WDSUTIL /uninitialize-server in an elevated Command Prompt window.
Advanced tasks
For instructions on performing more advanced tasks, see the following topics:
- Performing Multicast Deployments. In order to deploy an image using multicasting instead of unicasting, you must first create a multicast transmission. Multicast transmissions make the image available for multicasting, which enables you to deploy an image to a large number of client computers without overburdening the network.
- Managing and Deploying Driver Packages. If you have Windows Server 2008 R2, you can deploy driver packages to client computers as part of an installation, and you can add driver packages to boot images prior to deployment.
- Creating Custom Install Images. You can use Windows Deployment Services to create custom install images using capture images, which provide an alternative to the command-line utility, ImageX.exe. To create a custom image, you create a capture image, prepare a reference computer using Sysprep, and then capture the operating system using the Image Capture Wizard.
- Performing an Unattended Installation. You can automate the entire deployment using two unattend files: one for the Windows Deployment Services user interface screens, and one for the later phases of Setup.
- Creating Discover Images. A discover image is a type of boot image that you can use to install an operating system on a computer that is not capable of network booting using the Pre-Boot Execution Environment (PXE).