From my understanding, the last version of HA breaks the network of the host OS. Any idea what version to install and how to actually install an older version of HA?
I was getting this error and I applied your suggested fix.
However I am still getting this error
`E: The repository ‘Index of linux/ubuntu/ bookworm Release’ does not have a Release file.
I am doing this on Rpi 4 (4gb ram)
sudo apt update && sudo apt upgrade -y
Hit:1 http://deb.debian.org/debian buster InRelease
Ign:2 https://download.docker.com/linux/debian bookworm InRelease
Err:3 https://download.docker.com/linux/debian bookworm Release
404 Not Found [IP: 18.67.111.89 443]
Hit:4 http://deb.debian.org/debian-security buster/updates InRelease
Hit:5 http://deb.debian.org/debian buster-updates InRelease
Reading package lists... Done
E: The repository 'https://download.docker.com/linux/debian bookworm Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
my /etc/apt/sources.list
cat /etc/apt/sources.list
deb http://deb.debian.org/debian buster main
deb-src http://deb.debian.org/debian buster main
deb http://deb.debian.org/debian-security/ buster/updates main
deb-src http://deb.debian.org/debian-security/ buster/updates main
deb http://deb.debian.org/debian buster-updates main
deb-src http://deb.debian.org/debian buster-updates main
Did some more reading, could it be because I installed Debian 12? I just went to this page and got the latest, Tested images. I see a few comments suggesting version 12 is not supported.
@kanga_who I wonder if adding to your guide could help noobs like me not download the wrong version And then spending hours not understanding why it doesn’t work
hi @francisp , do you know how to disable portainer so that it won’t start during boot? I could remove it as well, find I sometimes find it useful, that’s why I would like to keep it disabled and just launch it when needed. I guess that HA won’t complain if portainer is not running during boot?
i followed this how-to exactly, just that my raspi is booting with PXE from NFS. Sadly the system losses connection as soon as the supervisor container is started. I’s supecting that the nework is being reset by the supervisor and thus i’m loosing the terminal and hassio is loosing its root fs…