代码仓
中
Get Board OS Boot Status
更新时间: 2026/08/06
在AtomGit上查看源码

Get Board OS Boot Status ​

Change History ​

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

Basic Information ​

Function Description ​

Obtaining the OS Startup Status of a Board

Privilege ​

READONLY

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
1:3FruId. Set it to 0x000200.
40x00
592h

Response Information ​

ByteData Field
1Completion Code
200h: not started
01h: The BIOS is started successfully.
02h: OS startup
03h: The last .ko file is successfully loaded, and the OS is started.

Command Example ​

Query the OS boot status of a board. ​

Request:

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

Response:

text
01

Back to Index ​