Upgrade to Nurmonjoki fails (2014 edition Jolla phone) [answered]
It took unusually long time for the upgrade to be downloaded, and all attempts to install it fail. I get an error message and a reboot button. On rebooting I return to my phone as it was before the attempt to upgrade.
Does anyone know how to fix this? I am thinking of deleting the downloaded upgrade file/s and trying to download again but not sure where to look for them?
Maybe a conflicting package ? In my case, an older version of the Navit app was conflicting (the RPM couldn't install).
Try to retry the upgrade over SSH console / command line (
DrYak ( 2018-09-28 15:39:19 +0200 )editssu release 2.2.1.18
thenversion --dup
) and look at the error messages. Maybe you'll see what causes the failure.Thanks - no conflicts were reported when done from the command line, it just worked. I will certainly keep this in mind in case I ever need it.
nik ( 2018-09-28 18:56:36 +0200 )editIn the specific case of the Jolla 1 smartphone, remember to also rebalance the BTRFS partition before (or at least after) big updates.
Either by using the special tool designed by Jolla (
btrfs-balancer balance
, you can also find nice GUIs on openrepos) as the GUI installer does, or by running the btrfs commands manually (btrfs balance start -v -dusage=60 -musage=60 /
).Speaking of BTRFS, switch the partition's metadata into single mode (as currently recommended by the BTRFS devs for flash/ssd), this saves some extra space.
DrYak ( 2018-10-03 11:36:11 +0200 )edit