spacepaste

  1.  
  2. GRUB_DEFAULT=saved
  3. GRUB_TIMEOUT=1
  4. GRUB_TIMEOUT_STYLE=menu
  5. GRUB_DISTRIBUTOR='Manjaro'
  6. GRUB_CMDLINE_LINUX_DEFAULT="quiet resume=UUID=f53a37bc-ea89-494f-a22c-0826f71d6690"
  7. GRUB_CMDLINE_LINUX=""
  8. # If you want to enable the save default function, uncomment the following
  9. # line, and set GRUB_DEFAULT to saved.
  10. GRUB_SAVEDEFAULT=true
  11. # Preload both GPT and MBR modules so that they are not missed
  12. GRUB_PRELOAD_MODULES="part_gpt part_msdos"
  13. # Uncomment to enable booting from LUKS encrypted devices
  14. #GRUB_ENABLE_CRYPTODISK=y
  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 'videoinfo'
  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="/usr/share/grub/themes/manjaro/theme.txt"
  37. # Uncomment to get a beep at GRUB start
  38. #GRUB_INIT_TUNE="480 440 1"
  39.