Reference Guide
--Sequence
Table 82. --Sequence
Attribute Details Description
Gets and Sets the Boot order sequence. The supported devices are hdd (hard disk), cdrom (CDROM),
floppy (Floppy Disk), usbdev (USB device), embnic (Embedded NIC), pcmcia (PCMCIA device), bev
(BEV device), and so on. For more information about the devices, see BootOrder.
Example
C:\>cctk BootOrder --Sequence=embnic,cdrom,hdd.1 --EnableDevice=floppy
--DisableDevice=cdrom
or
C:\>cctk BootOrder --Sequence=3,4,7,1 --EnableDevice=3,4 --
DisableDevice=7,1 (DeviceNumber)
or
UEFI Bootorder Sequence: BootOrder --BootListType=uefi --Sequence=hdd.*
or
BootOrder --BootListType=Legacy --Sequence=hdd.*
NOTE: * represents grouping of the shortform of the device types.
The above example changes the sequence to embnic as first device and cdrom as second and so on.
Disable the device cdrom and enable the floppy device in the boot list.
--BootSeqSet
Table 83. --BootSeqSet
Attribute Details Description
Valid Argument DisketteFirst, HardDiskOnly, DevList, CdRomFirst
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).
--BootSpeed
Table 84. --BootSpeed
Attribute Details Description
Valid Argument Default, Compatible
Sets microprocessor speed to default or compatible. If set to compatible, the Central Processing
Unit (CPU) speed will be significantly slower. This is implementation dependent. There is no specific
speed for compatible, except that it is significantly slower than default.
Options for Dell Command | Configure 4.3 43