Hello
i have made an installation of home assistant supervised on raspbian on pi4
but I have made a mistake I have select raspberry pi 4 64 bit and it’s seems it’s not work because I’m in 32 bits
22-02-09 22:25:03 INFO (SyncWorker_1) [supervisor.docker.interface] Restarting ghcr.io/home-assistant/raspberrypi4-64-homeassistant
22-02-09 22:25:03 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
22-02-09 22:25:08 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
I would like delete the image raspberrypi4-64 download the 32 bit but I don’t find where I can change this …
if I delete the image with docker image
after I try : ha supervisor repair …
I’m in a loop the supervisor download the raspberry-64 …
I don’t find the configuration file to said to the supervisor I’m not in 64! and try to repair with the 32bit version …
thanks for your help …
For anyone else struggling with this, I too tried a few methods including the one above. You just have to reinstall the package.
sudo dpkg --purge homeassistant-supervised
sudo dpkg -i homeassistant-supervised.deb (then follow the configuration menus)
I also tried reconfiguring the package to begin with but this DID NOT WORK (even after rebooting) sudo dpkg-reconfigure homeassistant-supervised - maybe this feature is not implemented yet?