grub.default-3 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. #
  4. # To populate all changes in this file you need to regenerate your
  5. # grub configuration file afterwards:
  6. # 'grub2-mkconfig -o /boot/grub/grub.cfg'
  7. #
  8. # See the grub info page for documentation on possible variables and
  9. # their associated values.
  10. GRUB_DISTRIBUTOR="Gentoo"
  11. # Default menu entry
  12. #GRUB_DEFAULT=0
  13. # Boot the default entry this many seconds after the menu is displayed
  14. #GRUB_TIMEOUT=5
  15. #GRUB_TIMEOUT_STYLE=menu
  16. # Append parameters to the linux kernel command line
  17. #GRUB_CMDLINE_LINUX=""
  18. #
  19. # Examples:
  20. #
  21. # Boot with network interface renaming disabled
  22. # GRUB_CMDLINE_LINUX="net.ifnames=0"
  23. #
  24. # Boot with systemd instead of sysvinit (openrc)
  25. # GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd"
  26. # Append parameters to the linux kernel command line for non-recovery entries
  27. #GRUB_CMDLINE_LINUX_DEFAULT=""
  28. # Uncomment to disable graphical terminal (grub-pc only)
  29. #GRUB_TERMINAL=console
  30. # The resolution used on graphical terminal.
  31. # Note that you can use only modes which your graphic card supports via VBE.
  32. # You can see them in real GRUB with the command `vbeinfo'.
  33. #GRUB_GFXMODE=640x480
  34. # Set to 'text' to force the Linux kernel to boot in normal text
  35. # mode, 'keep' to preserve the graphics mode set using
  36. # 'GRUB_GFXMODE', 'WIDTHxHEIGHT'['xDEPTH'] to set a particular
  37. # graphics mode, or a sequence of these separated by commas or
  38. # semicolons to try several modes in sequence.
  39. #GRUB_GFXPAYLOAD_LINUX=
  40. # Path to theme spec txt file.
  41. # The starfield is by default provided with use truetype.
  42. # NOTE: when enabling custom theme, ensure you have required font/etc.
  43. #GRUB_THEME="/boot/grub/themes/starfield/theme.txt"
  44. # Background image used on graphical terminal.
  45. # Can be in various bitmap formats.
  46. #GRUB_BACKGROUND="/boot/grub/mybackground.png"
  47. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
  48. #GRUB_DISABLE_LINUX_UUID=true
  49. # Uncomment to disable generation of recovery mode menu entries
  50. #GRUB_DISABLE_RECOVERY=true
  51. # Uncomment to disable generation of the submenu and put all choices on
  52. # the top-level menu.
  53. # Besides the visual affect of no sub menu, this makes navigation of the
  54. # menu easier for a user who can't see the screen.
  55. #GRUB_DISABLE_SUBMENU=y
  56. # Uncomment to play a tone when the main menu is displayed.
  57. # This is useful, for example, to allow users who can't see the screen
  58. # to know when they can make a choice on the menu.
  59. #GRUB_INIT_TUNE="60 800 1"