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:
-
A client is not PXE-enabled.
-
A client is on a different subnet and you do not have method of
getting PXE to the client (for example, IP helper tables or Dynamic Host
Control Protocol (DHCP)).
-
You have many Windows Deployment Services servers and want to target a specific server.
-
A CD or DVD or flash drive to store the image.
-
A Boot.wim file on the server. In most cases this should be the
Boot.wim file from the product DVD, although you can also create a
discover image using a custom boot image. For more information, see
Creating Images (http://go.microsoft.com/fwlink/?LinkId=115311).
-
A disk-burning utility if you are burning the image to CD or DVD.
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.
Note |
---|
You can also perform this procedure at a command prompt by running WDSUTIL
/New-DiscoverImage /Image: . To specify which server the discover image connects to, append /WDSServer: . |
-
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
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:\
.iso
-
Use a utility that can create a CD or DVD to transfer the .iso image to the media.
Note Using the Windows copy command to copy the image to media will not create a bootable disk.
-
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.
No comments:
Post a Comment