Skip to content

Instantly share code, notes, and snippets.

@xanderificnl
Last active February 18, 2023 05:25
Show Gist options
  • Save xanderificnl/dd01d591077337c4f7792c175a2133ea to your computer and use it in GitHub Desktop.
Save xanderificnl/dd01d591077337c4f7792c175a2133ea to your computer and use it in GitHub Desktop.
HAOS @ OVH

Please be sure you want this. I assume no liability for you doing this.

  1. Boot a rescue system
  2. Download haos_generic-<arch>-<version>.img.xz
  3. Replace /dev/sdX and run xzcat haos_generic-*.img.xz | dd of=/dev/sdX bs=4M conv=fsync
  4. Verify via parted -l /dev/sdX (choose to Ignore the warning) - you should see a list of hassos-* partitions
  5. Restart from harddisk reboot

At this point, you'll need to wait for the server to reboot and for homeassistant to become available. A simple ping <ip> will let you know when the server is up. After awhile, you should be able to access homeassistant via http://<ip>:8123/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment