terom@16: # If you change this file, run 'update-grub' afterwards to update terom@16: # /boot/grub/grub.cfg. terom@16: terom@16: GRUB_DEFAULT=0 terom@16: GRUB_TIMEOUT=5 terom@16: GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` terom@16: GRUB_CMDLINE_LINUX_DEFAULT="{BOOT_KERNEL_ARGS_DEFAULT}" terom@16: GRUB_CMDLINE_LINUX="{BOOT_KERNEL_ARGS}" terom@16: terom@16: # Uncomment to enable BadRAM filtering, modify to suit your needs terom@16: # This works with Linux (no patch required) and with any kernel that obtains terom@16: # the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) terom@16: #GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" terom@16: terom@16: # Uncomment to disable graphical terminal (grub-pc only) terom@16: GRUB_TERMINAL="{BOOT_GRUB_TERMINAL}" terom@16: GRUB_SERIAL_COMMAND="serial" terom@16: terom@16: # The resolution used on graphical terminal terom@16: # note that you can use only modes which your graphic card supports via VBE terom@16: # you can see them in real GRUB with the command `vbeinfo' terom@16: #GRUB_GFXMODE=640x480 terom@16: terom@16: # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux terom@16: #GRUB_DISABLE_LINUX_UUID=true terom@16: terom@16: # Uncomment to disable generation of recovery mode menu entries terom@16: #GRUB_DISABLE_LINUX_RECOVERY="true" terom@16: terom@16: # Uncomment to get a beep at grub start terom@16: #GRUB_INIT_TUNE="480 440 1"