Migration to Bullseye failed

Hi, I just installed yunohost 4.1.7.2 to my Raspberry pi 3 , Switched to 4.4.1 using the script. And I tried migrating to Bullseye since that’s what the forum post about upgrading tells me to do. It failed for some reason.

Heres the full log; https://paste.yunohost.org/raw/ixekahofig
Appreciate any help :slight_smile:

Tried running apt-get upgrade and the device doesn’t boot anymore

Hi, I think you better do a backup before.
What have on your file /etc/apt/sources.list raspberry have their own sources, it should be some lines like:
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
or
deb http://archive.raspbian.org/raspbian bullseye main contrib non-free
Perhaps the old ones with buster have been commented with the script with a # ???

I didn’t quite get what you were trying to tell me but here’s my sources.list file;

deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi


Ok, so if you are trying upgrade to debian 11 bullseye you must change this line:
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
with
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi first and do then sudo apt update && sudo apt full-upgrade

This is necessary for the migration to have the sources of Debian 11 (bullseye)…

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