This is a proposal for a guide to upgrade to Forky(Mobian testing) from Trixie(the previous testing release)
This has not yet been tested so I am putting it out here for comment as a modification of the Bookworm --> Trixie guide
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
_______________________________________________________________
________________________________________________
Does this look correct? it seems that an apt update && apt upgrade will update the signing crypto keys so we dont need to dl that.
This has not yet been tested so I am putting it out here for comment as a modification of the Bookworm --> Trixie guide
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:openssh-server
or a similar tool, so the upgrade can carry on even if the network connection is lost)Code:screen
- ensure your Bookworm 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:apt update && apt dist-upgrade
- reboot, then edit both
andCode:/etc/apt/sources.list
, replacing all occurences ofCode:/etc/apt/sources.list.d/mobian.list
withCode:bookworm
6B reboot, then edit bothCode:trixie
andCode:/etc/apt/sources.list.d/debian.sources
, replacing all occurences ofCode:/etc/apt/sources.list.d/mobian.list
withCode:trixie
Code:forky
- in both files; you should then stop the
service (this will stop all running graphical applications, and is why SSH is needed!) and runCode:greetd
once againCode:apt update && apt dist-upgrade
- write down the list of packages removed by
which start withCode: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) PipeWireCode:pulseaudio
- run
to clean up unneeded packagesCode:apt autoremove
________________________________________________
Does this look correct? it seems that an apt update && apt upgrade will update the signing crypto keys so we dont need to dl that.