Cannot update Pi-Hole - Error: Unsupported OS Detected: Rasbian 10

Error: Unsupported OS Detected: Raspbian 10

I've run full-upgrade on the OS. All OS updates have been successfully installed.

Please advise.

Try this:

sudo apt update
sudo apt full-upgrade
sudo apt dist-upgrade
sudo reboot

This is correct, but you still have an old OS.

Raspbian 10 / Debian 10 (also called "Buster") is no longer supported by either Debian or Pi-hole.

You have 2 options:

  1. backup your Pi-hole settings (teleporter), install a new OS, install Pi-hole and than restore Pi-hole settings.
  2. use the PIHOLE_SKIP_OS_CHECK variable, like suggested in the error message:
    If you are seeing this message after having run pihole -up:
         sudo PIHOLE_SKIP_OS_CHECK=true pihole -r
    
    (In this case, your previous run of pihole -up will have already updated the local repository)
    

Got it - thanks. I'll try installing a newer version of the Raspberry Pi.

Does teleporter support the importing of blocked/allowed sites post-installation? I have over 300 custom websites in my block list that I really don't want to have to add one at a time. . .

Thanks for the input. I tried that - same results:

I rebooted and am still getting the same error when running pihole -up:

Try this command:

sudo PIHOLE_SKIP_OS_CHECK=true pihole -r

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