Home Assistant OS | scripts-underground Home Assistant OS | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Home Assistant OS

CPU: cores RAM: MB Disk: GB
REPO_BASE=https://raw.githubusercontent.com/scripts-underground/proxmox/main bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/vm/haos-vm.sh)"

Home Assistant OS

This script automates the process of creating a Virtual Machine (VM) using the official KVM (qcow2) disk image provided by the Home Assistant Team. It involves finding, downloading, and extracting the image, defining user-defined settings, importing and attaching the disk, setting the boot order, and starting the VM.

Notes

  • The disk must have a minimum size of 32GB and its size cannot be changed during the creation of the VM.
  • After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.
Copied!