A small, affordable computer with free resources to help people learn, make things, and have fun
https://forums.raspberrypi.com/
Those working on it may have some ETA they are working towards but haven't announced one. Everyone else will be guessing.
Code: Select all
OS: Debian GNU/Linux 13 (trixie) aarch64
Host: Raspberry Pi 3 Model B Plus Rev 1.3
Kernel: Linux 6.12.47+rpt-rpi-v8
CPU: BCM2837 (4) @ 1.40 GHz
GPU: Broadcom bcm2835-vc4 [Integrated]
Memory: 222.83 MiB / 906.04 MiB (25%)Code: Select all
sudo nano /etc/apt/sources.list
sudo nano /etc/apt/sources.list.d/raspi.listCode: Select all
sudo apt update
sudo apt full-upgradeOr follow the better, more complete, method provided in the beta forum... (And linked to previously in the topic)Wobbo wrote: ↑Sat Sep 27, 2025 7:58 pm⚠️ Do this entirely at your own risk
It’s always safest to wait until the Raspberry Pi team releases an official Raspberry Pi OS based on Debian 13. That way you know everything has been tested and is supported.
If you really can’t wait, you can try upgrading manually by editing your sources:Replace all bookworm with trixie, then run:Code: Select all
sudo nano /etc/apt/sources.list sudo nano /etc/apt/sources.list.d/raspi.listI do not recommend upgrading your main installation this way.Code: Select all
sudo apt update sudo apt full-upgrade
If you want to experiment, try it first on a fresh/empty install so you know what to expect.
Always make backups and be prepared to reinstall from scratch if something goes wrong.
Some users reported success with this method, but there is no guarantee it will work for everyone.
Can you elaborate on this please? It seems as though you meant to say "Forky since a few hours", not Trixie, since this entire topic is about Trixie becoming the new Debian Stable (or am I totally misunderstanding the situation??).