<div dir="ltr"><div>Hi,</div><div><br></div><div>Currently openbmc's host-ipmid implements petitboot options (in host-ipmid/chassishandler.cpp) where it only implements Boot param 0x05 and 0x61. </div><div><br></div><div>Hence the following ipmitool command works:</div><div><b>ipmitool chassis bootparam get 0x05 </b></div><div><br></div><div>But when the following ipmitool command is issued, it fails with unsupported parameter error:</div><div><b>ipmitool chassis bootparam set bootflag force_disk</b></div><div><br></div><div>In the opipmitool code, I see bootparam requests like 0x00 and 0x04 in the process. The set bootflag hence, fails with a unsupported parameter request. </div><div><br></div><div>Is this expected? </div><div>If so, do we just test it using the raw ipmitool commands instead?</div><div><b>ipmitool raw 0x00 0x08 0x05 0x80 0x04 0x00 0x00 0x00</b><br></div><div><br></div><div>Thanks,</div><div>Guhan</div></div>