Upgrading Ubuntu using Alternate ISO

Thursday, February 11, 2010 by Less Talk, More Example

The Goal

Upgrading ubuntu using alternate ISO without having to burning it to the CD. We mount the ISO manually and install from there.
Upgrade Ubuntu

The Process

Important, upgrading an ubuntu require you to do it in sequence manner. For example, if your current version is Ubuntu 8.04 and you want to upgrade to Ubuntu 9.10 you must upgrade to 8.10 first, then 9.04 and finally 9.10. This tutorial cover upgrading from Ubuntu 9.04 to 9.10. So, here we go.
  1. Download ubuntu-9.10-alternate-i386.iso from one of download mirror.
  2. Save it to somewhere i.e. /home/abc/ubuntu-9.10-alternate-i386.iso
  3. Mount the ISO $ sudo mount -t iso9660 -o loop /home/abc/ubuntu-9.10-alternate-i386.iso /media/cdrom0
  4. Execute the cdromupgrade script. $ cd /media/cdrom0 $ sudo ./cdromupgrade &
  5. It's better to choose "No", and only fully upgrade from the iso.
    Choose no Internet

  6. The upgrade process would start immediately.
    Ubuntu Upgrade - Software Channel  Preparing packages  Upgrading Process
  7. After all procress complete, restart your system.
  8. After logged in open the terminal and check the current Ubuntu version. $ sudo lsb_release -a Distributor ID: Ubuntu Description: Ubuntu 9.10 Release: 9.10 Codename: karmic
  9. Enjoy your brand new Ubuntu :)
Posted in Label: , , | 3 Comments »

3 komentar:

Mirza said...

Ok, Thanks for sharing bro.. :D

Real Bezo said...

i have choosen "no" for the 5. step but it still tries to download the packages from internet, i disabled my internet connection after and it says that because of my internet connection is down the update process is cancelled. I don't understand, i do everything to upgrade my 9.04 version to 9.10 with my 9.10 alternate iso but the stupid thing is it is still trying to download the packages from internet, and where is the benefit to download the iso from internet.

Anonymous said...

@Real Bezo,
That's strange behaviour, when you choose "No" ubuntu shouldn't use any network. Just make sure you disabled the network before executing "cdromupgrade" command.

Post a Comment

Advertisement