7

update speed is so slow, and i have download the new iso file:ubuntu-12.04-desktop-i386.iso, can i update directly from the iso file ? my version is 11.10, Any help is appreciated.

Achu
  • 21,237
zhanggang
  • 71
  • 1
  • 1
  • 2

5 Answers5

9

Upgrading by using the CD or USB image

If you are using 10.04 LTS or 11.10 and you either insert the live CD or boot from the live CD to start installing it will give a option of upgrading to 12.04. It will automatically detect installed applications and install the updated version of your applications also.

If you download an ISO, the recommendation is to perform a md5sum check to ensure both the ISO downloaded and the burned CD are valid.

  • Upgrade from 10.04 LTS (here shown with dual boot):

NOTE: Upgrades from 10.04 to 12.04 are not activated yet, see this question for more detail:

Taken from 12.04LTS upgrade

Ashu
  • 9,482
2

I tried that and did work for me. I think the desktop ubuntu-12.04-desktop-i386.iso CD iso does not include the upgrade packages.

My advice for you is: you should download ubuntu-12.04-alternate-i386.iso(which is got all the upgrade packages) and then mount using the following command.

sudo mkdir -p /media/cdrom  
sudo mount -o loop ~/Desktop/ubuntu-12.04-alternate-i386.iso /media/cdrom
  • A dialog will be displayed offering you the opportunity to upgrade using that CD. If the upgrade dialog is not displayed for any reason, you may also run the following command using Alt+F2:

gksu "sh /media/cdrom/cdromupgrade"

Achu
  • 21,237
  • This is good method, but if did'nt connected to internet existing packages may lose :) – Tachyons Apr 27 '12 at 08:39
  • if i use ubuntu-12.04-alternate-i386.iso, results is the same as install from ubuntu-12.04-desktop-i386.iso? Thank you for answering. – zhanggang Apr 27 '12 at 08:41
  • @zhanggang please see my the edited one :) – Achu Apr 27 '12 at 08:44
  • @I'mnotthisperson I'm not sure on that. but he have internet connection but the update is very slow for him ;) – Achu Apr 27 '12 at 08:46
  • I've tried this and when my dialog appeared it said that it must download 1 Gb od data, so I assumed that it's not using data from my .iso image at all. – Alen Jul 12 '12 at 09:22
1

If you burn it to a cd and boot it, and start the installation process you should be able to select the "upgrade" option in the menu.

eltommo
  • 1,916
1

Yes, you can! Just boot via Live CD/USB, click Install on welcome Page, after that, click 'Continue' (You can optionally download updates while installing). In the installation type, select "Upgrade Ubuntu 11.10 to Ubuntu 12.04 LTS" and click Install Now... You are done. This will keep your old files, etc while upgrading the OS.

1

In my case, I have done the upgrade though a startup disk of ubuntu using ISO image. It works fine, this will help you.

Eliah Kagan
  • 117,780
subin
  • 11