Unix and Linux Discussions Tagged with hp ux |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
4,775 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
10,603 |
Shell Programming and Scripting |
|
|
|
7 |
12,862 |
HP-UX |
|
|
|
10 |
27,631 |
Shell Programming and Scripting |
|
|
|
3 |
6,955 |
HP-UX |
|
|
|
2 |
5,770 |
HP-UX |
|
|
|
2 |
5,428 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
12,403 |
HP-UX |
|
|
|
2 |
8,657 |
HP-UX |
|
|
|
3 |
9,828 |
HP-UX |
|
|
|
3 |
14,281 |
HP-UX |
|
|
|
2 |
4,646 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
8,308 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
5,092 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
7,037 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,610 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,481 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
4,830 |
UNIX for Dummies Questions & Answers |
boot(1M) boot(1M)
NAME
boot - bootstrap process
DESCRIPTION
Itanium-based System Hardware
An system's bootstrap process involves the execution of four software components:
o CMOS
o option ROM
o EFI
o Boot Manager
o (see hpux.efi(1M)).
After the processor is reset, firmware initializes and tests processors and platform. During initialization, the firmware lets a user
interrupt and configure CMOS and option ROMs. It then transfers control to EFI, the Extensible Firmware Interface. EFI, in turn, initial-
izes EFI boot and runtime services and launches the Boot Manager. The Boot Manager, which allows loading of EFI application or drivers
from EFI defined file system, loads and transfers control to the HP-UX-specific bootstrap loader. then loads the HP-UX kernel object file
from the HP-UX file system to memory and transfers control to the loaded kernel image.
PA-RISC Hardware
The PA-RSIC bootstrap process involves the execution of three software components:
o (see pdc(1M),
o (see isl(1M), and
o (see hpux(1M).
After the processor is RESET, the (firmware), performs a self-test and initializes the processor. It then loads and transfers control to
the operating-system-independent in turn, loads and transfers control to the utility, the HP-UX-specific bootstrap loader. then downloads
the HP-UX kernel object file from an HP-UX file system and transfers control to the loaded kernel image.
SEE ALSO
hpux(1M), hpux.efi(1M), isl(1M), pdc(1M), efi(4).
boot(1M)