Upgrade to Bullseye went wrong.
Posted: Thursday 21 December 2023 12:48
This not about Domoticz but just the upgrade from buster to bullseye on my Raspberry Pi 3B+ (headles configuration)
I have done this before, a number times, on the commandline following these steps
As far as I could see the process went OK. But checking cat /etc/os-release it still shows buster.
It seems very odd. Domoticz is running fine, no errors.
Trying to update && upgrade again, everything seems to be on the latest level. See output below
What can I do to get things in the right orde again, besides making a fresh install on new uSD-card
I hope there is some specialist who can help me out
I have done this before, a number times, on the commandline following these steps
As far as I could see the process went OK. But checking cat /etc/os-release it still shows buster.
It seems very odd. Domoticz is running fine, no errors.
Trying to update && upgrade again, everything seems to be on the latest level. See output below
Code: Select all
pi@mcmellow-pi:~ $ sudo apt-get update && sudo apt-get full-upgrade -y
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Get:3 http://giteduberger.fr rpimonitor/ InRelease [1,933 B]
Hit:4 https://packages.grafana.com/oss/deb stable InRelease
Hit:5 https://download.docker.com/linux/raspbian bullseye InRelease
Hit:6 https://packages.sury.org/php bullseye InRelease
Hit:7 https://deb.nodesource.com/node_16.x bullseye InRelease
Hit:8 https://packagecloud.io/ookla/speedtest-cli/debian bullseye InRelease
Fetched 1,933 B in 3s (655 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@mcmellow-pi:~ $ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
pi@mcmellow-pi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian.
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
I hope there is some specialist who can help me out