代码仓
中
Obtain Startup Status of a Board
更新时间: 2026/08/06
在AtomGit上查看源码

Obtain Startup Status of a Board ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Obtains the board startup status.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
1:3fruId
4deviceId
5sdrType 0x75

Response Information ​

ByteData Field
1Completion Code
2boot state
0: start
1: The controller returns a message indicating that the BIOS has been loaded.
2: The controller returns a message indicating that the OS has been loaded.
3: The controller returns a message indicating that the .ko driver has been loaded.

Command Example ​

Obtain the board startup status. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x75

Response:

text
03

Back to Index ​