I tried following the instructions described here: https://help.ubuntu.com/community/EOLUpgrades/Jaunty

However, this gives me the following error:

root@hawk:~# do-release-upgrade 
Checking for a new ubuntu release
Done Upgrade tool signature
Done Upgrade tool
Done downloading            
extracting 'lucid.tar.gz'
authenticate 'lucid.tar.gz' against 'lucid.tar.gz.gpg' 
tar: Removing leading `/' from member names

Reading cache

Checking package manager

Can not upgrade 

An upgrade from 'jaunty' to 'lucid' is not supported with this tool. 

root@hawk:~#

How can I do this safely?

link|improve this question

36% accept rate
And you really did a sudo aptitude update && sudo aptitude safe-upgrade before? – mailq Jul 17 '11 at 15:46
feedback

1 Answer

I always did it through changing the repositories :

   sed 's/jaunty/lucid/g' /etc/apt/sources.list

    aptitude update
    aptitude upgrade
    aptitude dist-upgrade
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.