SmartSetup Scripting Toolkit Deployment Guide for HP Integrity Servers with Microsoft Windows Server 2003 for Itanium-based Systems
Table Of Contents
- SmartSetup Scripting Toolkit Deployment Guide
- Table of Contents
- About This Document
- 1 Overview
- 2 Creating a server profile
- 3 Setting up the toolkit environment
- 4 Setting up the boot mechanism
- Using a bootable CD/DVD
- Using a USB flash device
- Using network boot
- Interrupting the SSTK deployment process
- 5 Utilities Reference

Figure 4-7 Copy Boot files
Create a bootable USB flash device on a Linux workstation
To create a bootable USB flash device:
1. Insert the USB flash device and determine the name of the device.
2. Format the USB flash device with FAT file system:
mkdosfs -I /dev/sda1
3. Create a directory and mount the USB flash device on this directory:
mkdir –p /mntmount /dev/sda1 /mnt
4. Create the bootable directory for Integrity servers (/efi/boot):
mkdir –p /mnt/efi/boot
5. Copy the boot files from the toolkit tar file to the /mnt/efi/boot directory:
bootia64.efi
elilo.efi
elilo.conf (bootloader options)
rootfs.gz (Linux file system)
linux (Linux kernel)
6. Unmount the USB device.
umount /mnt
Boot from the USB flash device
1. Insert the USB flash device into an Integrity server.
2. From the EFI shell, enter map –r (Figure 4-8) to refresh the USB device discovery. The USB
device should display with a file system.
46 Setting up the boot mechanism