this post was submitted on 11 Aug 2023
11 points (92.3% liked)

homeassistant

12441 readers
45 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 2 years ago
MODERATORS
11
submitted 1 year ago* (last edited 1 year ago) by solidgrue to c/homeassistant
 

Turns out the Live CD install for HAOS on x86_64 is broken. It seems to hang forever on the Grow Swap boot task. Workaround is so write the image direct to boot media. Ugh, I dont feel like moving droves around for bare metal installs.

Where there's a network there's a way;

target system (debian netinst iso in rescue mode)
nc -l 192.168.1.189:19000 | dd bs=16M of=/dev/sda

source system
dd bs=16M if=haos_generic-x86_64-19.4.img | nc 192.168.1.189 19000

e: formatting

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here