Changes between Version 12 and Version 13 of jazz/10-08-27


Ignore:
Timestamp:
Aug 28, 2010, 6:06:39 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-08-27

    v12 v13  
    118118~$ sudo umount /mnt
    119119}}}
     120  * [結果] 無法正常開機 :(
     121 * [再接再厲] 使用 Squeeze 的 netinst.iso 來試試看,因為確認過 lenney 的 e1000e 沒有支援 8086:10de,而 Squeeze 的核心是 2.6.32+28
     122{{{
     123~$ sudo su -
     124~# wget http://free.nchc.org.tw/debian/dists/Debian5.0.5/main/installer-amd64/current/images/hd-media/boot.img.gz
     125~# zcat boot.img.gz > /dev/sdb
     126~# mount /dev/sdb /mnt
     127~# cd /mnt
     128/mnt# wget http://cdimage.debian.org/cdimage/squeeze_di_alpha1/amd64/iso-cd/debian-testing-amd64-businesscard.iso
     129~# cd
     130~# umount /mnt
     131}}}