Comment 17 for bug 1750622

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Hi Luca,

What you are describing is not the solution its available on the product. See lines 42-47 on the original file above:

IPMI_CONFIG_WITH_BOOT_TYPE = """\
Section Chassis_Boot_Flags
        Boot_Flags_Persistent No
        BIOS_Boot_Type %s
        Boot_Device PXE
EndSection
"""

The section:
        BIOS_Boot_Type %s

Is used when either forcing auto/legacy/EFI. That is an option on the configuration of the power settings for the machine. YOu can select between:

'auto' will let the BMC do its own thing, and this is done for backwards compatibility with older BMC versions.
'legacy' - self explanatory.
'efi' - self explanatory.