OpenBSD manual page server

Manual Page Search Parameters

BOOT_ALPHA(8) System Manager's Manual (alpha) BOOT_ALPHA(8)

boot_alphaAlpha system bootstrapping procedures

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”.

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”.

The SRM console will attempt to boot from the device listed in the variable. A list of the recognized SRM devices can be obtained with the command show dev at the SRM prompt.

The OpenBSD alpha boot loader program is extensively described in a separate document, boot(8).

In case of system crashes, the kernel will usually enter the kernel debugger, ddb(4), unless it is not present in the kernel, or it is disabled via the sysctl. Upon leaving ddb, or if ddb was not entered, the kernel will halt the system if it was still in device configuration phase, or attempt a dump to the configured dump device, if possible. The crash dump will then be recovered by savecore(8) during the next multi-user boot cycle. It is also possible to force other behaviours from ddb.

/bsd
default system kernel
/bsd.rd
standalone installation kernel, suitable for disaster recovery
/usr/mdec/bootxx
primary bootstrap for “ffs” file system
/usr/mdec/boot
secondary bootstrap (usually also installed as /boot)
/usr/mdec/netboot
network bootstrap

ddb(4), boot(8), boot_config(8), halt(8), init(8), installboot(8), reboot(8), savecore(8), setnetbootinfo(8), shutdown(8)

Alpha Architecture Reference Manual Third Edition, Digital Press, Alpha Architecture Committee, 1998.

The device names used by OpenBSD/alpha and the SRM Console often have no relation to each other.

March 13, 2023 OpenBSD-current