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

efibootmgr
Synopsis
efibootmgr [command]... [option]...
Description
The efibootmgr utility is used from a script file to manager the EFI Boot variables. The
efibootmgr utility is used for creating or destroying the EFI BOOT variables and to update the
BOOT NEXT, BOOT ORDER and TIMEOUT variables.The BOOT ORDER variable defines the
boot entries sequence to be shown in menu. The TIMEOUT sets the time-out to select automatically
the boot variables, according to BOOT ORDER. The BOOT NEXT sets the next boot entry to be
selected automatically disregarding the BOOT ORDER and TIMEOUT.
Options
Table 5-7 Options
DescriptionOptions
Set bootnum active.
-a | --active
Set bootnum inactive.
-A | --inactive
Delete bootnum (hex).
-B | --delete-bootnum
Create new variable bootnum and add to bootorder.
-c | --create
Display the help and exit.
-h | --help
Create a netboot entry for the named interface.
-i | --iface name
Set BootNext to XXXX (hex).
-n | --bootnext XXXX
Delete BootNext.
-N | --delete-bootnext
Explicitly set BootOrder. The values must be in hex.
-o | --bootorder
XXXX,YYYY,ZZZZ,...
Delete BootOrder
-O | --delete-bootorder
Set boot manager timeout waiting for user input.
-t | --timeout seconds
Delete Timeout.
-T | --delete-timeout
Return version and exit.
-V | --version
Table 5-8 Commands
DescriptionCommands
Define the file to include more options.
-@ | --@ file
Select BootXXXX (hex) variable to be deleted.
-b | --bootnum XXXX
Device file that the boot loader stores. (defaults to /dev/sda).
-d | --disk disk
Force EDD 1.0 or 3.0 creation variables, or guess.
-e | --edd [1|3|-1]
EDD 1.0 device number (defaults to 0x80).
-E | --device num
Force disk with invalid PMBR to be treated as GPT.
-g | --gpt
Set the ACPI HID (used with -i).
-H | --acpi_hid XXXX
Boot loader file name. The full path must be informed if necessary. (defaults
to \elilo.efi).
-l | --loader name
efibootmgr 71