Advertisement
rassawyer

Untitled

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