Upgrade Ubuntu Hardy Heron Server 8.04 To Ubuntu Server 8.10 Intrepid Ibex

by Vivek Gite on October 30, 2008 · 8 comments

Q. How do I upgrade my server system from Ubuntu hardy heron version 8.04 to Ubuntu Linux server 8.10 Intrepid Ibex over ssh session?

A. You can do network upgrade for Ubuntu Servers from 8.04 to 8.10 using a shell prompt over remote ssh session as follows:

Ubuntu Server 8.10 Network Upgrade

Login using ssh for remote server or open console for local server

WARNING! These examples are for SERVER edition. For desktop upgrade see this FAQ.

Apply patches

First, make sure your server is up to date with 8.04 version. Type the following two command to apply all upgrades:
$ sudo apt-get update
$ sudo apt-get upgrade

Change release

Open /etc/update-manager/release-upgrades file:
$ sudo bash
# vi /etc/update-manager/release-upgrades

Find line:
Prompt=lts
Change to:
Prompt=normal
Save and close the file. This will set release update from LTS (long support version) to latest 8.10 version.

Ubuntu 8.10 Server Upgrade

Type the following command to upgrade update manager, enter:
$ sudo apt-get install update-manager-core
Above will install / update update-manager-core if it is not already installed. Once installed just update system using the following command. Make sure you have backup of all important data:
$ sudo do-release-upgrade
Now, just follow the on-screen instructions.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 8 comments… read them below or add one }

1 barryp October 31, 2008

I tried this but on running do-release-upgrade got:

Checking for a new ubuntu release
No new release found

Editing /etc/update-manager/release-upgrades to change Prompt=lts to Prompt=normal allowed do-release-upgrade to offer an update to 8.10

Reply

2 vivek October 31, 2008

barryp,

The faq has been updated. I appreciate your post.

Reply

3 nme November 3, 2008

after

do-release-upgrade

i got

Checking for a new ubuntu release
No new release found

which is a bit misleading

reason – machine had no network access through NAT, what was required nor documented anywhere, instead try:

http_proxy="http://ip:port" do-release-upgrade

should work.

Reply

4 Eric November 5, 2008

Thanks!

Reply

5 Serg February 17, 2009

sudo http_proxy=”http://kc.zenit.ru:3128″ do-release-upgrade
Checking for a new ubuntu release
No new release found

Reply

6 0x3333 April 10, 2009

sudo http_proxy=”http://USER:PASS@kc.zenit.ru:3128″ do-release-upgrade

Reply

7 nigratruo May 11, 2010

Nano would be better, even emacs. And now please please please, no DUMB!!! comment that vi is the only editor that will be installed everywhere. The next time I hear this one I am going to beat the person to death for it. And this in the age of GIGA and TERRABYTES. Apt-get install nano… what the heck???

Reply

8 frankgobbo July 14, 2010

vi is by far and away the most widely used editor in any *nix space, and the most powerful and frankly the best.

nano — why?

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 4 + 5 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the simple math so we know that you are a human and not a script.




Previous post:

Next post: