Debian 可至 : http://http.us.debian.org/debian/dists/stable/main/ 找尋對應的 installer (本人用 amd64).
AMD64: boot.img
AMD64 netinstall iso: http://cdimage.debian.org/debian-cd/7.1.0/amd64/iso-cd/debian-7.1.0-amd64-netinst.iso
Fedora 可至 : http://mirrors.yun-idc.com/fedora/releases/ 找尋你想要的 fedora 版本後. 再去 Fedora/x86_64/os/images/ 路徑找尋 boot.iso
基本上你點進 fedora 你必須選擇你要用 i386 or x86_64, 我都是直接用 x86_64
X86_64: http://mirrors.yun-idc.com/fedora/releases/18/Fedora/x86_64/os/images/boot.iso
將 usb 接入到你的電腦, 查詢一下所對應的 device
[17026.550768] scsi 7:0:0:0: Direct-Access USB 2.0 USB Flash Drive 0.00 PQ: 0 ANSI: 2 [17026.552591] sd 7:0:0:0: Attached scsi generic sg2 type 0 [17026.552691] sd 7:0:0:0: [sdb] 3948544 512-byte logical blocks: (2.02 GB/1.88 GiB)sdb 就是這 usb 對應的 device.
Debian 和 Fedora 方式有所不同. 以下分別說明.
[Debian]
zcat boot.img.gz > /dev/sdb mkdir tmp sudo mount /dev/sdb tmp cp debian-7.1.0-amd64-netinst.iso /tmp sudo umount tmp
[Fedora]
su -c 'dd if=boot.iso of=/dev/sdb'
這樣就完成!
沒有留言:
張貼留言