Go to main content
Guía del usuario de Oracle® Server CLI Tools

Salir de la Vista de impresión

Actualización: Diciembre de 2015
 
 

Cambio del orden de inicio según el bus PCI, el dispositivo o la función

El comando biosconfig puede cambiar el orden de inicio basándose en el bus PCI, el dispositivo o la función si la lista de orden de inicio contiene dicha información.

  1. Para crear un archivo XML que contenga el orden de inicio actual del sistema, escriba:

    biosconfig -get_boot_order filename.xml

  2. Edite los dispositivos que se muestran entre las etiquetas <PCI-B-D-F> para que se enumeren en el orden deseado.

    Por ejemplo:

    <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>
  3. Para configurar el orden de inicio, escriba:

    biosconfig -set_boot_order filename.xml