User Tools

Site Tools


ubuntu:gub2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ubuntu:gub2 [2014/03/11 14:10]
tschulz created
ubuntu:gub2 [2014/03/11 14:18] (current)
tschulz [Force grub to show menu]
Line 3: Line 3:
 ===== Force grub to show menu ===== ===== Force grub to show menu =====
  
-  ​comment out **GRUB_HIDDEN_*** ​and run **update-grub**+  ​comment out **GRUB_HIDDEN_*** 
 +  - run **update-grub**
 <file grub /​etc/​defaults/​grub>​ <file grub /​etc/​defaults/​grub>​
-GRUB_DEFAULT=0+...
 #​GRUB_HIDDEN_TIMEOUT=0 #​GRUB_HIDDEN_TIMEOUT=0
 #​GRUB_HIDDEN_TIMEOUT_QUIET=true #​GRUB_HIDDEN_TIMEOUT_QUIET=true
-GRUB_TIMEOUT=10 +...
-GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` +
-GRUB_CMDLINE_LINUX_DEFAULT="​quiet splash"​ +
-GRUB_CMDLINE_LINUX=""​+
 </​file>​ </​file>​
 +
 +===== Add a custom entry to boot menu =====
 +  - Add entry to /​etc/​grub.d/​40_custom
 +  - run update-grub
 +
 +===== Add Default Kernel options =====
 +  - update **GRUB_CMDLINE_LINUX_DEFAULT=** in **/​etc/​defaults/​grub**
 +  - run update-grub
ubuntu/gub2.1394565041.txt.gz · Last modified: 2014/03/11 14:10 by tschulz