Users Guide
48 CCTK Options
Example
A:>cctk bootorder --enabledevice=embnic,hdd.1
or
A:>cctk bootorder --enabledevice=1,3
--disabledevice
Disables a device in the boot sequence. Use the device number or device
short form as the argument.
Example
A:>cctk bootorder --disabledevice=embnic,hdd.1
or
A:>cctk bootorder --disabledevice=1,3
Example With Sub Options
A:>cctk bootorder --sequence=hdd.1,floppy --
enabledevice=cdrom,hdd.2 --disabledevice=
nic.1,hdd.3
--activebootlist
Activates the boot list to UEFI or legacy. On re-boot, the system boot to
the boot list specified.
NOTE: With --activebootlist, do not specify any other sub options, such as
--
sequence
,
--enabledevice
, and
--disabledevice
.
Example
A:>cctk bootorder --activebootlist=uefi
--bootlisttype
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 following are the
supported arguments: legacy and uefi.
If
--bootlisttype
is not specified, running the bootorder sub options applies
changes on the legacy boot list.