Updated: April 15, 2009
Applies To: Windows Server 2008,Windows Server 2008 R2
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). You may want to use a discover image in the following scenarios:
When you boot a computer into a discover image, the Windows Deployment Services client will locate a Windows Deployment Services server, and then you can choose the install image you want to install. You can specify a destination server and the discover image will locate and install the image from the server automatically. You can also configure discover images to target a specific Windows Deployment Services server. This means that if you have multiple servers in your environment, you can create a discover image for each one, and then name them based on the name of the server.
The following procedures walk you through creating a discover image, and then creating media that contains the image.
In the Windows Deployment Services MMC snap-in, expand the Boot images node.
Right-click the image that you want to use as a discover image.
Click Create Discover Boot Image.
Follow the instructions in the wizard, and when it is completed, click Finish.
Use the following procedure to create media that contains the image.
WDSUTIL /New-DiscoverImage /Image:<name> /Architecture:{x86|x64|ia64} /DestinationImage /FilePath:<path and name to new file>
/WDSServer:<server name or IP>
Download and install the Windows Automated Installation Kit.
Click Start, click All Programs, click Microsoft Windows AIK, and then click Deployment Tools Command Prompt.
To create a Windows Preinstallation Environment (Windows PE) build environment, type:
CopyPE <architecture> C:\Winpe
To copy the discover image that you created to the environment, type:
Copy /y c:\discover.wim c:\Winpe\ISO\Sources
To change back to the PETools folder, type:
Cd C:\Program Files\Windows AIK\Tools\PETools
To create the bootable .iso image, type:
Oscdimg -n -bc:\winpe\ISO\boot\etfsboot.com c:\winpe\ISO c:\<imagename>.iso
Use a utility that can create a CD or DVD to transfer the .iso image to the media.
Boot the client computer to the media. You may need to change the boot order in the client BIOS to do this. When the client boots to the media, your experience will be the same as if you had booted to the network.