Advertisement
Kossak

/etc/default/grub

Aug 18th, 2019
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. kossak@matikomp ~> cat /etc/default/grub
  2. GRUB_DEFAULT='Manjaro Linux'
  3. GRUB_TIMEOUT=5
  4. GRUB_DISTRIBUTOR='Manjaro'
  5. GRUB_CMDLINE_LINUX_DEFAULT="quiet"
  6. GRUB_CMDLINE_LINUX=""
  7.  
  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.  
  12. # Preload both GPT and MBR modules so that they are not missed
  13. GRUB_PRELOAD_MODULES="part_gpt part_msdos"
  14.  
  15. # Uncomment to enable Hidden Menu, and optionally hide the timeout count
  16. #GRUB_HIDDEN_TIMEOUT=5
  17. #GRUB_HIDDEN_TIMEOUT_QUIET=true
  18.  
  19. # Uncomment to use basic console
  20. GRUB_TERMINAL_INPUT=console
  21.  
  22. # Uncomment to disable graphical terminal
  23. #GRUB_TERMINAL_OUTPUT=console
  24.  
  25. # The resolution used on graphical terminal
  26. # note that you can use only modes which your graphic card supports via VBE
  27. # you can see them in real GRUB with the command `vbeinfo'
  28. GRUB_GFXMODE=auto
  29.  
  30. # Uncomment to allow the kernel use the same resolution used by grub
  31. GRUB_GFXPAYLOAD_LINUX=keep
  32.  
  33. # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
  34. # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
  35. #GRUB_DISABLE_LINUX_UUID=true
  36.  
  37. # Uncomment to disable generation of recovery mode menu entries
  38. GRUB_DISABLE_RECOVERY=true
  39.  
  40. # Uncomment and set to the desired menu colors. Used by normal and wallpaper
  41. # modes only. Entries specified as foreground/background.
  42. GRUB_COLOR_NORMAL="light-gray/black"
  43. GRUB_COLOR_HIGHLIGHT="green/black"
  44.  
  45. # Uncomment one of them for the gfx desired, a image background or a gfxtheme
  46. GRUB_BACKGROUND="/usr/share/grub/background.png"
  47. #GRUB_THEME="/path/to/gfxtheme"
  48.  
  49. # Uncomment to get a beep at GRUB start
  50. #GRUB_INIT_TUNE="480 440 1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement