Advertisement
Guest User

Untitled

a guest
Jul 9th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. GRUB_DISTRIBUTOR="Gentoo"
  2.  
  3. GRUB_DEFAULT=0
  4. GRUB_HIDDEN_TIMEOUT=0
  5. GRUB_HIDDEN_TIMEOUT_QUIET=true
  6. GRUB_TIMEOUT=10
  7.  
  8. GRUB_CMDLINE_LINUX_DEFAULT=""
  9. GRUB_CMDLINE_LINUX="rootdelay=3 video=efifb agp=off"
  10.  
  11.  
  12. GRUB_TERMINAL_OUTPUT=console
  13.  
  14. # Uncomment to disable graphical terminal (grub-pc only)
  15. #GRUB_TERMINAL=console
  16.  
  17. # The resolution used on graphical terminal.
  18. # Note that you can use only modes which your graphic card supports via VBE.
  19. # You can see them in real GRUB with the command `vbeinfo'.
  20. #GRUB_GFXMODE=640x480
  21.  
  22. GRUB_GFXPAYLOAD_LINUX=text
  23.  
  24. # Background image used on graphical terminal.
  25. # Can be in various bitmap formats.
  26. #GRUB_BACKGROUND="/boot/grub2/mybackground.png"
  27.  
  28. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to kernel
  29. #GRUB_DISABLE_LINUX_UUID=true
  30.  
  31. # Uncomment to disable generation of recovery mode menu entries
  32. #GRUB_DISABLE_RECOVERY=true
  33.  
  34. GRUB_PREFIX=/boot/efi/EFI/grub2/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement