[[PageOutline]] [[TitleIndex(TipAndDoc/boot,format=group)]] * [http://orz.kakiko.com/kaeru/usbboot/ USBブート推進協議会] = initrd.lz = * [https://forums.ubuntulinux.jp/viewtopic.php?id=6874 Ubuntu日本語フォーラム / Ubuntu9.10 UCKでinitrdの編集] * [https://help.ubuntu.com/community/LiveCDCustomization LiveCDCustomization - Community Ubuntu Documentation] > Also, I have read a few articles mentioning that Karmic (9.10) uses initrd.lz instead of initrd.gz. I do not know if this is true, but should mention it in case you are not getting the expected results. To unpack the initrd.lz file, you need to do this: > {{{ > # cd extract-cd/casper > # mkdir lztempdir > # cd lztempdir > # lzma -dc -S .lz ../initrd.lz | cpio -imvd --no-absolute-filenames > }}} > And to re-create the initrd.lz file: > {{{ > # cp ../initrd.lz ../inird.lz.orig > # find . | cpio --quiet --dereference -o -H newc | lzma -7 > ../initrd.lz > }}} = Kernel Boot Options = == GRUB == * [https://forums.ubuntulinux.jp/viewtopic.php?id=4863 Ubuntu日本語フォーラム / 起動時にカーネルメッセージを表示させたい!] * Ubuntu GRUB デフォルトではカーネルメッセージは表示されない[[br]][[Image(ubuntu-GRUB-quiet.png, 33%)]] * これを以下のように変更する (quiestを消す)[[br]][[Image(ubuntu-GRUB-menu-1.png, 33%)]] [[Image(ubuntu-GRUB-menu-2.png, 33%)]] [[Image(ubuntu-GRUB-menu-3.png, 33%)]] * カーネルメッセージが表示されるようになる[[br]][[Image(ubuntu-GRUB-bootlog.png, 33%)]] * [https://wiki.ubuntulinux.jp/UbuntuTips/Others/RecoveryMode リカバリーモードを使うには - Ubuntu Japanese Wiki] {{{ GRUB 2 の場合 起動時に shift キーを押し続ける。 }}} = Preboot eXecution Environment = * see also [./syslinux] * [http://mitty.jp/pc/networkboot/ PXEを使ったネットワークブート] * [http://v13.wonderrabbitproject.net/?Tips%2FLinux%2FPXE%2Fserver_linux Tips/Linux/PXE/server_linux - WonderRabbitProject] {{{ svr:~# apt-get install tftpd ← (・x・)<ダメ、ゼッタイ! }}} * 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系ならこんな問題は起こらないとか色々とネタがあるみたい。 * [https://help.ubuntu.com/community/PXEInstallServer PXEInstallServer - Community Ubuntu Documentation] = gPXE = * [http://d.hatena.ne.jp/adsaria/20100622/1277181310 ディスクレスXPの実現 - adsaria mood] * [http://d.hatena.ne.jp/hirose31/20090224/1235469834 gPXEを試してみた→が、失敗 - (ひ)メモ]