Hi Community, first time user here. And first time dabling into Linux…
I have been trying for the last week to successfully install TrueNAS community edition and I am failing.
Presenting problem: after I log-in to the WebInterface and follow the guide to create the pool and my first data sets, I am trying to install a simple app (like Immich or nginx) Both are failing (not running / “green” but remaining in the yellow “Deploying” state).
I’ve tried multiple clean installs but keep running into what seems to be a fundamental initialization problem. I’m hoping to get some insight from the community on what I might be doing wrong or what to troubleshoot next.
I think my problem is related to the k3s services… let me explain in detail what I tried:
First, the hardware:
CPU: AMD Ryzen 7 3700X
Motherboard: ASRock B550M Steel Legend (BIOS Version: P3.40)
RAM: 32GB (2x 16GB) DDR4-3200
Boot Drive: Lexar NM620 256GB NVMe SSD
Storage Drives: 4x 18TB Seagate Enterprise HDDs (configured into a mirrored pool 2x2)
Problem Description & Chronology
The issue has been consistent across multiple installation attempts. Here is the sequence of events:
- Initial Installation Attempts (
25.04.1
): My first attempts were with a clean install of TrueNAS SCALE 25.04.1. The installation from the USB (created with Rufus in DD mode) would complete successfully. However, on the first boot, the system would never fully initialize (the presenting problem above).
1.b) during my numerouse restarts (while trying to debug) I noticed that during the loading after a restart, during the fast moving text, something was not finishing with the green [OK]. That “thing” is the middlewared.service intitialisation. I took a picture - but it seems I can’t link it nor can I post it so I have no idea how to share it.
But basically every time this line does not have the green OK but the 3 red dots.
1.c) every time thought I can still log in to the web interface but I can’t install any app.
If I run in Shell systemctl status k3s.service
, I still get the same response: Unit k3s.service could not be found.
- I then tried a “Scorched Earth” Reinstall (
24.10.2.2
): Assuming a bad install, I performed a complete “scorched earth” reinstall with the previous stable version, TrueNAS SCALE 24.10.2.2. This included wiping the USB stick and the NVMe boot drive.
but 24.10.2.2 behaves exactly exactly the same. Which makes me suspect a BIOS issue or a HARDWARE issue?
What can I do? Any idea would be super appreciated.