Advertisement
Guest User

Untitled

a guest
Mar 5th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. # /boot/grub/grub.cfg.
  2. # For full documentation of the options in this file, see:
  3. # info -f grub -n 'Simple configuration'
  4.  
  5. GRUB_DEFAULT="Ubuntu"
  6. GRUB_HIDDEN_TIMEOUT=0
  7. GRUB_HIDDEN_TIMEOUT_QUIET=true
  8. GRUB_TIMEOUT=10
  9. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  10. GRUB_CMDLINE_LINUX_DEFAULT="QUIET SPLASH"
  11. GRUB_CMDLINE_LINUX=""
  12.  
  13. # Uncomment to enable BadRAM filtering, modify to suit your needs
  14. # This works with Linux (no patch required) and with any kernel that obtains
  15. # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
  16. #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
  17.  
  18. # Uncomment to disable graphical terminal (grub-pc only)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement