HA supervised on a 32 bit laptop?

Is there (still) a way to have a 32 bit laptop running HA?
I used to have one one year ago.

I know Docker is not a problem, you can install it in a 32 bit OS with:

sudo apt install -y docker.io

My idea is to have a 32 bit laptop running Debian 10 and HA supervised. But every time I try… actually I can install Home Assistant, but I can’t restore any image, neither update, so it’s kinda useless.
It also says it has an unsupported and unhealthy system.

Any ideas?

how are you trying to install supervised?

Using this:

But installing docker 32 bits instead

i believe that script pulls a 64bit image of ha, you need it to pull qemux86 image not qemux86-64

you need to append the machine type to the command to run the script.
see here: https://github.com/Kanga-Who/supervised-installer/blob/master/README.md#supported-machine-types

This is one of the issues I first ran into a few years ago using a 32bit machine. I found (at least for Intel/AMD) that most Docker images are “built” for 64 bits. You may find some that are 32 bits, but I suspect you’ll eventually come across an image that does not support 32 bits.

I’ve tried with -m quemux86, but it didn’t work :frowning:

I guess the problem is the Docker version: 18.09 for 32 bit machines… That marks HA supervised as unhealthy so I can’t update or restore

I’m still looking for a way to have HA supervised on a 32 bit laptop… Any ideas?

Someone found a solution? i have also a 32bit laptop ready for HA!

here is solution https://github.com/ntguest/32bit-home-assistant-supervised-installer

you say old 32 bit nettop supported but there’s no generic-x86 machine type in the list?

using my way you dont need to select machine type for 32bit pc’s. see video Home Assistant Supervised universal installer - YouTube