CrunchBang Linux 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.

CrunchBang Linux Pastebin

Posted by xaos52 on Wed 10th Oct 11:27 (modification of post by view diff)
download | new post

  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by 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. if [ -s $prefix/grubenv ]; then
  10.   load_env
  11. fi
  12. set default="0"
  13. if [ "${prev_saved_entry}" ]; then
  14.   set saved_entry="${prev_saved_entry}"
  15.   save_env saved_entry
  16.   set prev_saved_entry=
  17.   save_env prev_saved_entry
  18.   set boot_once=true
  19. fi
  20.  
  21. function savedefault {
  22.   if [ -z "${boot_once}" ]; then
  23.     saved_entry="${chosen}"
  24.     save_env saved_entry
  25.   fi
  26. }
  27.  
  28. function load_video {
  29.   insmod vbe
  30.   insmod vga
  31.   insmod video_bochs
  32.   insmod video_cirrus
  33. }
  34.  
  35. insmod lvm
  36. insmod part_msdos
  37. insmod ext2
  38. set root='(vg01-sid)'
  39. search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  40. if loadfont /usr/share/grub/unicode.pf2 ; then
  41.   set gfxmode=1280x1024x8
  42.   load_video
  43.   insmod gfxterm
  44.   insmod lvm
  45.   insmod part_msdos
  46.   insmod ext2
  47.   set root='(vg01-sid)'
  48.   search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  49.   set locale_dir=($root)/boot/grub/locale
  50.   set lang=en_US
  51.   insmod gettext
  52. fi
  53. terminal_output gfxterm
  54. set timeout=15
  55. play 480 440 1
  56. ### END /etc/grub.d/00_header ###
  57.  
  58. ### BEGIN /etc/grub.d/05_debian_theme ###
  59. insmod lvm
  60. insmod part_msdos
  61. insmod ext2
  62. set root='(vg01-sid)'
  63. search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  64. insmod png
  65. if background_image /usr/share/images/desktop-base/joy-grub.png; then
  66.   set color_normal=white/black
  67.   set color_highlight=black/white
  68. else
  69.   set menu_color_normal=cyan/blue
  70.   set menu_color_highlight=white/blue
  71. fi
  72. ### END /etc/grub.d/05_debian_theme ###
  73.  
  74. ### BEGIN /etc/grub.d/10_linux ###
  75. menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-686-pae' --class debian --class gnu-linux --class gnu --class os {
  76.         load_video
  77.         set gfxpayload=keep
  78.         insmod gzio
  79.         insmod lvm
  80.         insmod part_msdos
  81.         insmod ext2
  82.         set root='(vg01-sid)'
  83.         search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  84.         echo    'Loading Linux 3.2.0-4-686-pae ...'
  85.         linux   /boot/vmlinuz-3.2.0-4-686-pae root=/dev/mapper/vg01-sid ro  quiet splash nomodeset video=uvesafb:mode_option=1280x1024-8,mtrr=3,scroll=ywrap rootflags=data=writeback nouveau.modeset=0
  86.         echo    'Loading initial ramdisk ...'
  87.         initrd  /boot/initrd.img-3.2.0-4-686-pae
  88. }
  89. menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  90.         load_video
  91.         set gfxpayload=keep
  92.         insmod gzio
  93.         insmod lvm
  94.         insmod part_msdos
  95.         insmod ext2
  96.         set root='(vg01-sid)'
  97.         search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  98.         echo    'Loading Linux 3.2.0-4-686-pae ...'
  99.         linux   /boot/vmlinuz-3.2.0-4-686-pae root=/dev/mapper/vg01-sid ro single
  100.         echo    'Loading initial ramdisk ...'
  101.         initrd  /boot/initrd.img-3.2.0-4-686-pae
  102. }
  103. menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae' --class debian --class gnu-linux --class gnu --class os {
  104.         load_video
  105.         set gfxpayload=keep
  106.         insmod gzio
  107.         insmod lvm
  108.         insmod part_msdos
  109.         insmod ext2
  110.         set root='(vg01-sid)'
  111.         search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  112.         echo    'Loading Linux 3.2.0-3-686-pae ...'
  113.         linux   /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-sid ro  quiet splash nomodeset video=uvesafb:mode_option=1280x1024-8,mtrr=3,scroll=ywrap rootflags=data=writeback nouveau.modeset=0
  114.         echo    'Loading initial ramdisk ...'
  115.         initrd  /boot/initrd.img-3.2.0-3-686-pae
  116. }
  117. menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  118.         load_video
  119.         set gfxpayload=keep
  120.         insmod gzio
  121.         insmod lvm
  122.         insmod part_msdos
  123.         insmod ext2
  124.         set root='(vg01-sid)'
  125.         search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  126.         echo    'Loading Linux 3.2.0-3-686-pae ...'
  127.         linux   /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-sid ro single
  128.         echo    'Loading initial ramdisk ...'
  129.         initrd  /boot/initrd.img-3.2.0-3-686-pae
  130. }
  131. ### END /etc/grub.d/10_linux ###
  132.  
  133. ### BEGIN /etc/grub.d/20_linux_xen ###
  134. ### END /etc/grub.d/20_linux_xen ###
  135.  
  136. ### BEGIN /etc/grub.d/30_os-prober ###
  137. menuentry "CrunchBang Linux, with Linux 2.6.32-5-686 (on /dev/mapper/vg01-cb--10--20110207)" --class gnu-linux --class gnu --class os {
  138.         insmod lvm
  139.         insmod part_msdos
  140.         insmod ext2
  141.         set root='(vg01-cb-10-20110207)'
  142.         search --no-floppy --fs-uuid --set=root 492c58e3-5805-4eb8-ac8e-3bdae4cf5bab
  143.         linux /boot/vmlinuz-2.6.32-5-686 root=/dev/mapper/vg01-cb--10--20110207 ro quiet splash
  144.         initrd /boot/initrd.img-2.6.32-5-686
  145. }
  146. menuentry "CrunchBang Linux, with Linux 2.6.32-5-686 (recovery mode) (on /dev/mapper/vg01-cb--10--20110207)" --class gnu-linux --class gnu --class os {
  147.         insmod lvm
  148.         insmod part_msdos
  149.         insmod ext2
  150.         set root='(vg01-cb-10-20110207)'
  151.         search --no-floppy --fs-uuid --set=root 492c58e3-5805-4eb8-ac8e-3bdae4cf5bab
  152.         linux /boot/vmlinuz-2.6.32-5-686 root=/dev/mapper/vg01-cb--10--20110207 ro single
  153.         initrd /boot/initrd.img-2.6.32-5-686
  154. }
  155. menuentry "Debian GNU/Linux, with Linux 3.2.0-3-686-pae (on /dev/mapper/vg01-testing)" --class gnu-linux --class gnu --class os {
  156.         insmod lvm
  157.         insmod part_msdos
  158.         insmod ext2
  159.         set root='(vg01-testing)'
  160.         search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  161.         linux /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-testing ro quiet splash nomodeset video=uvesafb:mode_option=1280x1024-8,mtrr=3,scroll=ywrap rootflags=data=writeback nouveau.modeset=0
  162.         initrd /boot/initrd.img-3.2.0-3-686-pae
  163. }
  164. menuentry "Debian GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode) (on /dev/mapper/vg01-testing)" --class gnu-linux --class gnu --class os {
  165.         insmod lvm
  166.         insmod part_msdos
  167.         insmod ext2
  168.         set root='(vg01-testing)'
  169.         search --no-floppy --fs-uuid --set=root 3c6bf205-af67-4c09-888e-1599de45418b
  170.         linux /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-testing ro single nouveau.modeset=0
  171.         initrd /boot/initrd.img-3.2.0-3-686-pae
  172. }
  173. menuentry "CrunchBang GNU/Linux, with Linux 3.2.0-3-686-pae (on /dev/mapper/vg01-waldorf)" --class gnu-linux --class gnu --class os {
  174.         insmod lvm
  175.         insmod part_msdos
  176.         insmod ext2
  177.         set root='(vg01-waldorf)'
  178.         search --no-floppy --fs-uuid --set=root a3011c84-7886-48a0-9c3e-56bfcd14f117
  179.         linux /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-waldorf ro quiet
  180.         initrd /boot/initrd.img-3.2.0-3-686-pae
  181. }
  182. menuentry "CrunchBang GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode) (on /dev/mapper/vg01-waldorf)" --class gnu-linux --class gnu --class os {
  183.         insmod lvm
  184.         insmod part_msdos
  185.         insmod ext2
  186.         set root='(vg01-waldorf)'
  187.         search --no-floppy --fs-uuid --set=root a3011c84-7886-48a0-9c3e-56bfcd14f117
  188.         linux /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-waldorf ro single
  189.         initrd /boot/initrd.img-3.2.0-3-686-pae
  190. }
  191. menuentry "CrunchBang GNU/Linux, with Linux 3.2.0-2-686-pae (on /dev/mapper/vg01-waldorf)" --class gnu-linux --class gnu --class os {
  192.         insmod lvm
  193.         insmod part_msdos
  194.         insmod ext2
  195.         set root='(vg01-waldorf)'
  196.         search --no-floppy --fs-uuid --set=root a3011c84-7886-48a0-9c3e-56bfcd14f117
  197.         linux /boot/vmlinuz-3.2.0-2-686-pae root=/dev/mapper/vg01-waldorf ro quiet
  198.         initrd /boot/initrd.img-3.2.0-2-686-pae
  199. }
  200. menuentry "CrunchBang GNU/Linux, with Linux 3.2.0-2-686-pae (recovery mode) (on /dev/mapper/vg01-waldorf)" --class gnu-linux --class gnu --class os {
  201.         insmod lvm
  202.         insmod part_msdos
  203.         insmod ext2
  204.         set root='(vg01-waldorf)'
  205.         search --no-floppy --fs-uuid --set=root a3011c84-7886-48a0-9c3e-56bfcd14f117
  206.         linux /boot/vmlinuz-3.2.0-2-686-pae root=/dev/mapper/vg01-waldorf ro single
  207.         initrd /boot/initrd.img-3.2.0-2-686-pae
  208. }
  209. menuentry "CrunchBang GNU/Linux, with Linux 3.2.0-3-686-pae (on /dev/mapper/vg01-waldorf20120927)" --class gnu-linux --class gnu --class os {
  210.         insmod lvm
  211.         insmod part_msdos
  212.         insmod ext2
  213.         set root='(vg01-waldorf20120927)'
  214.         search --no-floppy --fs-uuid --set=root d60e7872-4533-4ffa-83a1-ccd6ef2a5a33
  215.         linux /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-waldorf20120927 ro quiet
  216.         initrd /boot/initrd.img-3.2.0-3-686-pae
  217. }
  218. menuentry "CrunchBang GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode) (on /dev/mapper/vg01-waldorf20120927)" --class gnu-linux --class gnu --class os {
  219.         insmod lvm
  220.         insmod part_msdos
  221.         insmod ext2
  222.         set root='(vg01-waldorf20120927)'
  223.         search --no-floppy --fs-uuid --set=root d60e7872-4533-4ffa-83a1-ccd6ef2a5a33
  224.         linux /boot/vmlinuz-3.2.0-3-686-pae root=/dev/mapper/vg01-waldorf20120927 ro single
  225.         initrd /boot/initrd.img-3.2.0-3-686-pae
  226. }
  227. ### END /etc/grub.d/30_os-prober ###
  228.  
  229. ### BEGIN /etc/grub.d/40_custom ###
  230. # This file provides an easy way to add custom menu entries.  Simply type the
  231. # menu entries you want to add after this comment.  Be careful not to change
  232. # the 'exec tail' line above.
  233.  
  234. menuentry "Arch linux (on /dev/mapper/vg01-arch)" --class gnu-linux --class gnu --class os {
  235.         insmod lvm
  236.         insmod part_msdos
  237.         insmod ext2
  238.         set root='(vg01-arch)'
  239.         search --no-floppy --fs-uuid --set=root 5738a748-3e67-413a-bc10-cb3f0235779c
  240.         linux /boot/vmlinuz-linux root=/dev/mapper/vg01-arch ro quiet lvmwait=/dev/mapper/vg01-arch
  241.         initrd /boot/initramfs-linux.img
  242. }
  243.  
  244. ### END /etc/grub.d/40_custom ###
  245.  
  246. ### BEGIN /etc/grub.d/41_custom ###
  247. if [ -f  $prefix/custom.cfg ]; then
  248.   source $prefix/custom.cfg;
  249. fi
  250. ### END /etc/grub.d/41_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