Я пробовал следовать инструкциям, описанным здесь: https://help.ubuntu.com/community/EOLUpgrades/Jaunty
Однако это дает мне следующую ошибку:
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:~#
Как я могу сделать это безопасно?
Я всегда делал это, меняя репозитории: не забывайте -i ниже.
sed -i 's/jaunty/lucid/g' /etc/apt/sources.list
aptitude update
aptitude upgrade
aptitude dist-upgrade