This is a proposal for a guide to upgrade to Forky(Mobian testing) from Trixie(the previous testing release)
This has now been tested!!! it worked for me on my PPpro.
https://blog.mobian.org/posts/2025/10/ne...ting-keys/
It seems there are errors but we can fix these.
I will first recommend everyone with disk space use the tow-boot blue light special bulk storage mode and save the / of your PP or PPp to your computer, this will take a while to do but even if encryptde is pretty easy, in my ubuntu derivitave OS the GUI asked if I wanted to decrypt the volume, entered password, and I had access to my root. A alternative is to use a USB mass storage device over an adapter or a big SD card to save your root or at least your /home.
below is form the guide linked above with some lined out do-not instructions and my edits in green
_______________________________________________________________
________________________________________________
I have tested this now, but everyone have a look, does this look correct, did I miss something obvious? it seems that an apt update && apt upgrade will update the signing crypto keys so we dont need to dl that for a trixie to forky upgrade which is far cleaner than bookworm to trixie.
This has now been tested!!! it worked for me on my PPpro.
https://blog.mobian.org/posts/2025/10/ne...ting-keys/
It seems there are errors but we can fix these.
I will first recommend everyone with disk space use the tow-boot blue light special bulk storage mode and save the / of your PP or PPp to your computer, this will take a while to do but even if encryptde is pretty easy, in my ubuntu derivitave OS the GUI asked if I wanted to decrypt the volume, entered password, and I had access to my root. A alternative is to use a USB mass storage device over an adapter or a big SD card to save your root or at least your /home.
below is form the guide linked above with some lined out do-not instructions and my edits in green
_______________________________________________________________
- keep your device plugged to a power source: such an upgrade can be a rather long process, you don’t want to run out of battery half-way there!
- backup all your personal data
- really, we mean it: backup all your personal data!
- install
and execute the entire upgrade process over SSH (and preferrably usingCode:sudo apt install openssh-server
or a similar tool, so the upgrade can carry on even if the network connection is lost)Code:sudo apt install screen
- ensure your Trixie installation is fully up-to-date; as the GPG key we use for signing the package repository has expired since the Bookworm release, you’ll probably need to run
at least twice: the first time it will update the Mobian keyring package, the second invocation will pull in the latest updates for Mobian-specific packagesCode:sudo apt update && sudo apt dist-upgrade
reboot,
- then edit both
andCode:sudo vi /etc/apt/sources.list.d/debian.sources
, replacing all occurences of trixie with forky in both files; forkyCode:sudo vi /etc/apt/sources.list.d/mobian.sources
- (not sure this step is required in trixie to forky)you should then stop the
service (this will stop all running graphical applications, and is why SSH is needed!) and runCode:sudo service greetd stop
once againCode:sudo apt update && sudo apt dist-upgrade
- (trixie to forky I didn't need this as only 2 packages were removed non-mobian both)write down the list of packages removed by
which start withCode:sudo apt dist-upgrade
as those will have to be reinstalled later on to restore full functionality of your device; please note that some packages have been renamed/replaced in Trixie, so it can be expected to see e.g.Code:mobian-
orCode:phog
in the list of removed packagesCode:pinephonepro-tweaks
- reinstall all
packages removed in the previous step; this will removeCode:mobian-*
from the system, which is to be expected as Mobian now relies on (and mandates the use of) PipeWire(already done in the trixie upgrade form bookworm)Code:pulseaudio
- run
to clean up unneeded packagesCode:sudo apt autoremove
________________________________________________
I have tested this now, but everyone have a look, does this look correct, did I miss something obvious? it seems that an apt update && apt upgrade will update the signing crypto keys so we dont need to dl that for a trixie to forky upgrade which is far cleaner than bookworm to trixie.

