Using ipmitool, I am trying to change the boot order to pxe boot first and from a particular interface.
As far as I am aware, ipmitool
tool provides option to change the boot device but not interfaces. For example, I can change the boot order to pxe:
ipmitool -I lanplus -H bmc_ip -U root -P passwd chassis bootdev pxe options=persistent
Is there any way to set network boot order (i.e. a specific interface to pxe boot from) as well?
There doesn't seem to be any option through bootdev
or bootparam
options of ipmitool. I was wondering if this could be achieved using the raw
mode or in any other way?
Obvious alternative is to enter the bios manually or through ipmitool. But I am interested in doing this without manual interaction.