www.Linux-Support.com

  • Increase font size
  • Default font size
  • Decrease font size
Home

Online Upgrade to Ubuntu 11.10 for Desktop Computers

Print
Article Index
1. General upgrade information
1.1. Requirements
2. Configure your Upgrade Path
3. Perform the Upgrade
4. Upgrade from CD/DVD

ubuntu-upgradeThis article provides details on upgrading to Ubuntu 11.10 (code name “Oneiric Ocelot”) for desktop computers. To perform the upgrade you are required to run an graphical user interface like Gnome or KDE.

1. General upgrade information

An upgrade is the process of going from an earlier version of Ubuntu to a newer one. Skipping versions is not advised as it may cause damage to your system.

If you are using an earlier version, and want to ‘skip’ a version, the safest way is to backup your data and do a fresh installation, or to progressively upgrade to each successive version.

The following table contains a list of supported upgrade paths:

source version target version
11.04 (Natty Narwhal) 11.10 (Oneiric Ocelot)
10.10 (Maverick Meerkat) 11.04 LTS (Natty Narwhal)
10.04 (Lucid Lynx) 10.10 (Maverick Meerkat)
9.10 (Karmic Koala) 10.04 (Lucid Lynx)
8.04 (Hardy Heron) 10.04 (Lucid Lynx)
9.04 (Jaunty Jackalope) 9.10 (Karmic Koala)
8.04 (Hardy Heron) 9.10 (Karmic Koala)
8.10 (Intrepid Ibex) 9.04 (Jaunty Jackalope)
8.04 (Hardy Heron) 8.10 (Intrepid Ibex)

1.1. Requirements

  • X11 is running with Gnome or KDE
  • You can upgrade to Ubuntu 11.10 from release 10.04 only.
  • Be sure that you have all updates applied to your system before you upgrade.
  • Read the release notes for Ubuntu 11.10.
  • Perform a backup of your system! At least all data files, database contents, custom applications, application configurations and custom system configurations should be included. If there are a lot of additional applications installed via apt_get or aptitude, you should consider to dump a list of all software packages installed in your system.

2. Configure your Upgrade Path

Depending on your system settings the upgrade path will be determined automatically.

The configuration may be performed via GUI or at Online Upgrade to Ubuntu 11.10 at Command Line (take a look at section Define your upgrade path). On the Gnome Desktop open the Update Manager.

update-manager-start-unity

Click on the button labeled 'Settings...' and a new dialog will open. Selct the Updates tab. At the bottom you will find the proper configration setting. (Please note, the following screenshot has been taken from the previous release. So some details may look slightly different.) 

Screenshot-Software_Sources-1

The configuration setting at the bottom of this configuration tool should be set to normal.

3. Perform the Upgrade

You can easily upgrade over the network with the following procedure.

  1. Start the Update Manager as stated above.
  2. If there are any updates to install, use the Install Updates button to install them, and press Check again after the upgrade process has been compreted.
  3. A message will appear informing you of the availability of the new release.
    upgrade-mgr-pkg-list-1110 
  4. Click the Upgrade button.
  5. Follow the on-screen instructions.
    ubuntu-11.10-upgrade-available

4. Upgrade from CD/DVD

If your network connection is not fast enough or not reliable you should consider to perform the upgrade from CD/DVD. 

  1. Download the alternate installation CD
  2. It is not required to burn image files to a CD / DVD. Just mount the image file as a file from your desktop or by executing the following command line statement.
    1
    2
    3
    # mount the image file
    $ sudo mount -o loop ~/Desktop/ubuntu-11.10-alternate-xxxx.iso /media/cdrom0
     
  3. A dialog will be displayed offering you the opportunity to upgrade using that CD.
    Screenshot-Upgrade_volume_detected
  4. Follow the on-screen instructions.
  5. If the upgrade dialog is not displayed for any reason, you may also run one of the following commands by pressing Alt+F2.
    1
    2
    3
    4
    5
    6
    # if you are running Gnome
    $ gksu "sh /cdrom/cdromupgrade"
     
    # or if you are running Kubuntu
    $ kdesudo "sh /cdrom/cdromupgrade"
     

Related articles:

Last Updated on Wednesday, 02 November 2011 10:30