代码仓
中
Get System Boot Options 98\#
更新时间: 2026/08/06
在AtomGit上查看源码

Get System Boot Options 98# ​

Change History ​

openUBMC VersionRevision DateDescription
25.062026/08/06Initial draft: add command details

Basic Information ​

Function Description ​

Obtains the system boot option.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
1Command selection parameter, 0x62
2Set Selector, 0x00
3Block Selector, 0x00

Response Information ​

ByteData Field
1Completion Code. Generic plus the following command-specific completion
codes:
80h=parameter not supported.
2[7:4]-reserved
[3:0]-parameter version. 1h for this specification unless otherwise specified.
3boot option parameter selector, 0x62
4:5default timeout value in hundreds of milliseconds. LSByte first.

Command Example ​

Obtain the system boot option. ​

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index ​