Changes between Version 13 and Version 14 of jazz/10-08-27
- Timestamp:
- Aug 28, 2010, 6:55:16 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/10-08-27
v13 v14 119 119 }}} 120 120 * [結果] 無法正常開機 :( 121 * [再接再厲] 使用 Squeeze 的 netinst.iso 來試試看,因為確認過 lenney 的 e1000e 沒有支援 8086:10de,而 Squeeze 的核心是 2.6.32+28 121 * [再接再厲] 使用 Squeeze 的 netinst.iso 來試試看,因為確認過 lenney 的 e1000e 沒有支援 8086:10de,而 Squeeze 的核心是 2.6.32+28,注意!!要從網路上下載 testing 版本的 boot.img.gz 來用,而不是拿 stable 的版本喔~ 122 122 {{{ 123 123 ~$ sudo su - 124 ~# wget http://f ree.nchc.org.tw/debian/dists/Debian5.0.5/main/installer-amd64/current/images/hd-media/boot.img.gz124 ~# wget http://ftp.nl.debian.org/debian/dists/testing/main/installer-amd64/current/images/hd-media/boot.img.gz 125 125 ~# zcat boot.img.gz > /dev/sdb 126 126 ~# mount /dev/sdb /mnt … … 130 130 ~# umount /mnt 131 131 }}} 132 * [狀況] 還是找不到網路卡驅動程式 :(