| BOOT(8) | System Manager's Manual (luna88k) | BOOT(8) |
boot, boot.conf
— luna88k-specific bootstrap
The main purpose of this program is to load the system kernel.
As described in boot_luna88k(8), this program is loaded by the luna88k ROM monitor and provides a convenient way to load the kernel. This program acts as an enhanced boot monitor for luna88k systems, providing a common interface for the kernel to start from.
Basic operations include:
The sequence of its operation is as follows: initialization,
parsing the configuration file, then an interactive command line. While at
the command line you have 5 seconds to type any commands, if needed. If time
expires, the kernel will be loaded according to the current variable
settings (see the set command). If the kernel load
fails, a second attempt is made with the timeout increased by one second.
The sequence of boot operations is as follows:
boot was loaded from, open and parse
it. Lines beginning with the ‘#’ character, as well as
whitespace at the beginning of lines, are ignored. The file may contain
any commands boot accepts at the interactive
prompt. Though default settings usually suffice, they can be changed
here.>> OpenBSD/luna88k BOOT
[x.xx]is displayed to the active console, where
x.xx is the version number of the
boot program, followed by the
boot>prompt, which means you are in interactive mode and may enter
commands. If you do not, boot will proceed to
load the kernel with the current parameters after the timeout period has
expired.
By default, boot attempts to load the
kernel executable /bsd. If it fails to find the
kernel and no alternative kernel image has been specified, the system will
be unable to boot.
The following commands are accepted at the
boot prompt:
boot
[[device:]image]
[-acds]boot variables will be used.
Available devices are:
-aroot device
to use.-c-d-secho
[args]helphexdump
addr sizels
[directory]rebootset
[varname [value]]Boot the default kernel:
boot> bootRemove the 5 second pause at boot-time permanently, causing
boot to load the kernel immediately without
prompting:
# echo "boot" >
/etc/boot.confBoot the kernel named /bsd from the SCSI
disk with ID 2 in “User Kernel Configuration” mode (see
boot_config(8)). This
mechanism allows for the explicit enabling and disabling of devices during
the current boot sequence, as well as the modification of device parameters.
Once booted, such changes can be made permanent by using
config(8)'s
-e option.
boot> boot sd(4):/bsd
-cautoconf(4), ddb(4), boot_config(8), boot_luna88k(8), reboot(8)
This program was written by Michael Shalayeff for OpenBSD 2.1 on the i386 platform, and was later ported to the luna88k platform.
| November 5, 2024 | openbsd |