Changes between Version 9 and Version 10 of jazz/10-08-27


Ignore:
Timestamp:
Aug 28, 2010, 5:36:12 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

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

    v9 v10  
    1818 * [http://akamai.infoworld.com/sites/infoworld.com/files/whitepapers/HP_virt_dive_v2.pdf Storage Virtualization Deep Dive]
    1919   * [[Image(jazz/10-08-27:3_Benefits_of_Storage_Virtualization.png)]]
    20 
    21 == Debian ==
    22 
    23  * [緣起] 想要用 USB 拇指碟來安裝 Debian 5.0 (lenny)
    24  * [參考] Debian GNU/Linux 安裝手冊 - [http://www.debian.org/releases/3.1/i386/ch04s04.html.zh_TW 4.4. 準備從 USB 隨身碟開機的檔案]
    25 {{{
    26 ~$ sudo su -
    27 ~# wget http://free.nchc.org.tw/debian/dists/Debian5.0.5/main/installer-amd64/current/images/hd-media/boot.img.gz
    28 ~# zcat boot.img.gz > /dev/sdb
    29 ~# mount /dev/sdb /mnt
    30 ~# cd /mnt
    31 /mnt# wget http://free.nchc.org.tw/debian-cd/current/amd64/iso-cd/debian-505-amd64-businesscard.iso
    32 ~# cd
    33 ~# umount /mnt
    34 }}}
    35  * [狀況] 找不到網路卡驅動程式 :(
    3620
    3721== Netboot.me ==
     
    5842 * [狀況] 找不到網路卡驅動程式 :(
    5943
    60  * 安裝 Ubuntu 10.04 LTS 可以正常驅動
     44== Debian ==
     45
     46 * [緣起] 想要用 USB 拇指碟來安裝 Debian 5.0 (lenny)
     47 * [參考] Debian GNU/Linux 安裝手冊 - [http://www.debian.org/releases/3.1/i386/ch04s04.html.zh_TW 4.4. 準備從 USB 隨身碟開機的檔案]
     48{{{
     49~$ sudo su -
     50~# wget http://free.nchc.org.tw/debian/dists/Debian5.0.5/main/installer-amd64/current/images/hd-media/boot.img.gz
     51~# zcat boot.img.gz > /dev/sdb
     52~# mount /dev/sdb /mnt
     53~# cd /mnt
     54/mnt# wget http://free.nchc.org.tw/debian-cd/current/amd64/iso-cd/debian-505-amd64-businesscard.iso
     55~# cd
     56~# umount /mnt
     57}}}
     58 * [狀況] 找不到網路卡驅動程式 :(
     59 * [解法] 安裝 Ubuntu 10.04 LTS 可以正常驅動
    6160{{{
    6261jazz@cloud:~$ lsb_release -a