User Tools

Site Tools


ubuntu:gub2

Grub2 Config Recipes

Force grub to show menu

  1. comment out GRUB_HIDDEN_*
  2. run update-grub
/etc/defaults/grub
...
#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true
...

Add a custom entry to boot menu

  1. Add entry to /etc/grub.d/40_custom
  2. run update-grub

Add Default Kernel options

  1. update GRUB_CMDLINE_LINUX_DEFAULT= in /etc/defaults/grub
  2. run update-grub
ubuntu/gub2.txt · Last modified: 2014/03/11 14:18 by tschulz