HassOS on SSD

This work for me (wrote done all steps)

**Build a HassOS on SSD - “program_usb_boot_mode=1” already done on RPi

Download latest build from this URL:

Burn image on your SSD with Balena etcher

Format a SD-Card with FAT Partition, give it the name CONFIG

Goto the SD-Card and do follow commands:

mkdir network
cd network
nano my-network

Copy/Paste this part below and change your SSID and PSK with your own Wifi information:

[connection]
id=hassos-network
uuid=72111c67-4a5d-4d5c-925e-f8ee26efb3c3
type=802-11-wireless
[802-11-wireless]
mode=infrastructure
ssid=YOUR SSID HERE

#hidden=true

[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=YOUR WIFI PASSWORD HERE
[ipv4]
method=auto
[ipv6]
addr-gen-mode=stable-privacy
method=auto

Put your SC-Card in RPi and power your SSD! Otherwise it won’t work
Then power your RPi
What for some minutes 8-20 minutes
Try to connect to the Hassio link:

http://hassio.local:8123

If this is not working then search for the IP thats connect to
Setup your HA!!!

Then follow the steps in this link:

Install SSH & Web Terminal Add-on from the Hassio Community Repo

nmcli radio
nmcli device wifi rescan
nmcli device wifi
nmcli device wifi connect "YOUR_SSID" password "YOUR_WIFI_PASSWORD"

This will try to connect to your SSID and will generate a network profile for you if successfull.
The output will be similar to

"Device 'wlan0' successfully activated with...."

nmcli con show
nmcli connection delete CONNECTION_NAME
ip addr show

Optional: Restore Backup

1 Like