About This Documentation (PDF and HTML)
Related Third-Party Web Site References
Sun SSM Component Manager Overview
(Linux and Solaris Operating Systems) Using Component Manager
(Linux and Solaris Operating Systems) Using Component Manager in Interactive Mode
(Linux and Solaris Operating Systems) Using Component Manager in Unattended Mode
(Windows Operating Systems) Using Component Manager
How to View BIOSconfig Command Options
How to View BIOSconfig Version Information
Configuring the Device Boot Order
How to Make a Persistent Change to Boot Order
How to Specify a Subset of Strings and a Subset of the Boot List
How to Configure for PXE to Boot First
How to Configure for the Hard Drive to Boot First
How to Configure for Any CD/DVD to Boot First
How to Configure for Any Floppy or Removable Media to Boot First
How to Configure the BIOS CMOS Using a Golden CMOS Image
Configuring Individual CMOS Settings
How to Retrieve Static CMOS Settings
How to Configure a Dynamic Setting
How to Configure NET0_Option_ROM
How to View Chipset-Related Settings
How to Configure System Powered Off
How to Turn Off Quick Boot and Power Off Options
Commands Produce Unrelated, Innocuous, Extra Output
How to View BIOSconfig Commands in Solaris OS
BIOSconfig for Windows Known Issues
Sun IPMI System Management Driver 2.1
How to Install Sun IPMI System Management Driver 2.1 Manually
How to Perform Unattended Installation of the Sun IPMI System Management Driver 2.1
BIOSconfig also alters the boot order based on the PCI bus/device/function if the boot order list contains that information. (For example, USB devices do not have this information, but PCI devices do). For example, using biosconfig -set_boot_order with this XML input moves the specified Ethernet NIC to the top of the boot list:
Input similar XML code:
<BIOSCONFIG>
<BOOT_DEVICE_PRIORITY>
<Boot_Device_01>
<PCI-B-D-F>00,19,00</PCI-B-D-F>
</Boot_Device_01>
</BOOT_DEVICE_PRIORITY>
</BIOSCONFIG>As a result, the boot list now becomes:
<BOOT_DEVICE_PRIORITY>
<Boot_Device_01>
<DEVICE_NAME>PXE:IBA GE Slot 00C8 v1324</DEVICE_NAME>
<PCI-B-D-F>00,19,00</PCI-B-D-F>
</Boot_Device_01>
<Boot_Device_02>
<DEVICE_NAME>IB:Slot2.F0:PXE:MLNX HCA IB 1.9.972 (PCI 07:00.</DEVICE_NAME>
<PCI-B-D-F>07,00,00</PCI-B-D-F>
</Boot_Device_02>
<Boot_Device_03>
<DEVICE_NAME>USB:Port1:Memorex DVD+-RAM 510L v1</DEVICE_NAME>
</Boot_Device_03>
<Boot_Device_04>
<DEVICE_NAME>USB:Port0:SanDisk Cruzer Contour</DEVICE_NAME>
</Boot_Device_04>
<Boot_Device_05>
<DEVICE_NAME>SATA:3M-MRVLRD 200254-01SUN24G 0801</DEVICE_NAME>
</Boot_Device_05>
</BOOT_DEVICE_PRIORITY>