Annotation of /trunk/grub/grub.confd
Parent Directory | Revision Log
Revision 1404 -
(hide annotations)
(download)
Mon Jul 4 15:57:37 2011 UTC (13 years, 4 months ago) by niro
File size: 1450 byte(s)
Mon Jul 4 15:57:37 2011 UTC (13 years, 4 months ago) by niro
File size: 1450 byte(s)
-grub2 config file
1 | niro | 1404 | GRUB_DEFAULT=0 |
2 | GRUB_TIMEOUT=5 | ||
3 | GRUB_CMDLINE_LINUX_DEFAULT="quiet" | ||
4 | GRUB_CMDLINE_LINUX="" | ||
5 | |||
6 | # Preload both GPT and MBR modules so that they are not missed | ||
7 | GRUB_PRELOAD_MODULES="part_gpt part_msdos" | ||
8 | |||
9 | # Uncomment to enable Hidden Menu, and optionally hide the timeout count | ||
10 | #GRUB_HIDDEN_TIMEOUT=5 | ||
11 | #GRUB_HIDDEN_TIMEOUT_QUIET=true | ||
12 | |||
13 | # Uncomment to use basic console | ||
14 | GRUB_TERMINAL_INPUT=console | ||
15 | |||
16 | # Uncomment to disable graphical terminal | ||
17 | #GRUB_TERMINAL_OUTPUT=console | ||
18 | |||
19 | # The resolution used on graphical terminal | ||
20 | # note that you can use only modes which your graphic card supports via VBE | ||
21 | # you can see them in real GRUB with the command `vbeinfo' | ||
22 | GRUB_GFXMODE=auto | ||
23 | |||
24 | # Uncomment to allow the kernel use the same resolution used by grub | ||
25 | GRUB_GFXPAYLOAD_LINUX=keep | ||
26 | |||
27 | # Uncomment if you want GRUB to pass to the Linux kernel the old parameter | ||
28 | # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" | ||
29 | #GRUB_DISABLE_LINUX_UUID=true | ||
30 | |||
31 | # Uncomment to disable generation of recovery mode menu entries | ||
32 | GRUB_DISABLE_RECOVERY=true | ||
33 | |||
34 | # Uncomment and set to the desired menu colors. Used by normal and wallpaper | ||
35 | # modes only. Entries specified as foreground/background. | ||
36 | #GRUB_COLOR_NORMAL="light-blue/black" | ||
37 | #GRUB_COLOR_HIGHLIGHT="light-cyan/blue" | ||
38 | |||
39 | # Uncomment one of them for the gfx desired, a image background or a gfxtheme | ||
40 | #GRUB_BACKGROUND="/path/to/wallpaper" | ||
41 | #GRUB_THEME="/path/to/gfxtheme" | ||
42 | |||
43 | # Uncomment to get a beep at GRUB start | ||
44 | #GRUB_INIT_TUNE="480 440 1" |