C613-50163-01 Rev C
Command Reference for GS970M Series
84
AlliedWare Plus™ Operating System - Version 5.4.7-0.x
F
ILE
AND
C
ONFIGURATION
M
ANAGEMENT
C
OMMANDS
BOOT
SYSTEM
boot system
Overview
Use this command to set the release file to load during the next boot cycle.
Use the
no
variant of this command to stop specifying a primary release file to boot
from. If the device boots up with no release file set, it will use autoboot or the
backup release file if either of those are configured, or you can use the boot menu
to select a release file source. To access the boot menu, type Ctrl-B at bootup.
Syntax
boot system <
filepath-filename
>
no boot system
Mode
Global Configuration
Usage
You can only specify that the release file is on an SD card if there is a backup release
file already specified in Flash. If you attempt to set the release file on an SD card and
a backup release file is not specified in Flash, the following error message is
displayed:
Examples
To boot up with the release GS970-5.4.7-0.1.rel file, which is stored on the device’s
Flash filesystem, the next time the device boots up, use the commands:
awplus#
configure terminal
awplus(config)#
boot system flash:/GS970-5.4.7-0.1.rel
To run the release file GS970-5.4.7-0.1.rel, which is stored on the device’s SD card
filesystem, the next time the device boots up, use the commands:
awplus#
configure terminal
awplus(config)#
boot system card:/GS970-5.4.7-0.1.rel
Related
Commands
Parameter
Description
<filepath-filename>
Filepath and name of a release file.
The specified release file must exist and must be stored
in the root directory of the specified filesystem.
Valid release files must have a
.
rel
extension.
% A backup boot image must be set before setting a current boot
image on card