Advertisement
Guest User

content of /etc/default/grub

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