Introduction
A simple overview of the steps involved in preparing a Windows Operation System Image for use in CapaInstaller Operating System Deployment
Prepare
Prepare the deployment server for Image configuration and capturing
Generalize
Generalize the reference computer to prepare the image for duplication.
Capture & Add
Capturing and adding an image into CapaInstaller OSD
Click here to expand...
- Boot the reference computer and immediately press F12 to enter boot selection menu. Choose to boot from the network (PXE)
- Wait for the CapaInstaller boot image to load
- At the Install screen press CTRL-C to enter Capture Mode
- Name the capture file
- Begin the Capture and wait for the capture to complete and upload to the CapaInstaller server
- When the Capture is complete add the image in OSD → How to Add Add a new image
The capture process illustrated. (Image capture speeds may wary depending on network and disk performance)
Use functions from OSD Scripting Library to configure settings in the Windows Deployment answer files
Click here to expand...
Create a Windows/Panther folder in the Image folder on the relevant OSD Point → <osdpoint>\Images\<Imagename>\Windows\Panther\
Create a vanilla unattend.xml from the template below and place it in the new folder
Create a new script with the needed configuration functions
Click here to expand unattend.xml template
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-UnattendedJoin" ...> </component>
</settings>
</unattend>
Read more