Cette procédure indique comment définir le premier périphérique d'initialisation de l'initialisation suivante uniquement. Pour modifier le périphérique d'initialisation pour les initialisations suivantes, reportez-vous à la section Application d'une modification permanente à la séquence d'initialisation.
Voici un exemple d'utilisation de la commande –set_boot_override qui définit le serveur PXE comme premier périphérique d'initialisation pour l'initialisation suivante uniquement :
biosconfig -get_boot_order filename.xml
Dans cet exemple, le périphérique PXE est le premier périphérique à initialiser.
Vous trouverez ci-dessous un exemple de fichier XML résultant.
<?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>pxe</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>
biosconfig -set_boot_override filename.xml