星期五, 5月 23

wubi 裝 ubuntu, preseed.cfg 修改



1) windows 下的 wubi 安裝 (請見這裡)

結束後請等 2) 步驟做完再重新啟動

2) 修改自動安裝檔

修改 d:\ubuntu\install\custom-installation\preseed.cfg (我裝在 D 槽)
#設定語系
d-i debian-installer/locale string zh_TW

#設定時區
d-i time/zone string Aisa/Taipei

#設定鏡像站
### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string enter information manually
d-i mirror/http/hostname string ftp.twaren.net
d-i mirror/http/directory string /ubuntu/
d-i mirror/http/proxy string

05/23 0800更新: 這樣改有比較快....一點點...但還是要半小時左右
對岸有人改成 DVD+wubi, 就不用再去掃描鏡像站...
等放假再來研究...

3) 隨選:重組 D 槽

4) 隨選:修改開機選單預設為 ubuntu

取消唯讀屬性並修改 c:\boot.ini
#設定開機選單等待時間(秒)
timeout=10
#設定預設開機項目
default=c:\wubildr.mbr


5) 中文化 Ubuntu Linux (在 Ubuntu Linux 環境中操作)

Alt + F2 → gnome-terminal
#更新 apt
sudo apt-get update

點選 System → Administration → Language Support
出現訊息按 “Remind Me Later

勾選 Language 清單裡的 Chinese
按 “Apply”, 開始安裝中文語系檔案

最後將 Default Language 設為
“Chinese (Taiwan)”

登出重新開機即可生效


6) 參考資料來源
Debian 安裝指南 - 附錄 : Contents of the preconfiguration file
AndrewLee 的 preseed.cfg 檔

0 意見: