SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Windows Server 2003 and Windows Server 2008 for Itanium-based Systems

3. Right-click the Boot Image node, then click Add Boot Image.
4. On the Image File page, browse to the location of the image created by the mkbootimg.cmd
script. Click Open to continue.
5. Enter the name and description of the boot image or accept the defaults.
6. When the image copy has completed successfully, click Finish to exit the wizard.
To add another image, repeat the preceding steps. WDS now displays a boot menu.
NOTE: You must use the default IA64 boot loader, which is already set to bootmgfw.efi in
WDS.
TFTP and DHCP server
To enable booting the SSTK using TFTP, you must first configure a TFTP server. Follow these
steps:
1. Make sure tftpd server service is available.
2. Create a TFTP share folder. For example: C:\tftproot.
3. Copy the boot files created in section Creating a SSTK Boot image to the TFTP share folder.
For example:
xcopy winpe\iso\*.* /s /e /f C:\tftproot
4. Open the Windows registry using regedit and find the following key:
\\hkey_local_machine\system\currentControlSet\services\tftpd
5. Add a parameters subkey to the tftpd folder. Add a string value Directory to the
parameters key. The Directory value is the path where your boot files are located (in
this example C:\tftproot).
6. Restart the tftpd service.
If you cannot change the DHCP configuration, use the direct boot feature in EFI. To set a direct
boot profile in the EFI Shell, enter the following:
EFI Shell> dbprofile dn profile_name dhcp sip TFTP_server_IP -b efi\boot\bootmgfw.efi
You can then boot this direct boot profile with the following command:
EFI Shell> lanboot select dn profile_name
To configure the DHCP service, follow these steps:
1. Start the DHCP management console.
2. Right click on the Scope Options tab, then choose Configure Options. The Scope Options
window appears.
3. On the General tab, put a check mark in 066 Boot Server Host Name and enter the IP
address of the server.
4. Put a check mark in 067 Bootfile Name and enter the name of the boot loader file (efi\
boot\bootmgfw.efi).
5. Restart the DHCP service.
22 Creating an SSTK boot image