Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # If you change this file, run 'update-grub' afterwards to update
  2. # /boot/grub/grub.cfg.
  3.  
  4. GRUB_DEFAULT=0
  5. GRUB_TIMEOUT=1
  6. GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
  7. GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8"
  8.  
  9. # Uncomment to disable graphical terminal (grub-pc only)
  10. GRUB_TERMINAL=serial
  11. GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
  12.  
  13. # The resolution used on graphical terminal
  14. # note that you can use only modes which your graphic card supports via VBE
  15. # you can see them in real GRUB with the command `vbeinfo'
  16. #GRUB_GFXMODE=640x480
  17.  
  18. # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
  19. #GRUB_DISABLE_LINUX_UUID=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement