I want to upgrade my Ubuntu 22.04 LTS
to Ubuntu 23.04
using an iso
file only.
I don't want to redownload any thing because my ISP gives me very limited amount of data and it's expensive.
I would have no problem to reinstall the system from the iso file if I can somehow save my files and apps.
Asked
Active
Viewed 1,119 times
2

Ammar
- 21
1 Answers
0
Upgrade from Ubuntu 22.04 to 23.04 using an ISO file.
Create a Live install of 23.04 on your hard drive similar to: https://askubuntu.com/a/1251782/43926
The GRUB menuentry is a little different for 23.4 than for 22.04, Use:
menuentry "Try or Install ubuntu-23.04-desktop-amd64" {
loopback loop /ubuntu-23.04-desktop-amd64.iso linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/ubuntu-23.04-desktop-amd64.iso quiet splash locale=en_US bootkbd=us console-setup/layoutcode=us noeject -- initrd (loop)/casper/initrd }
Boot the new ISO toram, Install Ubuntu 23.04 in free space.

C.S.Cameron
- 19,519
choose "other" option and don't format /home partition if it is separate from /, or don't format /
. But I have never tried that. (As said in other comment, apps won't be kept/reinstalled without internet). I would create a new partition and install there the new system, and then delete old one after migrating files from there. – cipricus Jun 28 '23 at 13:16