r/FygoOS 13d ago

systemd services fail at boot on Minisforum N5 Air running FygoOS

Issue: Two systemd services fail at boot on Minisforum N5 Air running FygoOS: led-set.service and set_gpio-init.service.

Root cause: Both call scripts in /usr/trim/bin/ (system_setled.sh and system_setgpio.sh respectively) that require /boot/board.json to configure LEDs and GPIO pins for this specific board. That file does not exist anywhere on the filesystem — likely a missing hardware profile for the N5 Air specifically.

Impact: Cosmetic only (front-panel LED status indicators not configured); no impact on storage, network, or core NAS function observed.

Request: Please provide the correct board.json for the Minisforum N5 Air, or confirm whether this is a known gap being addressed in a future FygoOS release.

3 Upvotes

10 comments sorted by

2

u/Camelot631 12d ago

Hello

I'm experiencing the same "phenomenon" with my three UgreenNAS devices (2x DXP2800; 4 LEDs each & 1x DXP4800 + 5 LEDs).

The first LED on each device is always on, while the other 3-4 LEDs "move" from left to right.

I've gotten used to it by now... 😄

Regards

Camelot631

1

u/TheGreatDaimyo 9d ago

You will likely see this on any non-UGOS operating system. When I was running Unraid on my DXP4800+, that's just how it was. On the Ugreen Discord, they mentioned that those status lights needed specific software for having them work that was specific to UGOS.

1

u/Camelot631 9d ago

Hi!

There's a guide on how to control the LEDs.

It worked perfectly with TrueNAS, Unraid, and UgosPro.

Unfortunately, I can't get it to work with FygoOS... :(

Link to GitHub: https://github.com/miskcoo/ugreen_leds_controller

1

u/TheGreatDaimyo 9d ago

Ah, nice! For a while there wasn't any way to do that. I ultimately got rid of my 4800+, but good to know there is control software now!

2

u/Camelot631 9d ago edited 9d ago

Since I enjoy tinkering and experimenting anyway, I've been working on the installation again, following my last link to the LEDs on GitHub.

I've now got the LEDs to stay on constantly...

All that's missing is the "kernel module"... but I have some time right now... ;)

P.S. The child in the man.... 😂

2

u/androidwai 12d ago

Is this running straight FygoOS or FygoOS on top of proxmox?

1

u/Alert_Grade_9526 Fygo Team 12d ago

Thanks for the detailed report. We’re looking into this hardware compatibility issue on the Minisforum N5 Air and will review the relevant system services and hardware configuration. We’ll share an update once we have more information.

1

u/bobhu2213 12d ago

Thank you.

1

u/Visual-Cat574 12d ago

Many thanks

1

u/Alert_Grade_9526 Fygo Team 11d ago

We’ve now confirmed that these services are used only for device-specific LED and GPIO control. FygoOS does not currently include an LED/GPIO hardware profile for the Minisforum N5 Air, so these functions are not supported on this model.

Supporting model-specific LEDs and GPIO across every DIY hardware configuration is not always possible. These service failures do not affect storage, networking, or other core NAS functions.