pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

pastebin - collaborative debugging tool View Help


Posted by hyperair on Fri 28 Aug 18:59
report abuse | download | new post

  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by /usr/sbin/grub-mkconfig using templates
  5. # from /etc/grub.d and settings from /etc/default/grub
  6. #
  7.  
  8. ### BEGIN /etc/grub.d/00_header ###
  9. set default=0
  10. insmod ext2
  11. set root=(hd0,1)
  12. search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  13. if loadfont /grub/unicode.pf2 ; then
  14.   set gfxmode=1280x800
  15.   insmod gfxterm
  16.   insmod vbe
  17.   if terminal_output gfxterm ; then true ; else
  18.     # For backward compatibility with versions of terminal.mod that don't
  19.     # understand terminal_output
  20.     terminal gfxterm
  21.   fi
  22. fi
  23. set timeout=10
  24. ### END /etc/grub.d/00_header ###
  25.  
  26. ### BEGIN /etc/grub.d/05_debian_theme ###
  27. set menu_color_normal=white/black
  28. set menu_color_highlight=black/white
  29. ### END /etc/grub.d/05_debian_theme ###
  30.  
  31. ### BEGIN /etc/grub.d/10_linux ###
  32. menuentry "Ubuntu, Linux 2.6.31-8-generic" {
  33.         insmod ext2
  34.         set root=(hd0,1)
  35.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  36.         linux   /vmlinuz-2.6.31-8-generic root=/dev/mapper/cryptostuff-root ro   splash
  37.         initrd  /initrd.img-2.6.31-8-generic
  38. }
  39. menuentry "Ubuntu, Linux 2.6.31-8-generic (recovery mode)" {
  40.         insmod ext2
  41.         set root=(hd0,1)
  42.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  43.         linux   /vmlinuz-2.6.31-8-generic root=/dev/mapper/cryptostuff-root ro single
  44.         initrd  /initrd.img-2.6.31-8-generic
  45. }
  46. menuentry "Ubuntu, Linux 2.6.31-rc8-hyper1" {
  47.         insmod ext2
  48.         set root=(hd0,1)
  49.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  50.         linux   /vmlinuz-2.6.31-rc8-hyper1 root=/dev/mapper/cryptostuff-root ro   splash
  51.         initrd  /initrd.img-2.6.31-rc8-hyper1
  52. }
  53. menuentry "Ubuntu, Linux 2.6.31-rc8-hyper1 (recovery mode)" {
  54.         insmod ext2
  55.         set root=(hd0,1)
  56.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  57.         linux   /vmlinuz-2.6.31-rc8-hyper1 root=/dev/mapper/cryptostuff-root ro single
  58.         initrd  /initrd.img-2.6.31-rc8-hyper1
  59. }
  60. menuentry "Ubuntu, Linux 2.6.31-rc7-hyper1" {
  61.         insmod ext2
  62.         set root=(hd0,1)
  63.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  64.         linux   /vmlinuz-2.6.31-rc7-hyper1 root=/dev/mapper/cryptostuff-root ro   splash
  65.         initrd  /initrd.img-2.6.31-rc7-hyper1
  66. }
  67. menuentry "Ubuntu, Linux 2.6.31-rc7-hyper1 (recovery mode)" {
  68.         insmod ext2
  69.         set root=(hd0,1)
  70.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  71.         linux   /vmlinuz-2.6.31-rc7-hyper1 root=/dev/mapper/cryptostuff-root ro single
  72.         initrd  /initrd.img-2.6.31-rc7-hyper1
  73. }
  74. menuentry "Ubuntu, Linux 2.6.31-rc6-hyper1" {
  75.         insmod ext2
  76.         set root=(hd0,1)
  77.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  78.         linux   /vmlinuz-2.6.31-rc6-hyper1 root=/dev/mapper/cryptostuff-root ro   splash
  79.         initrd  /initrd.img-2.6.31-rc6-hyper1
  80. }
  81. menuentry "Ubuntu, Linux 2.6.31-rc6-hyper1 (recovery mode)" {
  82.         insmod ext2
  83.         set root=(hd0,1)
  84.         search --no-floppy --fs-uuid --set 0df12afb-98db-4aa3-931c-e4a32f4ca2a4
  85.         linux   /vmlinuz-2.6.31-rc6-hyper1 root=/dev/mapper/cryptostuff-root ro single
  86.         initrd  /initrd.img-2.6.31-rc6-hyper1
  87. }
  88. ### END /etc/grub.d/10_linux ###
  89.  
  90. ### BEGIN /etc/grub.d/20_memtest86+ ###
  91. menuentry "Memory test (memtest86+)" {
  92.         linux   /memtest86+.bin
  93. }
  94. menuentry "Memory test (memtest86+, serial console 115200)" {
  95.         linux   /memtest86+.bin console=ttyS0,115200n8
  96. }
  97. ### END /etc/grub.d/20_memtest86+ ###
  98.  
  99. ### BEGIN /etc/grub.d/30_os-prober ###
  100. if sleep --verbose --interruptible 3 ; then
  101.   set timeout=0
  102. fi
  103. ### END /etc/grub.d/30_os-prober ###
  104.  
  105. ### BEGIN /etc/grub.d/40_custom ###
  106. # This file is an example on how to add custom entries
  107. ### END /etc/grub.d/40_custom ###

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post