| 25 | |
| 26 | == display boot message with GRUB2 (Ubuntu 12.10) == |
| 27 | * 今(2012/10/10)のところ成功していない |
| 28 | |
| 29 | * $ sudo aptitude purge plymouth-theme-ubuntu-text |
| 30 | * $ sudo update-alternatives --display text.plymouth |
| 31 | {{{ |
| 32 | update-alternatives: error: no alternatives for text.plymouth |
| 33 | }}} |
| 34 | |
| 35 | * /etc/default/grub |
| 36 | {{{#!diff |
| 37 | --- grub 2012-10-05 13:50:32.585943499 +0900 |
| 38 | +++ /etc/default/grub 2012-10-10 15:09:54.582278587 +0900 |
| 39 | @@ -4,11 +4,11 @@ |
| 40 | # info -f grub -n 'Simple configuration' |
| 41 | |
| 42 | GRUB_DEFAULT=0 |
| 43 | -GRUB_HIDDEN_TIMEOUT=0 |
| 44 | +#GRUB_HIDDEN_TIMEOUT=0 |
| 45 | GRUB_HIDDEN_TIMEOUT_QUIET=true |
| 46 | GRUB_TIMEOUT=10 |
| 47 | GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` |
| 48 | -GRUB_CMDLINE_LINUX_DEFAULT="splash quiet" |
| 49 | +GRUB_CMDLINE_LINUX_DEFAULT="" |
| 50 | GRUB_CMDLINE_LINUX="" |
| 51 | |
| 52 | # Uncomment to enable BadRAM filtering, modify to suit your needs |
| 53 | }}} |
| 54 | * GRUB_HIDDEN_TIMEOUTのコメントアウトは、GRUBのエントリメニューを表示するため |
| 55 | * update-grub |