Installing Home Assistant on a RPi 4b with SSD boot

Can you recommend one? I seem to be having this problem. Using the official 3A power supply but anytime I plug another USB device my server goes crazy. Will the “Raspberry Pi 27W USB-C Power Supply” on Pi hut solve the problem for a Pi 4b?

I use a USB hub with it’s own power supply. No issues with my SSD (or anything thing else) connected to the pi or hub. I have the Powered USB Hub, RSHTECH USB 3 Hub with 4 USB 3.0 Data Ports + 1 USB Fast Charging Port, USB Splitter with 24W(12V/2A) Power Adapter and Individual On/Off Switches.

I see. That’s a nifty way of avoiding the problem. Unfortunately I am Using a NESPi 4 case and the SSD is supplied from the Pi’s power supply. I am getting another power adapter. I have a powered USB hub but that will be for anything else I connect to the Pi.

If someone is looking for a way within Rasberry OS. With the SSD already connected. Here is the way and you have to follow this guide just after Check the EEPROM version

  • Download the current Image HAOS like
    wget https://github.com/home-assistant/operating-system/releases/download/11.3/haos_rpi4-64-11.3.img.xz

  • Find your SSD with
    lsblk
    Mine was called sda .

  • Use xzcat and dd to write the image to the SSD, even with progress :wink:
    xzcat haos_rpi4-64-11.3.img.xz | dd of=/dev/sda bs=4M conv=fsync status=progress

Reboot and you are done. :v:

1 Like

I think you’ve saved me some trouble. I’ve fought with the issues you’ve described above and was looking for an answer, I think I’ve found it. Kudos to you. I’ve searched the house and no 3A PSUs, 2.4A was the biggest I had and still same issue. I’ve ordered a 3A now.

1 Like

Hi guys,

I followed these instructions nearly 3 years ago and everything has been working fine on my Rpi 4 and separate SSD. However I would like to re purpose the SSD and reformat it then install the HA “haos_generic-x86-64-12.3.img.xz” OS and attempt to boot HA on a Mini PC.

But how can I reclaim the SSD? it does not appear in Windows when I plug in the SSD USB adaptor and neither does it appear in the BalenaEtcher drive menu. I tried booting in to a USB pendrive Linux distro but still it is not found.

Any suggestions please?

Try G parted live

https://gparted.org/livecd.php

Thanx @Mikefila

I tried but still can not see the SSD even in GPARTED. Only the PC HDD and the Gparted USB are shown.

Just wanted to provide an update for any interested users that I followed this guide on August 22, 2024 and it worked flawlessly. Only temporary hiccup was that HAss (or maybe the Pi) did NOT like being connected to WiFi. I just reflashed HA OS to the SSD and set up via ethernet and everything was fine.

1 Like