由于客觀原因,IA64版本只有8.04 和9.04
而直接安裝9.04到選擇語(yǔ)言時(shí)就死機(jī),所以先安裝8.04 然后再升級(jí)
由于普通的方式要升級(jí)成9.04必須先升級(jí)到8.10,而IA64版無(wú)8.10,
所以需要經(jīng)過(guò)特別處理直接升級(jí)到9.04
也沒(méi)什么特別的,直接用9.04的光盤升級(jí)就行了:
一:光盤升級(jí)
刻9.04盤,把光盤放到光驅(qū)內(nèi),執(zhí)行命令 sh /cdrom/cdromupgrade 即可
二:光盤鏡像升級(jí)
1:sudo umount /cdrom
2:sudo apt-cdrom add
此時(shí)提示插入光盤,可從另外一個(gè)終端中執(zhí)行
3:mount /tmp/ubuntu-9.04-alternate-ia64.iso /cdrom -t iso9660 -o loop
然后返回原來(lái)終端回車
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