updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / grub2-efi-bzr / grub.default
blob30e5e9b2396d0a72eb6e1dc2ae2b3a9fc4a19bb8
1 GRUB_DEFAULT=0
2 GRUB_TIMEOUT=5
3 GRUB_DISTRIBUTOR="Arch Linux"
4 GRUB_CMDLINE_LINUX_DEFAULT="quiet"
5 GRUB_CMDLINE_LINUX="add_efi_memmap"
7 # Preload both GPT and MBR modules so that they are not missed
8 GRUB_PRELOAD_MODULES="part_gpt part_msdos"
10 # Uncomment to enable Hidden Menu, and optionally hide the timeout count
11 #GRUB_HIDDEN_TIMEOUT=5
12 #GRUB_HIDDEN_TIMEOUT_QUIET=true
14 # Uncomment to use basic console
15 GRUB_TERMINAL_INPUT=console
17 # Uncomment to disable graphical terminal
18 #GRUB_TERMINAL_OUTPUT=console
20 # The resolution used on graphical terminal
21 # note that you can use only modes which your graphic card supports via VBE
22 # you can see them in real GRUB with the command `vbeinfo'
23 GRUB_GFXMODE=auto
25 # Uncomment to allow the kernel use the same resolution used by grub
26 GRUB_GFXPAYLOAD_LINUX=keep
28 # Uncomment if you want GRUB to pass to the Linux kernel the old parameter 
29 # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" 
30 #GRUB_DISABLE_LINUX_UUID=true
32 # Uncomment to disable generation of recovery mode menu entries
33 GRUB_DISABLE_RECOVERY=true
35 # Uncomment and set to the desired menu colors.  Used by normal and wallpaper 
36 # modes only.  Entries specified as foreground/background.
37 #GRUB_COLOR_NORMAL="light-blue/black"
38 #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
40 # Uncomment one of them for the gfx desired, a image background or a gfxtheme
41 #GRUB_BACKGROUND="/path/to/wallpaper"
42 #GRUB_THEME="/path/to/gfxtheme"
44 # Uncomment to get a beep at GRUB start
45 #GRUB_INIT_TUNE="480 440 1"