Cannot get Pi-hole running on Raspberry Pi Model B

which pi-hole version have you used.?
I have tried legacy, 32bit lite.

nothing seems to work with ver1 model b.

Are you referring to OS, or to Pi-hole?

There is a 32 bit Lite version of Raspbian, but Pi-hole doesn't ship in a specific bit or Lite version.

What OS are you running on your Pi?

cat /etc/os-release

I've got two older Raspbian releases (not bookworm) both 32 bits (armhf):

pi@ph5a:~ $ cat /proc/device-tree/model; echo
Raspberry Pi Model B Rev 1
pi@ph5a:~ $ hostnamectl
[..]
  Operating System: Raspbian GNU/Linux 10 (buster)
pi@ph5a:~ $ dpkg --print-architecture
armhf

pi@ph5b:~ $ cat /proc/device-tree/model; echo
Raspberry Pi Model B Rev 2
pi@ph5b:~ $ hostnamectl
[..]
  Operating System: Raspbian GNU/Linux 11 (bullseye)
pi@ph5b:~ $ dpkg --print-architecture
armhf

EDIT: Oh these are currently supported:

$ dig +short versions.pi-hole.net txt
"Raspbian=10,11,12 Ubuntu=20,22,23 Debian=10,11,12 Fedora=36,37,38 CentOS=8,9"

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.