You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Setting BootSourceOverrideTarget as Diags in Redfish, in IPMI chassis Bootparam get 5 command Boot Device Selector needs to show as "Force Boot from Diagnostic Partition".
#200
Open
KothaiSrini opened this issue
Feb 8, 2024
· 3 comments
Sorry attached wrong pic for Redfish schema previously, now i have edited the correct one .
For Diags the description in Redfish resource and schema guide is "Boot to the manufacturer's diagnostics program".
As per Redfish description, In IPMI spec for "Diags" it will be "Force Boot from Diagnostic Partition" (0x04).
It looks like the Redfish code sets a boot mode "Modes.Safe" for Diag. It seems most implementations expect that phosphor-settings is holding this configuration option. Have you confirmed that your phosphor-settings config has this?
Change BootSourceOverrideTarget as
Diags
in RedfishURI: /redfish/v1/Systems/system
METHOD: PATCH
BODY: {"Boot": {"BootSourceOverrideTarget": "Diags"}}
As per the Redfish resource and schema guide
https://redfish.dmtf.org/schemas/DSP2046_2019.2.html
As per IPMI spec, Boot device selector need to be 0x04 [Force Boot from Diagnostic Partition]
Expected Result:
After setting BootSourceOverrideTarget as Diags, In ipmi it should show Force Boot from Diagnostic Partition
The text was updated successfully, but these errors were encountered: