5-48 ES45 Owner's Guide
5.14.4 boot_osflags
The boot_osflags environment variable sets the default boot flags and,
for OpenVMS,arootnumber.
Boot flags contain information used by the operating system to determine some
aspects of a system bootstrap. Under normal circumstances, you can use the
default boot flag settings.
To change the boot flags for the current boot only, use the flags_value argument
with the boot command.
Syntax
set boot_osflags flags_value
The flags_value argument is specific to the operating system.
Tru64 UNIX Systems
Tru64 UNIX systems take a single ASCII character as the flags_value argu-
ment.
a
Load operating system software from the specified boot device (auto-
boot). Boot to multiuser mode.
i
Prompt for the name of a file to load and other options (boot interac-
tively). Boot to single-user mode.
s
Stop in single-user mode. Boots /vmunix to single-user mode and stops
at the # (root) prompt.
D Full dump; implies “s” as well. By default, if UNIX crashes, it com-
pletes a partial memory dump. Specifying “D” forces a full dump at
system crash.
Example
The following setting will autoboot Tru64 UNIX to multiuser mode when you
enter the boot command.
P00>>> set boot_osflags a