Applies To: Windows Server 2008, Windows Server 2008 R2
You can use Windows Deployment Services to create custom
install images. To do this, use the instructions in this section to
create a capture image, prepare a reference computer using Sysprep, and
then capture the operating system using the Image Capture Wizard. These
images provide an alternative to the command-line utility, ImageX.exe,
which is included in the Windows Automated Installation Kit (Windows
AIK). For more information including a comparison of capture images and
ImageX.exe, see Creating Images (http://go.microsoft.com/fwlink/?LinkId=115311).
Note |
---|
Note that images that are older than Windows Vista are hardware abstraction layer (HAL)–specific, so you cannot deploy an image of one HAL type to a computer with a different HAL. |
-
Ensure that there is enough disk space to create and store the new images.
-
Be a member of the Local Administrators group on the Windows Deployment Services server.
-
Have a Boot.wim file on the server. In most cases this should
be the Boot.wim file from the product DVD, although you can create a
capture image using a custom boot image. For more information, see
Creating Images (http://go.microsoft.com/fwlink/?LinkId=115311).
To create an install image, you must first create a capture
image. Capture images are boot images that you boot a client computer
into to capture the operating system into a .wim file. You can also
create media (a CD, DVD, USB drive, or other type of media) that contain
a capture image, and then boot a computer from the media.
-
In the Windows Deployment Services MMC snap-in, expand the Boot Images node.
-
Right-click the image to use as a capture image. In
most cases, this should be the Boot.wim file from the Windows Server
2008 or Windows Server 2008 R2 product DVD. For instructions about
creating custom boot images, see Creating Images (http://go.microsoft.com/fwlink/?LinkId=115311).
-
Click Create Capture Boot Image. Note that this will create a new image using the image you select (it will not overwrite your existing image).
-
Type a name, a description, and the location where you want to save a local copy of the file.
-
Continue to follow the instructions in the wizard, and when it is complete, click Finish.
Note If you have Windows Server 2008 R2, you can select the check box on the last page of the wizard to add the image to the server (instead of following steps 6-8).
-
To add the image to the server, right-click the boot image folder and click Add Boot Image.
-
Browse and select the new capture image, and then click Next.
-
Follow the instructions in the wizard.
-
After you have created the image and added it to the
server, follow the instructions in the next section to boot a computer
into the capture image and capture the operating system.
Now that you have a capture image, you need to prepare a
reference computer and then create the install image. The reference
computer can be a computer with a standard Windows installation or a
Windows installation that has been configured for your environment.
First, you boot a computer (which has been prepared with Sysprep) into
the capture image. Then a wizard creates an install image of the
reference computer and saves it as a .wim file. After that, you can
deploy the .wim file to a computer.
-
Create a reference computer (install the operating system, applications, and make any other changes that you want).
-
On computers running operating systems earlier than
Windows Vista, ensure that you have the correct version of Sysprep.exe
on the computer.
-
At a command prompt on the reference computer, change
folders to \Windows\System32\Sysprep or the folder that contains
Sysprep.exe and Setupcl.exe.
-
Run the command sysprep /oobe /generalize /reboot. If you prefer, you can also use the Sysprep graphical user interface by double-clicking Sysprep.exe.
Note On computers running operating systems earlier than Windows Vista, run sysprep -mini –reseal -reboot.
-
When the computer restarts, perform a network boot on the computer by pressing F12.
-
In the boot menu, select the capture image that you created in the preceding procedure, and then click Next.
-
Choose the appropriate drive, and then provide a name and description for the image. Click Next to continue.
Important You will see only drives that contain operating systems prepared with Sysprep. If you do not run the command in step 4, you will not see any drives to capture.
-
Click Browse and then browse to a
local folder where you want to store the captured install image. We
recommend that you use a local location to avoid image corruption in the
event of a network malfunction, but you can specify a mapped network
drive.
-
Type a name for the image, using the .wim file name extension, and then click Save.
-
Select Upload image to WDS server.
-
Type the name of the Windows Deployment Services server, and then click Connect.
-
If prompted for credentials, provide a user name and
password for an account with sufficient permissions to connect to the
Windows Deployment Services server.
-
In the Image Group list, select the image group in which you want to store the image.
-
Click Finish.
-
Now you can PXE boot a client computer to install this image.
No comments:
Post a Comment