Furiosa-smi info command error on bare metal server

레니게이드가 장착된 베어메탈 서버에서 furiosa-smi 3.0 버전을 설치한 뒤 furiosa-smi info 명령어 실행시 아래와 같은 에러가 발생합니다. 다른 명령어(furiosa-smi status, furiosa-smi ps 등)는 잘 작동합니다. 추가로 설치해야하는 패키지가 있는걸까요?

에러 로그

$ furiosa-smi info
2025-08-06T08:36:08.089888Z ERROR furiosa_smi::device_error: Unexpected value: unable to get supported governor value from given string - pe00: simple_ondemand
Error: Unexpected value error

Location:
    /workspace/source/furiosa-smi-cli/src/info.rs:110:23

실행 환경

$ uname -r
6.5.0-45-generic

$ systemd-detect-virt
none

$ sudo apt list --installed | grep furiosa

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

furiosa-compiler/jammy,now 2025.3.0-3 amd64 [installed]
furiosa-driver-rngd/jammy,now 2025.3.0-3 amd64 [installed]
furiosa-firmware-image-rngd/jammy,now 2025.3.0 amd64 [installed]
furiosa-firmware-tools-rngd/jammy,now 2025.3.0-3 amd64 [installed]
furiosa-libsmi/jammy,now 2025.3.0-3 amd64 [installed,automatic]
furiosa-pert-rngd/jammy,now 2025.3.0-3 amd64 [installed]
furiosa-smi/jammy,now 2025.3.0-3 amd64 [installed]

$ furiosa-smi status
+-------+------+--------+----------+----------------+------------------+
| Index | Arch | Device | Liveness | Cores          | Core Utilization |
+-------+------+--------+----------+----------------+------------------+
|       |      |        |          | 0 (available), | Core 0: 0.00%,   |
|       |      |        |          | 1 (available), | Core 1: 0.00%,   |
|       |      |        |          | 2 (available), | Core 2: 0.00%,   |
|   0   | rngd |  npu0  |  alive   | 3 (available), | Core 3: 0.00%,   |
|       |      |        |          | 4 (available), | Core 4: 0.00%,   |
|       |      |        |          | 5 (available), | Core 5: 0.00%,   |
|       |      |        |          | 6 (available), | Core 6: 0.00%,   |
|       |      |        |          | 7 (available)  | Core 7: 0.00%    |
+-------+------+--------+----------+----------------+------------------+
|       |      |        |          | 0 (available), | Core 0: 0.00%,   |
|       |      |        |          | 1 (available), | Core 1: 0.00%,   |
|       |      |        |          | 2 (available), | Core 2: 0.00%,   |
|   1   | rngd |  npu1  |  alive   | 3 (available), | Core 3: 0.00%,   |
|       |      |        |          | 4 (available), | Core 4: 0.00%,   |
|       |      |        |          | 5 (available), | Core 5: 0.00%,   |
|       |      |        |          | 6 (available), | Core 6: 0.00%,   |
|       |      |        |          | 7 (available)  | Core 7: 0.00%    |
+-------+------+--------+----------+----------------+------------------+

furiosa-smi version의 결과도 혹시 함께 공유주실 수 있을까요? 추가로 펌웨어를 업데이트 하신 다음, 콜드부팅을 진행하셨는지도 궁금합니다.

$ furiosa-smi version
- furiosa-smi
  2025.3.0

- device driver
  2025.3.0+7466e01

업데이트 진행한 뒤 재부팅은 진행하였으나 (sudo reboot) 원격접속이어서 콜드 부팅은 진행하지 않았습니다.

펌웨어 업데이트 후에는 콜드부팅이 진행이 되어야하며, ipmitool이 설치되어 있고 지원이 되는 경우 ipmitool chassis power cycle 명령어를 통해 진행이 가능합니다.

해당 에러는 콜드부팅이 진행이 되어 있지 않아 발생하는 문제입니다.