Update to 25.04

Trying to Update from Ubuntu 24.10 to Ubuntu 25.04.

I have kernel 6.11.0.25 Generic installed and fully Updated. I think I am in the GNOME desktop.

Tried to install via Software Manager both ways, then tried Terminal with ways I Googled from the Internet. After clicking Install, nothing happens. Not being and LTS release, I know I need to install new Updates to continue support.

How can I get 25.04 to install?
Spike

Your lacking any kind of useful information to help you!!!

You said you followed suggestions from the web! (I’m not a good mind reader) give us those examples Please.

sudo do-release-upgrade

will give us a better idea as to whats happening on your end.

Then you should be familiar with this result. Are you?

image

If not, then open a terminal, run sudo apt update and then sudo apt upgrade, copy the entire output of both, and paste them into your response.

Tip: You will get faster and better help if you show output or results instead of describing them.

That is the Sotware Updater screen I get.

Ran sudo apt update, then ran the apt list --upgradable, then the sudo apt upgrade. These are the results I copied from Terminal:

Fetched 1,208 kB in 1s (841 kB/s)
5 packages can be upgraded. Run ‘apt list --upgradable’ to see them.
michael@PC:~$ apt list --upgradable
grub-common/oracular-updates 2.12-5ubuntu5.3 amd64 [upgradable from: 2.12-5ubuntu5.1]
grub-pc-bin/oracular-updates 2.12-5ubuntu5.3 amd64 [upgradable from: 2.12-5ubuntu5.1]
grub-pc/oracular-updates 2.12-5ubuntu5.3 amd64 [upgradable from: 2.12-5ubuntu5.1]
grub2-common/oracular-updates 2.12-5ubuntu5.3 amd64 [upgradable from: 2.12-5ubuntu5.1]
libcanberra-pulse/oracular 0.30-17ubuntu1 amd64 [upgradable from: 0.30-10ubuntu10]
michael@PC:~$ sudo apt upgrade
Not upgrading yet due to phasing:
grub-common grub-pc grub-pc-bin grub2-common

Not upgrading:
libcanberra-pulse

Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 5
Notice: Some packages may have been kept back due to phasing.
michael@PC:~$

sudo do-release-upgrade
Checking for a new Ubuntu release
Please install all available updates for your release before upgrading.

I have installed all available updates for 24.10 that Software Updater found.

yep seen that, how about:

sudo apt dist-upgrade 

That you just have to be patient on, it should come in as testing is satsified. :wink: or with a successful Version upgrade.

1 Like

What is phasing?

michael@PC:~$ sudo apt dist-upgrade
[sudo] password for michael:
Not upgrading yet due to phasing:
grub-common grub-pc grub-pc-bin grub2-common

Not upgrading:
libcanberra-pulse

Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 5
Notice: Some packages may have been kept back due to phasing.
michael@PC:~$

All you need to know:
https://documentation.ubuntu.com/server/explanation/software/about-apt-upgrade-and-phased-updates/index.html

It is perfectly normal.

Once the updates are rolled out to your computer, it should be possible to upgrade to the next version.

2 Likes

Try:

sudo apt install grub-common grub-pc grub-pc-bin grub2-common libcanberra-pulse

That will override the phasing and install the missing packages…

Great info I did not know. I will wait until I get another automatic screen to Update before I do anything else.
Thank you! Spike

That is the best practice :+1:>>>wait for the Phased upgrades to come in naturally. :wink:

3 Likes