0

So i lost my chance to a normal upgrade at april and lost my chance to upgrade to 22.04 as well. Now i cant upgrade at all. What are my options? Thanks!

2 Answers2

0

Your options are limited.

Your best option may be now just to reinstall the latest version of Ubuntu 22.04LTS without losing data in the Home folder as outlined in this old but still relevant Q&A.

But, please do ensure that you have first backed up any essential data you wish to retain before progressing further no matter which option you choose.

graham
  • 10,436
  • Ok read it. Its very old... Do you think i can just install the 22.04? ,From iso? Is there a way to upgrade from the iso? – shahaf mobile Jun 26 '22 at 20:21
  • "Is there a way to upgrade from the iso?" not that I can think of. Your best option is to install 22.04 LTS from scratch but note the caveats about backups before doing anything if you have important data to retain. – graham Jun 27 '22 at 09:07
  • My only important data is my plex DB... Thats huge work restoring plex. I feel so stupid – shahaf mobile Jun 27 '22 at 18:51
0

On Kubuntu I was able to get the upgrade to run by going into Software Sources (Discover -> Settings -> Software Sources) and changing the download mirror to "main server" from what it had been. Then I opened a terminal and ran apt upgrade and then pkexec do-release-upgrade -m desktop -f DistUpgradeViewKDE.

Pockets
  • 1,028
  • 9
  • 13
  • Why pkexec and not sudo? Is any GUI involved with it? – Levente Aug 08 '22 at 01:42
  • That is copied from the official upgrade guide here - https://help.ubuntu.com/community/JammyUpgrades/Kubuntu. They also have a terminal-only option which uses sudo. I just prefer the partial-GUI option. – Pockets Aug 10 '22 at 01:32