daily pastebin goal
48%
SHARE
TWEET

Untitled

a guest Dec 2nd, 2010 207 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. GRUB_DEFAULT=0
  2. GRUB_HIDDEN_TIMEOUT=0
  3. GRUB_HIDDEN_TIMEOUT_QUIET=true
  4. GRUB_TIMEOUT=10
  5. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  6. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
  7. GRUB_CMDLINE_LINUX=""
  8.  
  9. # Uncomment to disable graphical terminal (grub-pc only)
  10. #GRUB_TERMINAL=console
  11.  
  12. # The resolution used on graphical terminal
  13. # note that you can use only modes which your graphic card supports via VBE
  14. # you can see them in real GRUB with the command `vbeinfo'
  15. #GRUB_GFXMODE=640x480
  16.  
  17. GRUB_GFXMODE=1280x800
  18. GRUB_GFXPAYLOAD_LINUX=1280x800
  19.  
  20. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  21. #GRUB_DISABLE_LINUX_UUID=true
  22.  
  23. # Uncomment to disable generation of recovery mode menu entries
  24. #GRUB_DISABLE_LINUX_RECOVERY="true"
  25.  
  26. # Uncomment to get a beep at grub start
  27. #GRUB_INIT_TUNE="480 440 1"
RAW Paste Data
Top