spacepaste

  1.  
  2. GRUB_DEFAULT=saved
  3. GRUB_TIMEOUT=5
  4. GRUB_DISTRIBUTOR="Manjaro"
  5. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  6. GRUB_CMDLINE_LINUX=""
  7. # If you want to enable the save default function, uncomment the following
  8. # line, and set GRUB_DEFAULT to saved.
  9. GRUB_SAVEDEFAULT=true
  10. # Preload both GPT and MBR modules so that they are not missed
  11. GRUB_PRELOAD_MODULES="part_gpt part_msdos"
  12. # Uncomment to enable Hidden Menu, and optionally hide the timeout count
  13. #GRUB_HIDDEN_TIMEOUT=5
  14. #GRUB_HIDDEN_TIMEOUT_QUIET=true
  15. # Uncomment to use basic console
  16. GRUB_TERMINAL_INPUT=console
  17. # Uncomment to disable graphical terminal
  18. #GRUB_TERMINAL_OUTPUT=console
  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. # Uncomment to allow the kernel use the same resolution used by grub
  24. GRUB_GFXPAYLOAD_LINUX=keep
  25. # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
  26. # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
  27. #GRUB_DISABLE_LINUX_UUID=true
  28. # Uncomment to disable generation of recovery mode menu entries
  29. GRUB_DISABLE_RECOVERY=true
  30. # Uncomment and set to the desired menu colors. Used by normal and wallpaper
  31. # modes only. Entries specified as foreground/background.
  32. GRUB_COLOR_NORMAL="light-gray/black"
  33. GRUB_COLOR_HIGHLIGHT="green/black"
  34. # Uncomment one of them for the gfx desired, a image background or a gfxtheme
  35. GRUB_BACKGROUND="/usr/share/grub/background.png"
  36. GRUB_THEME="/boot/grub/themes/Manjaro-Default/theme.txt"
  37. # Uncomment to get a beep at GRUB start
  38. #GRUB_INIT_TUNE="480 440 1"
  39.