Setup Guide

Server Configuration Profiles: User’s Guide
39 Server Configuration Profiles: Reference Guide | 456
<AttributeName="SetLegacyHddOrderFqdd1">RAID.Integrated.11</Attribute>
<AttributeName="SetLegacyHddOrderFqdd2">RAID.Slot.21</Attribute>
<AttributeName="SetLegacyHddOrderFqdd16"></Attribute>
Alternatively, the BiosBootSeq and UefiBootSeq attributes offer a comma delimited option. BiosBootSeq will
be available when in legacy boot mode. UefiBootSeq will be available when in UEFI boot mode.
<AttributeName="BiosBootSeq">HardDisk.List.11,NIC</Attribute>
Hard drive disk can also be declared as a comma delimited FQDD list.
<AttributeName="HddSeq">RAID.Integrated.11,RAID.Slot.21</Attribute>
One-time boot options are also available and will only persist through a single boot.
<AttributeName="OneTimeBiosBootSeq"></Attribute>
<AttributeName="OneTimeUefiBootSeq"></Attribute>
<AttributeName="OneTimeHddSeq"></Attribute>
10.4 Enable or disable a boot order entry
A boot device can be enabled in the boot order by using the SetBootOrderEn attribute. Any FQDD in the
comma delimited list will be enabled in the boot order.
<AttributeName="SetBootOrderEn">HardDisk.List.11,NIC.Integrated.111</Attribute>
Likewise, a boot device can be disabled in the boot order by using the SetBootOrderDis attribute in a similar
manner.
<AttributeName="SetBootOrderDis">HardDisk.List.11</Attribute>
10.5 System and setup passwords
BIOS system and setup passwords can be applied with the following attributes.
{"Name":"OldSysPassword",
"Value":"oldpassword",
"SetOnImport":"True",
"Comment":"ReadandWrite"},
{"Name":"NewSysPassword",
"Value":"newpassword",
"SetOnImport":"True",
"Comment":"ReadandWrite"},
{"Name":"OldSetupPassword",
"Value":"oldpassword",
"SetOnImport":"True",
"Comment":"ReadandWrite"},
{"Name":
"NewSetupPassword",
"Value":"newpassword",
"SetOnImport":"True",
"Comment":"ReadandWrite"},