Guest User

Untitled

a guest
Jan 16th, 2011
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. $ cat /etc/default/grub
  2. # If you change this file, run 'grub-mkconfig -o /boot/grub/grub.cfg' afterwards to update
  3. # /boot/grub/grub.cfg.
  4. # Make sure your /boot is mounted before executing this command.
  5.  
  6. GRUB_DEFAULT=0
  7. GRUB_HIDDEN_TIMEOUT=0
  8. GRUB_HIDDEN_TIMEOUT_QUIET=true
  9. GRUB_TIMEOUT=5
  10. GRUB_DISTRIBUTOR="Gentoo"
  11. GRUB_CMDLINE_LINUX_DEFAULT="quiet"
  12. GRUB_CMDLINE_LINUX="splash=silent,fadein,theme:powered_by_gentoo console=tty1"
  13. #GRUB_FONT_PATH=/boot/grub/locale/unifont.pf2
  14. GRUB_VIDEO_BACKEND=vbe
  15. #GRUB_THEME=/boot/grub/themes/winter/theme.txt
  16. #GRUB_TERMINAL_OUTPUT=gfxterm
  17.  
  18. # Uncomment to disable graphical terminal (grub-pc only)
  19. #GRUB_TERMINAL=console
  20.  
  21. # The resolution used on graphical terminal
  22. # note that you can use only modes which your graphic card supports via VBE
  23. # you can see them in real GRUB with the command `vbeinfo'
  24. GRUB_GFXMODE=1024x768x32
  25. GRUB_GFXPAYLOAD_LINUX=1024x768x32
  26.  
  27. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  28. #GRUB_DISABLE_LINUX_UUID=true
  29.  
  30. # Uncomment to disable generation of recovery mode menu entrys
  31. GRUB_DISABLE_LINUX_RECOVERY="true"
Advertisement
Add Comment
Please, Sign In to add comment