C613-50105-01 REV C Command Reference for x210 Series 72
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
FILE AND CONFIGURATION MANAGEMENT COMMANDS
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 remove the release file as the boot file.
Syntax
boot system <filepath-filename>
no boot system
Mode Global Configuration
You can only specify that the release file is on a USB storage device if there is a
backup release file already specified in Flash. If you attempt to set the release file
on a USB storage device and a backup release file is not specified in Flash, the
following error message is displayed:
Examples To run the release file x210-5.4.6-1.1.rel 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:/x210-5.4.6-1.1.rel
To remove the release file x210-5.4.6-1.1.rel stored on the device’s Flash filesystem
the next time the device boots up, use the commands:
awplus# configure terminal
awplus(config)# no boot system flash:/x210-5.4.6-1.1.rel
Related
Commands
boot config-file
boot config-file backup
boot system backup
show boot
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 USB storage device