Getting BIOS/UEFI output as a terminal over SSH for pre-OS work

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Amir Fatkulin

New Member
Feb 6, 2026
4
0
1
Honestly, I got fed up with non-standard hardware having zero out-of-band management. I built a small KVM around a Radxa Zero 3W - it’s tiny enough to magnetically attach to the rack, so it doesn’t take up any shelf or desk space.

The “killer feature” is getting BIOS/UEFI output as terminal over SSH.

Bios2.gif

I keep the HDMI capture resolution at a fixed 800×600 for stability, but having the stream parsed into a terminal means I can finally grep or Ctrl+F through BIOS output, copy error logs, or even script the pre-OS stage.

comandl.gif

It still handles the usual KVM tasks: USB HID emulation, video capture, remote ISO mounting, and even sharing network connectivity with the host when needed. I also added immutable snapshots for the data to keep a clean, tamper-resistant history of what happened before a crash.

It basically turns consumer-grade or "no-name" boards into something that feels a lot closer to enterprise hardware.

IMG20260120200800.jpg

I’m curious - are there specific scenarios where searchable or scriptable BIOS output would be a game-changer for you, or is a standard video-only KVM "good enough" for most of your hardware?
 

Attachments

MBastian

Active Member
Jul 17, 2016
337
99
28
Germany
While it's certainly a cool gadget it's missing true remote management capabilities. Ok, there are Magic SysRq sequences but that is Linux only and must be enabled. You'd have to tie it into the power and reset pins of the motherboard to do that.
I've seen your web and kickstarter page and I am quite puzzled about the hardware-enforced storage pitch.
 

alaricljs

Active Member
Jun 16, 2023
284
130
43
I worked at a place that implemented OCR based boot failure detection over ipkvm. Was cool at the time (15yrs ago). Right now pikvm with the power/reset shunts is all I need.
 

MBastian

Active Member
Jul 17, 2016
337
99
28
Germany
I am also wondering how it would handle typical UEFI GUI based setups, if at all. It's geared toward consumer boards after all.
 

Amir Fatkulin

New Member
Feb 6, 2026
4
0
1
Thanks for following the project and for the thoughtful feedback.
Power/reset control and LED state sensing are handled via a dedicated 8-pin GPIO header with a front-panel adapter, providing hardware-level control independent of the OS.

At this stage, I’ve been focusing specifically on text-oriented firmware output. Fully graphical UEFI setups are currently handled via standard video. Deeper work on GUI-based firmware is planned, but it hasn’t been a priority yet.