JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle® Server CLI Tools User's Guide
Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Oracle Server CLI Tools Overview

CLI Tools Command Syntax and Conventions

Using the biosconfig Tool

biosconfig Overview

biosconfig Requirements

biosconfig Terminology

Device Terminology Used by biosconfig

Device Name Examples

Editing XML Files

biosconfig Command Overview

biosconfig for Oracle Solaris OS

biosconfig for Windows

How to Install the biosconfig Sun System Management Driver on Windows 2008 R2 and Windows 2008 64–bit

How to Uninstall the biosconfig Sun System Management Driver on Windows 2008 R2 and Windows 2008 64–bit

Viewing biosconfig Command Options and Version Information

How to View biosconfig Command Options

How to View biosconfig Version Information

Configuring the Device Boot Order

Methods for Changing the Boot List

How to Set the First Boot Device for the Next Boot

How to Make a Persistent Change to Boot Order

How to Change Boot Order Based on the PCI Bus, Device, or Function

Configuring the BIOS CMOS

How to Capture the BIOS CMOS Golden Image

How to Apply the BIOS CMOS Golden Image

Configuring Individual CMOS Settings

Static and Dynamic CMOS Settings

How to Configure a Static CMOS Setting

How to Configure a Dynamic Setting

Commands That Produce Unrelated, Innocuous, Extra Output

Using the ubiosconfig Tool

Using the fwupdate Tool

Using the raidconfig Tool

Using the ilomconfig Tool

Using the hwmgmtcli Tool

Using the zoningcli Tool

Using ipmitool for Windows

CLI Tools Error Codes

Index

How to Make a Persistent Change to Boot Order

To make a persistent change to the boot order, modify the order of devices in the BOOT_DEVICE_PRIORITY section of the XML file.

The following example shows an XML file from a Sun Blade X6275 server module (which has a built-in bootable InfiniBand interface) set to optimal defaults with a 1-GByte USB flash, a USB CD, and a dual Gig-Ethernet Express Module plugged in.

  1. Create an XML file containing the current boot order of your system with the following command:

    biosconfig -get_boot_order filename.xml

    The following is an example of the output of the XML file:

    <?xml version="1.0" encoding="UTF-8"?>
    <BIOSCONFIG>
       <BIOSCONFIG_VERSION>2.1</BIOSCONFIG_VERSION>
       <SPEC_VERSION>2.4</SPEC_VERSION>
       <SP_NETWORK_CONFIG>
          <DISCOVERY></DISCOVERY>
          <IP></IP>
          <NETMASK></NETMASK>
          <GATEWAY></GATEWAY>
       </SP_NETWORK_CONFIG>
       <PASSWORD_CONFIG>
          <PASSWORD></PASSWORD>
       </PASSWORD_CONFIG>
       <BOOT_ORDER_OVERRIDE>
          <HELP_STRING>FIRST=Choose one of: pxe, cdrom, disk,
    floppy, bios, none</HELP_STRING>
          <FIRST></FIRST>
          <HELP_STRING>CLEAR_CMOS=Choose Yes, No or leave it
    empty, .....</HELP_STRING>
          <CLEAR_CMOS></CLEAR_CMOS>
       </BOOT_ORDER_OVERRIDE>
       <BOOT_DEVICE_PRIORITY>
       <Boot_Device_01>
          <DEVICE_NAME>USB:Port1:Memorex DVD+-RAM 510L v1</DEVICE_NAME>
       </Boot_Device_01>
       <Boot_Device_02>
          <DEVICE_NAME>SATA:3M-MRVLRD 200254-01SUN24G 0801</DEVICE_NAME>
       </Boot_Device_02>
       <Boot_Device_03>
          <DEVICE_NAME>USB:Port0:SanDisk Cruzer Contour</DEVICE_NAME>
       </Boot_Device_03>
       <Boot_Device_04>
          <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_04>
       <Boot_Device_05>
          <DEVICE_NAME>PXE:IBA GE Slot 00C8 v1324</DEVICE_NAME>
          <PCI-B-D-F>00,19,00</PCI-B-D-F>
       </Boot_Device_05>
       </BOOT_DEVICE_PRIORITY>
    </BIOSCONFIG>
  2. Edit the device names displayed between the <DEVICE_NAME> tags so that the devices are listed in the desired boot order.
  3. Set the boot order with the following command:

    biosconfig -set_boot_order filename.xml

See Also