I'm trying to re-purpose a mini PC that has a Kingston mSATA 128GB SSD. I'm doing the generic X86-64 install process and I'm having issues with the file system mounting as read-only so docker never installs/runs cleanly hence I can't get HA installed. I know mSATA is not ideal but mSATA is the only option on this machine. Anyone have a recommendation for a brand/model of mSATA that is known to work?
#mSATA recommendation
1 messages · Page 1 of 1 (latest)
I'd rather help you try to diagnose/fix the issue itself. Most of HAOS is read only by design. What is the issue exactly
im not exactly sure where its failing. I do the ubuntu live boot and download the disk image and restore it to the ssd and reboot. After reboot I get to the "Waiting for the Home Assistant CLI to be ready..." and then nothing happens and the site never becomes available at http://<IP>:8123 When I open up another console and do a "ha info" it hangs and never comes back. I do a "ip a" and I have a valid IP and a "ping 8.8.8.8" works fine. When I do a "system status docker" I get a Dependency failed for Docker Application Container Engine
Check ha host logs and ha supervisor logs.
In that case enter login and check journalctl -fu docker.service and systemctl -fu hassos-supervisor.service and journalctl -fk.
journalctl -fu docker.service ==== Dependency failed for Docker Application Container Engine
systemctl status docker.service and journalctl -ru docker service might reveal the issue. I probably need all the command outputs though.
its tough cause i cant copy/paste since ssh isnt enabled...let me run the other commands
Pictures will have to suffice in this case. You can enable SSH but the system is probably too messed up for that. I also don't want to waste too much of your time.
Can you scroll down a bit in the log with the arrow keys? There should be a cause somewhere before it repeats.
let me look
I'm personally a big fan of running HAOS in a virtual machine. Much easier to recreate, backup and troubleshoot. I'd only buy a new SSD if you're sure the SSD is the culprit.
i do a -b to see all logs from current boot but thats all the records i see
yeah, I have a HA blue that ive had for years....runs fine but ive had a couple of cases of where its run out of memory and ive had to spend some time cleaning things up and removing some stuff ... i was hoping to get it one something with a little more head room
my HA blue is currently running at 60% used memory and it soemtimes spikes to close to 90
and ive had it crash a few times too
maybe ill install proxmox on this mini PC fist then install HAOS in a virtual....hmm...
Worth a try but I'm very curious why it doesn't work bare-metal.