Creating a boot image, capture image, and install image with WDS

Creating a boot image, capture image, and install image with WDS

Greetings,

In the last two guides, I have demonstrated how to Install the WDS Role and Configure WDS, see below for previous guides:

Part 1
Installing and Configuring WDS for Windows Server 2016

Part 2
Configuring WDS for Windows Server 2016


Things you will need:
  • Windows 10 ISO: For instructions on how to download the tool, check of the following guide by clicking here.
  • A reference computer that is built, configured, and loaded with the desire applications.

In this guide, I will be walking through how to create a boot image and capture image. Some of you might be asking, what are these and what are they used for?

Boot Image:
A boot image is essentially a WindowsPE (Preinstallation Envorimenent) which is a stripped down OS that only includes the necessary tools to install, deploy, and repair Windows. This image is necessary so that the Windows Installation media has something to boot off of, thus why it's called a boot image.

Capture Image:
A capture Image is required for an environment where you are deploying similar Operating Systems that contain the same basic applications. The image is used to create a capture image.

Install Image:
An install image is the image that was captured from the Capture Image and contains all the settings and applications that were installed and configured from a reference computer.


Lets start!


Creating a boot image:

1) On the WDS server, open the Windows Deployment Services Management Console by clicking tools in server manager then Windows Deployment Services:
upload_2018-8-28_20-21-51.png


2) Expand Servers > [Your Server] and right click on boot image, click Add boot Image:
upload_2018-8-28_20-26-25.png


3) Browse to the Windows ISO you have downloaded, right click the ISO and select mount:
upload_2018-8-28_20-59-23.png


4) Once the ISO is mounted, browse to the Sources folder and search for the boot.wim file:
upload_2018-8-28_21-0-40.png


5) Copy the boot.wim file and save it somewhere on your C drive. I have it saved under C:\common$:
upload_2018-8-28_21-2-32.png


6) In the add image wizard we were previously on, browse to the boot.wim file you copied over and click open:
upload_2018-8-28_21-5-12.png


7) Leave this as default and click Next:
upload_2018-8-28_21-6-14.png


8) Specify the image name and give it a description, click Next:
upload_2018-8-28_21-9-0.png


9) On the "Summary" Window, click Next:
upload_2018-8-28_21-9-57.png


10) A task progress windows will appear, it will notify if it ran into any errors during the boot image creation process or if it completed successfully, click Finish:
upload_2018-8-28_21-11-29.png


Once completed, you should see the image under appear under Boot Images in the Windows Deployment Services Management Console:
upload_2018-8-28_21-13-20.png


Congratulations, you have just created a boot image! Now it's time to create a capture image.


Creating a capture image:

1) Right click on the boot image and select Create Capture Image:
upload_2018-8-29_18-28-50.png


2) Give the image an name, add a description:
upload_2018-8-29_18-32-8.png


3) For location and file name, click browse and browse to where you have decided to store the remoteinstall folder we did in the last guide:
upload_2018-8-29_18-34-12.png


4) Right click anywhere in the directory and choose New > Folder and name it Capture:
upload_2018-8-29_18-40-36.png


5) Click on the folder and give your capture image a name, and click Open
upload_2018-8-29_18-41-51.png


6) Click Next:
upload_2018-8-29_18-43-27.png


7) After clicking next, the capture image creation progress will begin. When completed, it will notify you that the image has been successfully created, click Finish:
upload_2018-8-29_18-49-5.png


Congratulations, you have just created a capture image. In the next guide, I will demonstrate how to sysprep a reference computer and create an install image. Make sure to keep an eye out for my next guide!


If you have you any questions, comments, or concerns, please don't hesitate to contact me.



Sincerely,
Mog



  • upload_2018-8-28_20-23-45.png
    upload_2018-8-28_20-23-45.png
    49.7 KB · Views: 1,651
  • upload_2018-8-28_21-4-26.png
    upload_2018-8-28_21-4-26.png
    65.7 KB · Views: 1,425
  • upload_2018-8-28_21-5-36.png
    upload_2018-8-28_21-5-36.png
    66.5 KB · Views: 1,321
  • upload_2018-8-28_21-6-26.png
    upload_2018-8-28_21-6-26.png
    53.7 KB · Views: 1,229
  • upload_2018-8-28_21-8-10.png
    upload_2018-8-28_21-8-10.png
    44.6 KB · Views: 1,416
  • upload_2018-8-29_18-31-30.png
    upload_2018-8-29_18-31-30.png
    33.2 KB · Views: 1,428
  • upload_2018-8-29_18-43-1.png
    upload_2018-8-29_18-43-1.png
    54.9 KB · Views: 1,412
Author
Mog
First release
Last update

More resources from Mog

Top