I'm following the upgrade instructions on Ubuntu's website, but on launching the upgrade tool I get this response:
Checking for a new ubuntu release
No new release found
Am I doing something wrong? Is there a workaround?
I'm following the upgrade instructions on Ubuntu's website, but on launching the upgrade tool I get this response:
Checking for a new ubuntu release
No new release found
Am I doing something wrong? Is there a workaround?
According to Ubuntu Engineering Foundations team manager Steve Langasek:
If you choose to upgrade before then, you can pass the
-d
option to the upgrade tool, runningdo-release-upgrade -d
orupdate-manager -d
, to upgrade from vanilla 12.04 to 14.04. (-d
stands for devel.)This question explains the justification for waiting for the prompt:
If one has no access to a GUI and wants the update on terminal:
Edit the file
for
Prompt
to match eithernormal
orlts
. (See list below what fits your case, be aware that you can only upgrade an LTS to another LTS version):Test correct version is found, run
Upgrade in case correct version is shown:
If you want to upgrade to development state (e.g. if you want to go from 18.10 to 19.04 before its official release) the
-d
flag is helpful:That way I could upgrade a 12.04 to 12.10.
The available
Prompt
options are:Notice the -d at the end; from the
man
page:This works even with
Prompt=lts
in/etc/update-manager/release-upgrades
.In case you are having this issue and it's not the 18.04.1 problem or and switching to lts or non-lts updates changes nothing, try the following (super hard to find steps).
Open a terminal and type:
export DEBUG_UPDATE_MANAGER=true
before thedo-release-upgrade -c
command to see what goes wrong.If you are getting the same problem I have you would see:
You could be facing the issue that you have a proxy configured for apt that is no longer relevant. Because of historic reasons (bug #446552), there are several unreasonable places where the updater will look for proxy settings. Beside the system-wide settings you should also check bash environment variables,
gconf
gnome proxy settings,/etc/apt/apt.conf
and in my case/root/.synaptic/synaptic.conf
.The latter mind you no longer has a working menu in the GUI and the only way to remove the proxy settings is to edit the file. You can also just remove the file, that also works.
2 options :
Burn the iso and put it in your drive, it will detect the upgrade automatically
Go in you synaptics options, then Preference > distribution > Always prefer the highest version.
Problem solved ?