Changes between Version 1 and Version 2 of TipAndDoc/boot


Ignore:
Timestamp:
Mar 5, 2011 4:12:40 PM (13 years ago)
Author:
mitty
Comment:

moved to PXE

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/boot

    v1 v2  
    66 > OS Circular is a framework of Internet Disk Image Distributor for anonymous OSes. 
    77  * via twitter:syonbori/status/42252753615065088 
    8  
    9  = Preboot eXecution Environment = 
    10  * see also [./syslinux] 
    11  
    12  * [http://mitty.jp/pc/networkboot/ PXEを使ったネットワークブート] 
    13  * [http://v13.wonderrabbitproject.net/?Tips%2FLinux%2FPXE%2Fserver_linux Tips/Linux/PXE/server_linux - WonderRabbitProject] 
    14 {{{ 
    15 svr:~# apt-get install tftpd ← (・x・)<ダメ、ゼッタイ! 
    16 }}} 
    17    * tftpdだとtsizeオプションがサポートされておらず、[http://www.debian.org/ debian]系だとPXELINUXでのブートに失敗するんだそうな。 tsizeオプションとは、ファイルサイズを実際の転送前に知る為のモノらしい。[http://packages.debian.org/tftpd-hpa tftp-hpa]だとか[http://packages.debian.org/atftpd atftpd]というのがtsizeオプションに対応したTFTPサーバーらしい。 [http://www.asahi-net.or.jp/~qi3m-tngw/Linux/Lanboot/main.htm ココ]なんかを見るとブートローダをPXELINUXからGRUBにしちゃえばtsize云々関係無く動くとか、RH系ならこんな問題は起こらないとか色々とネタがあるみたい。 
    18  
    19  * [https://help.ubuntu.com/community/PXEInstallServer PXEInstallServer - Community Ubuntu Documentation] 
    20  
    21  = gPXE =  
    22  * [http://d.hatena.ne.jp/adsaria/20100622/1277181310 ディスクレスXPの実現 - adsaria mood] 
    23  * [http://d.hatena.ne.jp/hirose31/20090224/1235469834 gPXEを試してみた→が、失敗 - (ひ)メモ]