daily pastebin goal
59%
SHARE
TWEET

Untitled

a guest Mar 6th, 2012 16 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Generating grub.cfg ...
  2. #
  3. # DO NOT EDIT THIS FILE
  4. #
  5. # It is automatically generated by grub-mkconfig using templates
  6. # from /etc/grub.d and settings from /etc/default/grub
  7. #
  8.  
  9. ### BEGIN /etc/grub.d/00_header ###
  10. if [ -s $prefix/grubenv ]; then
  11.   set have_grubenv=true
  12.   load_env
  13. fi
  14. set default="0"
  15. if [ "${prev_saved_entry}" ]; then
  16.   set saved_entry="${prev_saved_entry}"
  17.   save_env saved_entry
  18.   set prev_saved_entry=
  19.   save_env prev_saved_entry
  20.   set boot_once=true
  21. fi
  22.  
  23. function savedefault {
  24.   if [ -z "${boot_once}" ]; then
  25.     saved_entry="${chosen}"
  26.     save_env saved_entry
  27.   fi
  28. }
  29.  
  30. function recordfail {
  31.   set recordfail=1
  32.   if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
  33. }
  34.  
  35. function load_video {
  36.   insmod vbe
  37.   insmod vga
  38.   insmod video_bochs
  39.   insmod video_cirrus
  40. }
  41.  
  42. insmod part_msdos
  43. insmod ext2
  44. set root='(hd0,msdos6)'
  45. search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  46. if loadfont /usr/share/grub/unicode.pf2 ; then
  47.   set gfxmode=auto
  48.   load_video
  49.   insmod gfxterm
  50.   insmod part_msdos
  51.   insmod ext2
  52.   set root='(hd0,msdos6)'
  53.   search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  54.   set locale_dir=($root)/boot/grub/locale
  55.   set lang=en_US
  56.   insmod gettext
  57. fi
  58. terminal_output gfxterm
  59. if [ "${recordfail}" = 1 ]; then
  60.   set timeout=-1
  61. else
  62.   set timeout=10
  63. fi
  64. ### END /etc/grub.d/00_header ###
  65.  
  66. ### BEGIN /etc/grub.d/05_debian_theme ###
  67. set menu_color_normal=white/black
  68. set menu_color_highlight=black/light-gray
  69. if background_color 0,71,115; then
  70.   clear
  71. fi
  72. ### END /etc/grub.d/05_debian_theme ###
  73.  
  74. ### BEGIN /etc/grub.d/10_linux ###
  75. if [ ${recordfail} != 1 ]; then
  76.   if [ -e ${prefix}/gfxblacklist.txt ]; then
  77.     if hwmatch ${prefix}/gfxblacklist.txt 3; then
  78.       if [ ${match} = 0 ]; then
  79.         set linux_gfx_mode=keep
  80.       else
  81.         set linux_gfx_mode=text
  82.       fi
  83.     else
  84.       set linux_gfx_mode=text
  85.     fi
  86.   else
  87.     set linux_gfx_mode=keep
  88.   fi
  89. else
  90.   set linux_gfx_mode=text
  91. fi
  92. export linux_gfx_mode
  93. if [ "$linux_gfx_mode" != "text" ]; then load_video; fi
  94. Found linux image: /boot/vmlinuz-3.0.0-14-generic
  95. Found initrd image: /boot/initrd.img-3.0.0-14-generic
  96. menuentry 'Ubuntu, with Linux 3.0.0-14-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  97.         recordfail
  98.         set gfxpayload=$linux_gfx_mode
  99.         insmod gzio
  100.         insmod part_msdos
  101.         insmod ext2
  102.         set root='(hd0,msdos6)'
  103.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  104.         linux   /boot/vmlinuz-3.0.0-14-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro   quiet splash vt.handoff=7
  105.         initrd  /boot/initrd.img-3.0.0-14-generic
  106. }
  107. menuentry 'Ubuntu, with Linux 3.0.0-14-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  108.         recordfail
  109.         insmod gzio
  110.         insmod part_msdos
  111.         insmod ext2
  112.         set root='(hd0,msdos6)'
  113.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  114.         echo    'Loading Linux 3.0.0-14-generic ...'
  115.         linux   /boot/vmlinuz-3.0.0-14-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro recovery nomodeset
  116.         echo    'Loading initial ramdisk ...'
  117.         initrd  /boot/initrd.img-3.0.0-14-generic
  118. }
  119. submenu "Previous Linux versions" {
  120. Found linux image: /boot/vmlinuz-3.0.0-12-generic
  121. Found initrd image: /boot/initrd.img-3.0.0-12-generic
  122. menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  123.         recordfail
  124.         set gfxpayload=$linux_gfx_mode
  125.         insmod gzio
  126.         insmod part_msdos
  127.         insmod ext2
  128.         set root='(hd0,msdos6)'
  129.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  130.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro   quiet splash vt.handoff=7
  131.         initrd  /boot/initrd.img-3.0.0-12-generic
  132. }
  133. menuentry 'Ubuntu, with Linux 3.0.0-12-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
  134.         recordfail
  135.         insmod gzio
  136.         insmod part_msdos
  137.         insmod ext2
  138.         set root='(hd0,msdos6)'
  139.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  140.         echo    'Loading Linux 3.0.0-12-generic ...'
  141.         linux   /boot/vmlinuz-3.0.0-12-generic root=UUID=25dfdfd2-4939-441d-bf74-b07d9e9efbb5 ro recovery nomodeset
  142.         echo    'Loading initial ramdisk ...'
  143.         initrd  /boot/initrd.img-3.0.0-12-generic
  144. }
  145. }
  146. ### END /etc/grub.d/10_linux ###
  147.  
  148. ### BEGIN /etc/grub.d/11_windows ###
  149. “Adding Windows”
  150. menuentry “Windows 7″ {
  151. set root=(hd0,1)
  152. chainloader +1
  153. }
  154. ### END /etc/grub.d/11_windows ###
  155.  
  156. ### BEGIN /etc/grub.d/20_linux_xen ###
  157. ### END /etc/grub.d/20_linux_xen ###
  158.  
  159. ### BEGIN /etc/grub.d/20_memtest86+ ###
  160. Found memtest86+ image: /boot/memtest86+.bin
  161. menuentry "Memory test (memtest86+)" {
  162.         insmod part_msdos
  163.         insmod ext2
  164.         set root='(hd0,msdos6)'
  165.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  166.         linux16 /boot/memtest86+.bin
  167. }
  168. menuentry "Memory test (memtest86+, serial console 115200)" {
  169.         insmod part_msdos
  170.         insmod ext2
  171.         set root='(hd0,msdos6)'
  172.         search --no-floppy --fs-uuid --set=root 25dfdfd2-4939-441d-bf74-b07d9e9efbb5
  173.         linux16 /boot/memtest86+.bin console=ttyS0,115200n8
  174. }
  175. ### END /etc/grub.d/20_memtest86+ ###
  176.  
  177. ### BEGIN /etc/grub.d/30_os-prober ###
  178. ### END /etc/grub.d/30_os-prober ###
  179.  
  180. ### BEGIN /etc/grub.d/40_custom ###
  181. # This file provides an easy way to add custom menu entries.  Simply type the
  182. # menu entries you want to add after this comment.  Be careful not to change
  183. # the 'exec tail' line above.
  184. ### END /etc/grub.d/40_custom ###
  185.  
  186. ### BEGIN /etc/grub.d/41_custom ###
  187. if [ -f  $prefix/custom.cfg ]; then
  188.   source $prefix/custom.cfg;
  189. fi
  190. ### END /etc/grub.d/41_custom ###
  191. done
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top