Creating WinPE boot images for Microsoft Windows systems
The provisioning process uses WinPE for bare metal provisioning of Microsoft Windows operating systems. The following procedure describes how to create the WinPE boot images for Windows operating systems and how to include the drivers required for your networking environment.
Prerequisites
- Install Windows AIK, version 2.1. (For Windows Server 2008 R2, use AIK version 3.x.) See the Installing-the-Microsoft-Windows-Automated-Installation-Kit.
Obtain all of the drivers that you want to include in the image and make a note of their path names or organize them all into the same directory. During the image creation process, you specify the location of the drivers.
Creating WinPE boot images for Microsoft Windows systems
On the AIK server, extract the provision-files.zip file into the C:\provisioningdirectory.
- Log onto the BMC Server Automation Console.
- On the console menu bar, select Configuration > Provisioning Image Creation. The Image Creation wizard starts.
For Image Toolkit Host, browse to the server where AIK is installed. You can identify the server by its IP address.
- For Image Type, select PXE Image.
- For Architecture, select x86 for 32-bit images or x64 for 64-bit images.
- For Win AIK Directory Path, use the path name where you installed AIK. For example, C:\WAIK\.
Create the WinPE Script Directory Path. For example, create C:\provisioning\winpe.
Select the Use TFTP Root as base directory check box.
- For Boot Image Target Directory, use boot_2_0 for 32-bit images and boot_2_0_x64 for 64-bit images.
- Click Next.
- In the Driver Selection panel, you can build a driver.txt file or use an existing one. The driver.txt file lists the source for all drivers that you want to inject in the image.
To open an existing driver.txt file, select the Open Driver.txt file field on this panel.
To build a new driver.txt file or to add a path name to an existing file, do the following:- Click Add.
- Browse to your drivers source directory and select the directory name to add all drivers in that folder to the drivers.txt file. Alternatively, you can browse to specific driver files and select them one by one. Click OK.
- Continue adding (or deleting) drivers until the list is complete. Click OK after each action.
- (Optional)To create a driver.txt file for reuse later, select the Save New Driver.txt file check box. If this is a one-time list of drivers, skip this step.
To begin image file creation, click Finish.
A progress dialog informs you that the image file creation process is running. When it completes, the script execution log appears in the dialog.