

TonyB
-
Posts
7 -
Joined
-
Last visited
Reputation Activity
-
TonyB reacted to Igor in Armbian with preinstalled Home Assistant supervised
In case you get "Unsupported system warning", replace
PRETTY_NAME
with
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
inside /etc/os-release
following by reboot.
-
TonyB got a reaction from Igor in Armbian with preinstalled Home Assistant supervised
I also solved it with the previous command, now I'm using Armbian with preinstalled Home Assistant and I'm fine. Great job, thanks.
-
TonyB reacted to Igor in Armbian with preinstalled Home Assistant supervised
@TonyB Tested - it works now as expected when installing this image https://dl.armbian.com/rpi4b/Bookworm_current_minimal-homeassistant
Also tested other platforms with success:
Khadas VIM1S x86 Nanopi M6 -
TonyB reacted to Igor in Armbian with preinstalled Home Assistant supervised
It works. I messed up something. Just add that to the cmdline.txt and it should work - works for me. I am fixing now installation methods and testing to make sure everything is alright.
Yes, it doesn't work there too - same method is used. It will be fixed for both ASAP.
-
TonyB reacted to Igor in Armbian with preinstalled Home Assistant supervised
Run this as root:
echo " systemd.unified_cgroup_hierarchy=0 apparmor=1 security=apparmor" >> /boot/firmware/cmdline.txt reboot
This works for me (after adding this):
Fixes:
https://github.com/armbian/os/pull/289
https://github.com/armbian/configng/pull/466