to upgrade ubuntu desktop 8:10 to ubuntu 9:04 can be done by the following steps:
1. open the console by pressing alt + F2
2. type the command
update-manager-d
update manager will notify the latest release of ubuntu 9:04. then click on the upgrade and follow the instructions on the screen
and for ubuntu server 8.10 can be done by the following steps:
apt-get install update-manager-core
edit the file /etc/update-manager/release-Upgrades
Prompt = normal;
type the command:
sudo do-release-upgrade
and follow the instructions on the screen like this
root@server1:~# do-release-upgrade
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading
extracting ‘jaunty.tar.gz’
authenticate ‘jaunty.tar.gz’ against ‘jaunty.tar.gz.gpg’Reading cache
Checking package manager
Continue running under SSH?
This session appears to be running under ssh. It is not recommended
to perform a upgrade over ssh currently because in case of failure it
is harder to recover.If you continue, a additional ssh daemon will be started at port
‘9004′.
Do you want to continue?Continue [yN] <– y
Confirm that you want to do the upgrade:
Calculating the changes
Do you want to start the upgrade?
1 package is going to be removed. 29 new packages are going to be
installed. 392 packages are going to be upgraded.You have to download a total of 236M. This download will take about 2
minutes with your connection.Fetching and installing the upgrade can take several hours. Once the
download has finished, the process cannot be cancelled.Continue [yN] Details [d] <– y
At the end of the upgrade process, you should remove obsolete packages:
Remove obsolete packages?
28 packages are going to be removed.
Continue [yN] Details [d] <– y
The server needs to be rebooted to complete the upgrade:
System upgrade is complete.
Restart required
To finish the upgrade, a restart is required.
If you select ‘y’ the system will be restarted.Continue [yN] <– y
good luck

Recent Comments