我尝试按照以下说明升级我的 Ubuntu 服务器:
http://www.ubuntu.com/desktop/get-ubuntu/upgrade
但是命令 do-release-upgrade (以 root 身份)给我带来了:
Checking for a new ubuntu release
Failed Upgrade tool signature
Failed Upgrade tool
Done downloading
extracting 'intrepid.tar.gz'
Failed to extract
Extracting the upgrade failed. There may be a problem with the network or with the server.
实际上跑得很辛苦。
有任何想法吗?
答案1
Ubuntu 官方教程的第 2 步具有误导性。不要将提示符更改为正常,保持原样即可。
如果您正在从 Hardy 进行更新,它将以这种方式工作。
答案2
Intrepid 是 Ubuntu 的一个过时版本,其寿命在 2010 年 4 月结束。升级到 Intrepid 不是一个正确的选择。
编辑:
由于您使用的是 Hardy,因此下一步应该是 Lucid(下一个 LTS)。您的/etc/update-manager/release-upgrades
设置可能不是Prompt=lts
而是Prompt=normal
,因此它尝试选择 Intrepid 并失败。
正确设置/etc/update-manager/release-upgrades
并do-release-upgrade
再次启动。