Guide: How to install Home Assistant supervised on Rpi4 with RaspiOS (64 bit) - October 2022

Hello, I would like to move the HomeAssistant installation, all configs, addons, HACs, etc. from Raspberry Pi 4 Supervised, made by this tutorial, to Proxmox installation. The installation in Proxmox is “clean”, and implemented according to this guide: https://www.derekseaman.com/2023/10/home-assistant-proxmox-ve-8-0-quick-start-guide-2.html). I tried using a backup from the Raspbian version during the first run of the Proxmox installation, but it grinded indefinitely and ultimately seemed to kill the restoration process. I tried copying over SSH (the image shows that the contents of the /usr/share/hassio directory on Raspberry Pi roughly corresponds to the structure of the main directory on the Proxmox installation, although there are more JSON files there), but I couldn’t raise the permissions enough to be able to replace some of these files. How to do it so that it works?

@valkanoise let me tell you: grandeee fedeeeee. still works, you can also use BYPASS_OS_CHECK=true when installing to bypass os check

I installed on as Rpi4 running Debian bookworm. Following this guide, I had 2 additions.

  1. apt install systemd-resolved
  2. append /boot/firmware/cmdline.txt with : systemd.unified_cgroup_hierarchy=false apparmor=1 security=apparmor
    This has to be 1 one line, as a cmd line :wink:

If systemd-resolved is not installed the postinst will fail

I did not choose for the home assistant OS image because I also install other applications on this Rpi4. And I do want to have the option to install add ons.

This is against the (clearly documented) requirements and will lead to an unhealthy system, causing you problems in the future.