Reference Guide
NOTE: While changing the bootorder sequence, if the system is set with a setup
password, specify the setup password as the-- valsetuppwd argument. If the system has
a system password set and no setup password is set, specify the system password as
the -- valsyspwd argument.
Sub Options
The following are the sub options of bootorder.
--activebootlist
Description
Activates the boot list to UEFI or Legacy. On reboot, the system boots based on the boot list
specified.
NOTE: With --activebootlist, do not specify any other sub options, such as --sequence,
--enabledevice, and --disabledevice.
Example
C:\>cctk bootorder --activebootlist=uefi
--bootlisttype
Description
Specifies the boot list as UEFI or Legacy. If you want to run any bootorder options, such as
sequence, enabledevice, and so on, on the UEFI boot list, you must specify this sub option with
UEFI argument. The supported arguments are Legacy and UEFI.
If --bootlisttype is not specified, running the bootorder sub options applies changes on the
Legacy boot list.
Example
C:\>cctk bootorder --bootlisttype=uefi
Example With Sub Options
With the --bootlisttype=uefi option, you can specify the following sub options: --sequence , --
enabledevice , and --disabledevice .
C:\>cctk bootorder --bootlisttype=uefi
--sequence=hdd.1,floppy --enabledevice=
cdrom,hdd.2
C:\>cctk bootorder --bootlisttype=uefi
--sequence=hdd.1,floppy --enabledevice=
cdrom,hdd.2 --valsetuppwd=password
--disabledevice
Description
Disables a device in the boot sequence. Use the device number or device short form as the
argument.
Example
C:\>cctk bootorder --disabledevice=embnic,hdd.1
or
C:\>cctk bootorder --disabledevice=1,3
--enabledevice
Description
Enables a device in the boot sequence. Use the device number or device short form as the
argument.
33