Changes between Version 39 and Version 40 of TipAndDoc/boot/GRUB


Ignore:
Timestamp:
Oct 10, 2012 3:13:32 PM (12 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/boot/GRUB

    v39 v40  
    2323 > GRUB_CMDLINE_LINUX_DEFAULT="quiet nosplash" にすればOKでした。 
    2424  * "nosplash"だけでも可 
     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{{{ 
     32update-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 
    2556 
    2657 = reduce grub entry =