I know the release was delayed until Aug 29th, but its now September and I still cannot upgrade to 24.04. This is Ubuntu Server.
$ sudo do-release-upgrade -c
Checking for a new Ubuntu release
There is no development version of an LTS available.
To upgrade to the latest non-LTS development release
set Prompt=normal in /etc/update-manager/release-upgrades.
This is post apt update / upgrade. Even did a reboot afterwards and tried again for good measure. Was the server LTS point release delayed (not sure if its a separate release train from the Desktop release)?
Edit: Update from release mailing list https://lists.ubuntu.com/archives/ubuntu-release/2024-September/006226.html
Edit again: Fix is out in the proposed branch. https://bugs.launchpad.net/ubuntu/+source/linux-gcp/+bug/2078720 https://www.reddit.com/r/Ubuntu/s/YMcOjexGNM
According to Utkarsh Gupta on the mailing list in a reply to Michael Payne (one of the other answers here!):
I never saw an announcement, but Michael's answer has followup information and a link to the related issue.
In fact, on the two different machines where I have tested it,
do-release-upgrade
when run normally offers no updates:But adding the
-d
switch for including development versions gives the result that would have been expected from the plain command:I have now successfully upgraded a 22.04.4 LTS (ARM64) virtual machine that I had locally to 24.04.1 LTS by simply running
sudo do-release-upgrade -d
.As the release that is installed by
sudo do-release-upgrade -d
clearly identifies itself as "24.04.1 LTS", I presume that the upgrade was correct and that the-d
switch is a good workaround for the current problem.