Run the upgrade from Ubuntu 18.04 to Ubuntu 20.04 in the terminal with do-release-upgrade -d
and copy the error message into a text file. The error message will probably say which log file to look in to display the complete error message. An uncorrected error can block your upgrade forever, but if you correct the error the upgrade will proceed normally. Note: Please simulate all corrections before running them to avoid crippling your operating system.
When I tried this on my Ubuntu 18.04 the results were that three Python 2.x packages could not be upgraded, and that was blocking the upgrade from
Ubuntu 18.04 to Ubuntu 20.04. I simulated uninstalling each of these packages one by one. Uninstalling two of the three packages would also have uninstalled about 1GB of other packages that had these packages as a dependency. Uninstalling the third package with apt remove --simulate <package>
simulated only uninstalling itself and removed no other packages. After uninstalling this package the upgrade to Ubuntu 20.04 proceeded to the end without errors.
Thanks. I think all went the right way. I found the problem that this repository is not available: http://archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease, so I changed it to http://archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease.
ppa-purge
of that PPA additions before you release-upgrade to 20.04 http://ubuntustudio.org/2020/04/ubuntu-studio-20-04-lts-released/\ – guiverc Sep 27 '20 at 10:51