Users Guide

54 CCTK Options
--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 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
--bootseqset
Valid Argument
diskettefirst, harddiskonly, devlist, cdromfirst
Description
Sets the Initial Program Load (IPL) device sequence for the next system
boot.
diskettefirst — Sets the devices in the sequence: diskette, hard drive,
CD- ROM, and option ROMs (if available).
harddiskonly — Sets the devices in the sequence: hard drive and
option ROMs (if available).
devlist — Sets the devices in the sequence: diskette, CD-ROM, hard
drive, and option ROMs (if available).
cdromfirst — Sets the devices in the sequence: CD-ROM, diskette,
hard drive, option ROMs (if available).