Init,
Installboot,
Savecore,
Setnetbootinfo,
Shutdown,
Boot_config,
Ddb,
Halt,
Reboot,
Boot,
Boot-Alpha BOOT_ALPHA(8) - System Manager’s Manual (alpha) # BOOT_ALPHA(8) - System Manager’s Manual (alpha)
NAME # boot_alpha - Alpha system bootstrapping procedures
DESCRIPTION # Cold starts # When powered on, the SRM firmware will proceed to its initialization, and will boot an operating system if the auto_action variable is set to “boot” or “restart”, or will wait for interactive commands if set to “halt”.
Warm starts # After a panic, or if the system is rebooted via reboot(8) or shutdown(8), the SRM console will only restart the system if the auto_action variable is set to “boot”.
...
Init,
Biosboot,
Installboot,
Savecore,
Shutdown,
Ddb,
Pxeboot,
Halt,
Reboot,
Boot,
Boot-Amd64 BOOT_AMD64(8) - System Manager’s Manual (amd64) # BOOT_AMD64(8) - System Manager’s Manual (amd64)
NAME # boot_amd64 - amd64 system bootstrapping procedures
DESCRIPTION # Cold starts # The Athlon64 computers and clones will perform a POST (Power On Self Test) upon being booted cold. This test will find and initialize memory, keyboard, and other devices. It will search for and initialize any extension ROMs that are present, and then attempt to boot the operating system from an available boot drive.
...
Init,
Installboot,
Savecore,
Reboot,
Shutdown,
Ddb,
Rbootd,
Halt,
Dhcpd,
Boot,
Boot-Hppa BOOT_HPPA(8) - System Manager’s Manual (hppa) # BOOT_HPPA(8) - System Manager’s Manual (hppa)
NAME # boot_hppa - hppa system bootstrapping procedures
DESCRIPTION # System starts # When powered on, after a panic, or if the system is rebooted via reboot(8) or shutdown(8), the hppa firmware (“PDC”) will proceed to its initialization, and will boot an operating system if autoboot is enabled.
Boot process description # System boot blocks are provided as a “LIF” (Logical Interchange Format) archive, either on a disk device, or via the network, using the bootp or rboot protocols, depending on the PDC version.
...
Init,
Biosboot,
Installboot,
Savecore,
Shutdown,
Ddb,
Pxeboot,
Halt,
Reboot,
Boot,
Boot-I386 BOOT_I386(8) - System Manager’s Manual (i386) # BOOT_I386(8) - System Manager’s Manual (i386)
NAME # boot_i386 - i386 system bootstrapping procedures
DESCRIPTION # Cold starts # The IBM PC computers and clones will perform a POST (Power On Self Test) upon being booted cold. This test will find and initialize memory, keyboard, and other devices. It will search for and initialize any extension ROMs that are present, and then attempt to boot the operating system from an available boot drive.
...
BOOT_LUNA88K(8) - System Manager’s Manual (luna88k) # BOOT_LUNA88K(8) - System Manager’s Manual (luna88k)
NAME # boot_luna88k - luna88k system bootstrapping procedures
DESCRIPTION # Boot process description # When powered on, or after a system reboot, the luna88k ROM monitor will proceed to its initialization, and will boot the operating system configured in nvram if autoboot is enabled.
DIP switches description # The behaviour of the ROM monitor, as well as some kernel options, are controlled through the SW1 set of DIP switches on the front panel.
...
BOOT_MACPPC(8) - System Manager’s Manual (macppc) # BOOT_MACPPC(8) - System Manager’s Manual (macppc)
NAME # boot_macppc - macppc system bootstrapping procedures
DESCRIPTION # System startup # When powered on, after a panic, or if the system is rebooted via reboot(8) or shutdown(8), the Open Firmware will proceed to its initialization, and will boot an operating system if the auto-boot? variable is set to “true”, or will wait for interactive commands otherwise.
...
BOOT_SPARC64(8) - System Manager’s Manual (sparc64) # BOOT_SPARC64(8) - System Manager’s Manual (sparc64)
NAME # boot_sparc64 - sparc64 system bootstrapping procedures
DESCRIPTION # System starts # When powered on, after a panic, or if the system is rebooted via reboot(8) or shutdown(8), the PROM will proceed to its initialization, and will boot an operating system if autoboot is enabled.
Boot process description # The sparc64 boot process is split into two parts: a small first-stage bootblock that is written into the superblock area of a partition (and hence is limited in size to SBSIZE - DEV_BSIZE bytes) , and a second-stage boot program that resides in the filesystem proper.
...
BOOT(8) - System Manager’s Manual (alpha) # BOOT(8) - System Manager’s Manual (alpha)
NAME # boot, boot.conf - alpha-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel.
As described in boot_alpha(8), this program is loaded by the SRM firmware and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for alpha systems, providing a common interface for the kernel to start from.
...
Gzip,
Biosboot,
Installboot,
Fdisk,
Boot_config,
Ddb,
Pxeboot,
Boot_amd64,
Softraid,
Reboot,
Autoconf,
Boot BOOT(8) - System Manager’s Manual (amd64) # BOOT(8) - System Manager’s Manual (amd64)
NAME # boot, boot.conf - amd64-specific second-stage bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel while dealing with the pitfalls of the PC BIOS architecture.
As described in boot_amd64(8), this program is loaded by the biosboot(8) primary bootstrap loader and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for PC systems, providing a common interface for the kernel to start from.
...
BOOT(8) - System Manager’s Manual (hppa) # BOOT(8) - System Manager’s Manual (hppa)
NAME # boot, boot.conf - hppa-specific bootstrap
DESCRIPTION # The main purpose of this program is to load the system kernel while dealing with the various features of the PA-RISC hardware.
As described in boot_hppa(8), this program is loaded by the PDC firmware and provides a convenient way to load the kernel.
Basic operations include:
Loading kernels from any device supported by your system.
...