Ubuntu Server8.04 直接升级为 9.04

Ubuntu Server8.04 直接升级为 9.04
由于客观原因,IA64版本只有8.04 和9.04
而直接安装9.04到选择语言时就死机,所以先安装8.04 然后再升级
由于普通的方式要升级成9.04必须先升级到8.10,而IA64版无8.10,
所以需要经过特别处理直接升级到9.04
也没什么特别的,直接用9.04的光盘升级就行了:
一:光盘升级
刻9.04盘,把光盘放到光驱内,执行命令 sh /cdrom/cdromupgrade 即可

二:光盘镜像升级
1:sudo umount /cdrom
2:sudo apt-cdrom add
此时提示插入光盘,可从另外一个终端中执行
3:mount /tmp/ubuntu-9.04-alternate-ia64.iso /cdrom -t iso9660 -o loop
然后返回原来终端回车
4: sudo apt-get update
5: sudo apt-get dist-upgrade
6: sudo update-manager -d

三:Ubuntu 9.04 AMD64的更新源

deb http://ubuntu.dormforce.net/ubuntu/ jaunty main restricted
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty main restricted
deb http://ubuntu.dormforce.net/ubuntu/ jaunty-updates main restricted
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-updates main restricted
deb http://ubuntu.dormforce.net/ubuntu/ jaunty universe
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty universe
deb http://ubuntu.dormforce.net/ubuntu/ jaunty-updates universe
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-updates universe
deb http://ubuntu.dormforce.net/ubuntu/ jaunty multiverse
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty multiverse
deb http://ubuntu.dormforce.net/ubuntu/ jaunty-updates multiverse
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-updates multiverse

deb http://ubuntu.dormforce.net/ubuntu/ jaunty-security main restricted
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-security main restricted
deb http://ubuntu.dormforce.net/ubuntu/ jaunty-security universe
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-security universe
deb http://ubuntu.dormforce.net/ubuntu/ jaunty-security multiverse
deb-src http://ubuntu.dormforce.net/ubuntu/ jaunty-security multiverse



你可能感兴趣的:(Ubuntu Server8.04 直接升级为 9.04)