Changes between Version 9 and Version 10 of jazz/09-05-19


Ignore:
Timestamp:
May 19, 2009, 7:07:53 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-05-19

    v9 v10  
    279279 * 加裝 [http://software.intel.com/en-us/articles/non-commercial-software-development/ Intel C++ Compiler for Linux] - 先註冊要序號,然後下載 IA-32 與 IA-64 的版本。這次裝的 Ubuntu 9.04 是用 i686 32 位元版本,因此這次先裝 IA-32 版本。
    280280
     281 * 測試讓 Lenny 產生內含 的 DRBL initrd.pxe 核心。
     282  * 手動修改 initrd-pxe.2.6.26-2-amd64.img
     283{{{
     284# cd /tftpboot/nbi_img
     285/tftpboot/nbi_img# mv initrd-pxe.2.6.26-2-amd64.img initrd-pxe.2.6.26-2-amd64.img.gz
     286/tftpboot/nbi_img# gunzip initrd-pxe.2.6.26-2-amd64.img.gz
     287/tftpboot/nbi_img# mkdir temp
     288/tftpboot/nbi_img# cd temp
     289/tftpboot/nbi_img/temp# cpio -i < ../initrd-pxe.2.6.26-2-amd64.img
     290/tftpboot/nbi_img/temp# mkdir lib/firmware
     291/tftpboot/nbi_img/temp# cp /lib/firmware/* lib/firmware/
     292/tftpboot/nbi_img/temp# find . | cpio -H newc -o | gzip > ../initrd-pxe.2.6.26-2-amd64.img
     293}}}
     294  * [參考] [http://moto.debian.org.tw/viewtopic.php?t=11628 修改 initrd 之後,發生錯誤]
     295{{{
     296cpio 有很多種格式,用來開機的要用 cpio -H newc -o,必須用 newc 格式才可以正常開機
     297}}}
     298
    281299== Virtualization ==
    282300