2012年10月24日 星期三

製作 Debian 安裝 USB 碟

// 從 http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/hd-media/ 下載 boot.img.gz

$ wget http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/hd-media/boot.img.gz
// 將開機檔案解壓至隨身碟 (注意:此時隨身碟應為非掛載狀態,執行動作後隨身碟資料會被洗掉)
# zcat boot.img.gz > /dev/sdb (應改為你的 USB 碟位置)


// 從這裡 http://www.debian.org/distrib/netinst#smallcd 下載安裝 iso 檔

$ wget http://cdimage.debian.org/debian-cd/current/i386/iso-cd/debian-6.0.6-i386-businesscard.iso
// 將隨身碟掛載起來,並將 iso 檔複製進去
# mount /dev/sdb1 /mnt
# cp debian-6.0.6-i386-businesscard.iso /mnt/netinst.iso
# umount /mnt


之後即可以隨身碟開機安裝




Reference :
4.4. 準備從 USB 隨身碟開機的檔案
製作 Debian GNU/Linux 的 USB 開機網路安裝碟 « hiroshi yui

沒有留言:

張貼留言