[[PageOutline]] = 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://help.ubuntu.com/community/Grub2 * via [http://blog.jojo.jp/?eid=1424783 grub1 grub2 USBブートメモリ作成 | 作業日報] * [http://manual.aptosid.com/ja/sys-admin-grub2-ja.htm aptosid Manuals - Grub2] GRUB1からとGRUB2に移行するにあったってのGRUB1とGRUB2の主な違い * [http://wikiwiki.jp/disklessfun/?grub2_and_grub1 Tips: grub2とgrub1の扱い方(様々な再セットアップ方法等) - disklessfun’s Wiki*] * [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 キーを押し続ける。 }}} * [http://mypace75.blog92.fc2.com/blog-entry-479.html Winux/Lindows Ubuntu 9.10(Grub2)でスプラッシュに起動過程を表示しようか] > GRUB_CMDLINE_LINUX_DEFAULT="quiet nosplash" にすればOKでした。 * "nosplash"だけでも可