Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EOLUpgrades
- Contents
- Introduction
- Why upgrade
- Why choosing a fresh install
- For both upgrade and a new install
- Upgrade
- Requirements
- Known issues
- 8.10 to 9.10 (Intrepid to Karmic)
- 6.10 to 8.04 (Edgy to Hardy)
- 6.06 to 8.04.3 (Dapper to Hardy)
- 4.10 to 6.06 (Warty to Dapper)
- See Also
- Comments
- Introduction
- This page will explain how to upgrade an End of Life (EOL) release of Ubuntu to a supported system. This guide is not limited to Ubuntu (with the Gnome desktop). Any Ubuntu flavor (Kubuntu/Edubuntu and/or server installation and others) can use this guide. For upgrading supported releases please refer to this document. Mac users may have some difficulty upgrading to the most current release around versions 7.04/7.10.
- If you want to know whether your release is EOL please have a look at the following resources:
- https://wiki.ubuntu.com/Releases
- http://en.wikipedia.org/wiki/List_of_Ubuntu_releases
- http://www.ubuntu.com/products/ubuntu/release-cycle
- These guides assumes that the user knows his way on the terminal, as no graphical tools are used. This said, the steps for executing all the commands are actually copy/pasteable so everyone, from beginner to advanced user running EOL releases of Ubuntu can execute the upgrade(s).
- In case of problems you should be aware that most (if not all) of the releases which are mentioned in this guide are UNSUPPORTED, and getting help may be a bit tricky since most of us have already upgraded to a more recent version of Ubuntu. You could always try to run the upgrade path first in a virtual machine (vmware/virtualbox/qemu or others). All the upgrades of this guide were performed and tested in virtual machines (except for 6.10 to 7.10 which were executed on a Compaq/HP laptop NC6000). You can make a backup of your disks/partitions using Clonezilla.
- Why upgrade
- Why should you upgrade instead of performing a clean install of a supported version? Some don't like to perform new installations when there is a possibility to upgrade. The advantage of this is that you can keep your current configuration without having to change much. This is often the case in production environments where you don't want to lose a machine just because it needs a higher OS version.
- The scientific approach. It is possible to do, so why wouldn't we give it a shot? This is how I started out writing this guide. I had to help someone else, who was in another timezone and I thought my sleep was precious so I wrote a guide telling him how to upgrade to 8.04. When I was finished I decided it was fun to see if I could upgrade from 4.10 to the most current version (I admit, I took a shortcut when I arrived at 6.06, I upgraded directly to 8.04).
- Also, if your computer cannot start a live USB for whatever reason, and all you have is a Dapper Drake installation disc, then there's no other choice: you have to download the updates and install them from within Ubuntu.
- The last reason is more a flame. Why would we do it the Microsoft way? If we don't know, just restart... Why don't we try to fix the issue, even if it takes a bit more time. The time it takes per upgrade is dependent on your installation.
- Why choosing a fresh install
- There are reasons why one should not upgrade, but rather reinstall. They do not apply equally to all users, but are still worth considering before choosing the approach.
- From 9.04 (jaunty) ext4 becomes available. If you want to benefit from the new features ext4 has for you then you might just as well reinstall one of the supported releases.
- The boot loader has been greatly improved. Upgrading Ubuntu does not upgrade GRUB 1 to GRUB 2, which must be done in a separate process. Although the GRUB-upgrade is easy for an experienced user, a beginner might prefer to have this done automatically as part of the new install.
- Reinstalling might be both easier and faster. If you decide to follow the upgrade path (which could be long, if you want to reach the latest version), it is a good idea for future reference to keep a log of how much time was used. Compare this to the time used for a backup and new install.
- A series of upgrades often takes more bandwidth. In some parts of the world this is a major concern.
- An upgrade keeps user settings, but this is not always an advantage. If the settings are a mess, it is sometimes better for a beginner to start on a fresh install which also deletes /home without the risk of bringing problems along.
- For both upgrade and a new install
- It is not certain that every release of Ubuntu runs on the hardware in question. Regardless if you are upgrading or doing a new install, it is always a good start to try the new release in a live boot. A live Ubuntu runs from a CD or a USB stick, and it does not change the installation on the hard drive.
- Upgrade
- This guide consists of four main parts.
- The first part will cover upgrading from 8.10 to 9.04 and up (eventually to 10.04). We will do the following upgrades, 8.10 to 9.04 to 9.10 to 10.04 LTS.
- The second part will cover upgrading from 6.10 to 8.04.3 LTS. We will do the following upgrades, 6.10 to 7.04 to 7.10 to 8.04.3 LTS.
- The third part covers upgrading from 6.06 LTS to 8.04.3 LTS. This is the preferred way of upgrading to 8.04.3 from 6.06. You will not need to upgrade to 7.x. At the time of writing this is not an EOL upgrade.
- The fourth part will be about upgrading 4.10 to 6.06.2 LTS. We will do the following upgrades, 4.10 to 5.04 to 5.10 to 6.06.2 LTS.
- Note
- Ubuntu 6.06's support has ended in June 2009 for desktops and will end June 2011 for servers. This will mean a lot of desktop applications are not supported or updated anymore. See this list of supported packages. Upgrading 6.06.x to 8.04 is regarded as a regular upgrade. Please see DapperUpgrades or HardyUpgrades for more information.
- Requirements
- /etc/apt/sources.list
- Please make sure you have the following sources.list, change CODENAME to your release, e.g. breezy.
- ## EOL upgrade sources.list
- # Required
- deb http://old-releases.ubuntu.com/ubuntu/ CODENAME main restricted universe multiverse
- deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-updates main restricted universe multiverse
- deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-security main restricted universe multiverse
- # Optional
- #deb http://old-releases.ubuntu.com/ubuntu/ CODENAME-backports main restricted universe multiverse
- You can make use of -backports if you want, or -proposed. For more information about repositories https://help.ubuntu.com/community/Repositories/Ubuntu
- Dependencies
- You should also make sure some meta-packages are installed so the upgrade can continue without problems:
- Update-manager
- From version 6.06 and up you will need to install the update-manager and update-manager-core packages.
- # update-manager is something you don't want to install on cli servers
- sudo aptitude install update-manager-core update-manager
- For upgrading from an LTS release to a non-LTS release, make sure that the update manager is correctly configured to upgrade any release. This is not needed when upgrading from one LTS release to the next LTS release:
- sudo perl -pi -e 's/^Prompt=.*/Prompt=normal/' /etc/update-manager/release-upgrades
- Ubuntu-desktops
- If you run a particular desktop version, you might want to reinstall this package to resolve any issue with dependencies of that package. You can (re)install these -desktop packages before or after your upgrade. To find out if you which desktop package you want to (re)install: dpkg -l | grep tu-desktop. Or search for one by running aptitude search tu-desktop. The correct commands to (re)install are:
- # The Kubuntu desktop
- sudo aptitude install kubuntu-desktop
- # or
- sudo aptitude reinstall kubuntu-desktop
- Kernels
- 8.04 and up: apt:linux-image-generic,linux-headers-generic, apt:linux-image-server,linux-headers-server or apt:linux-image-virtual,linux-headers-virtual
- sudo aptitude install linux-image-generic linux-headers-generic
- # or
- sudo aptitude install linux-image-server linux-headers-server
- # or
- sudo aptitude install linux-image-virtual linux-headers-virtual
- 5.04: linux-image-386 and linux-headers-386
- sudo aptitude install linux-image-386 linux-headers-386
- 4.10: linux-image-386 and linux-kernel-headers
- sudo aptitude install linux-image-386 linux-kernel-headers
- Known issues
- Some issues are related to apt-get upgrade and dist-upgrade commands. If you get calculation errors when running do-release-upgrade you can resolve this issue by running do-release-upgrade -m desktop or you can remove the ubuntu-desktop package. When aptitude is used there is no need for this. Please follow the guide exactly, when this guide wants to use apt-get, it will tell you Smile :)
- If you run into individual dependency issues you need to resolve these individually. You can use sudo apt-get -f install for this. And then continue by running e.g. sudo ./feisty --frontend DistUpgradeViewTextm -mode=server. Replace feisty with the release where you upgrade to, this will continue the do-release-upgrade process.
- 8.10 to 9.10 (Intrepid to Karmic)
- This upgrade exercise has been executed on a fresh install of Ubuntu 8.10 and we will upgrade to 9.10.
- Intrepid 8.10 to Jaunty 9.04
- EOLUpgrades/Intrepid
- Jaunty 9.04 to Karmic 9.10
- EOLUpgrades/Jaunty
- 6.10 to 8.04 (Edgy to Hardy)
- This upgrade exercise has been executed on a fresh install of Ubuntu 6.10 and we will upgrade to 8.04.3 LTS.
- Edgy 6.10 to Feisty 7.04
- EOLUpgrades/Edgy
- Feisty 7.04 to Gutsy 7.10
- EOLUpgrades/Feisty
- Gutsy 7.10 to Hardy 8.04
- EOLUpgrades/Gutsy
- 6.06 to 8.04.3 (Dapper to Hardy)
- Dapper 6.06 to Hardy 8.04.3
- EOLUpgrades/Dapper
- 4.10 to 6.06 (Warty to Dapper)
- This upgrade exercise has been executed on a fresh install of Ubuntu 4.10 and we will upgrade to 6.06.2 LTS.
- Warty 4.10 to Hoary 5.04
- EOLUpgrades/Warty
- Hoary 5.04 to Breezy 5.10
- EOLUpgrades/Hoary
- Breezy 5.10 to Dapper 6.06.2
- EOLUpgrades/Breezy
- See Also
- Upgrade path:
- https://help.ubuntu.com/community/HardyUpgrades - Upgrade process from Breezy (6.06) and Gutsy (7.10) to Hardy (8.04)
- Bugs:
- https://bugs.launchpad.net/bugs/264181 - Bug where EOL to supported version upgrade fails (FIXED)
- https://bugs.launchpad.net/bugs/319324 - I suspect this is a follow up bug on 264181
- Comments
- If you think something is incorrect on this page please contact me. You can find my contact details here. I would also like to hear from you if this guide didn't help you, the more feedback I get, the better this guide will get.
- CategoryUpgrade
- EOLUpgrades (last edited 2011-07-14 13:00:37 by tsimpson)
- The material on this wiki is available under a free license, see Copyright / License for details
- You can contribute to this wiki, see Wiki Guide for details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement