Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 4.33 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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. 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 recordfail {
  29.   set recordfail=1
  30.   if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
  31. }
  32. insmod ext2
  33. set root='(hd0,1)'
  34. search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  35. if loadfont /grub/unicode.pf2 ; then
  36.   set gfxmode=1280x1024x24
  37.   insmod gfxterm
  38.   insmod vbe
  39.   if terminal_output gfxterm ; then true ; else
  40.     # For backward compatibility with versions of terminal.mod that don't
  41.     # understand terminal_output
  42.     terminal gfxterm
  43.   fi
  44. fi
  45. insmod ext2
  46. set root='(hd0,1)'
  47. search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  48. set locale_dir=($root)/grub/locale
  49. set lang=de
  50. insmod gettext
  51. if [ ${recordfail} = 1 ]; then
  52.   set timeout=-1
  53. else
  54.   set timeout=10
  55. fi
  56. ### END /etc/grub.d/00_header ###
  57.  
  58. ### BEGIN /etc/grub.d/05_debian_theme ###
  59. set menu_color_normal=white/black
  60. set menu_color_highlight=black/light-gray
  61. ### END /etc/grub.d/05_debian_theme ###
  62.  
  63. ### BEGIN /etc/grub.d/10_linux ###
  64. menuentry 'Ubuntu, mit Linux 2.6.32-23-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  65.         recordfail
  66.         set gfxpayload=1280x1024x24
  67.         insmod ext2
  68.         set root='(hd0,1)'
  69.         search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  70.         linux   /vmlinuz-2.6.32-23-generic root=/dev/mapper/ubuntu-root ro   quiet splash
  71.         initrd  /initrd.img-2.6.32-23-generic
  72. }
  73. menuentry 'Ubuntu, mit Linux 2.6.32-23-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
  74.         recordfail
  75.         set gfxpayload=1280x1024x24
  76.         insmod ext2
  77.         set root='(hd0,1)'
  78.         search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  79.         echo    'Linux 2.6.32-23-generic wird geladen …'
  80.         linux   /vmlinuz-2.6.32-23-generic root=/dev/mapper/ubuntu-root ro single
  81.         echo    'Initiale Ramdisk wird geladen …'
  82.         initrd  /initrd.img-2.6.32-23-generic
  83. }
  84. menuentry 'Ubuntu, mit Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
  85.         recordfail
  86.         set gfxpayload=1280x1024x24
  87.         insmod ext2
  88.         set root='(hd0,1)'
  89.         search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  90.         linux   /vmlinuz-2.6.32-21-generic root=/dev/mapper/ubuntu-root ro   quiet splash
  91.         initrd  /initrd.img-2.6.32-21-generic
  92. }
  93. menuentry 'Ubuntu, mit Linux 2.6.32-21-generic (Wiederherstellungsmodus)' --class ubuntu --class gnu-linux --class gnu --class os {
  94.         recordfail
  95.         set gfxpayload=1280x1024x24
  96.         insmod ext2
  97.         set root='(hd0,1)'
  98.         search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  99.         echo    'Linux 2.6.32-21-generic wird geladen …'
  100.         linux   /vmlinuz-2.6.32-21-generic root=/dev/mapper/ubuntu-root ro single
  101.         echo    'Initiale Ramdisk wird geladen …'
  102.         initrd  /initrd.img-2.6.32-21-generic
  103. }
  104. ### END /etc/grub.d/10_linux ###
  105.  
  106. ### BEGIN /etc/grub.d/20_memtest86+ ###
  107. menuentry "Memory test (memtest86+)" {
  108.         insmod ext2
  109.         set root='(hd0,1)'
  110.         search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  111.         linux16 /memtest86+.bin
  112. }
  113. menuentry "Memory test (memtest86+, serial console 115200)" {
  114.         insmod ext2
  115.         set root='(hd0,1)'
  116.         search --no-floppy --fs-uuid --set 321fbff8-304e-4419-b360-48633caac9f1
  117.         linux16 /memtest86+.bin console=ttyS0,115200n8
  118. }
  119. ### END /etc/grub.d/20_memtest86+ ###
  120.  
  121. ### BEGIN /etc/grub.d/30_os-prober ###
  122. if [ ${timeout} != -1 ]; then
  123.   if keystatus; then
  124.     if keystatus --shift; then
  125.       set timeout=-1
  126.     else
  127.       set timeout=0
  128.     fi
  129.   else
  130.     if sleep --interruptible 3 ; then
  131.       set timeout=0
  132.     fi
  133.   fi
  134. fi
  135. ### END /etc/grub.d/30_os-prober ###
  136.  
  137. ### BEGIN /etc/grub.d/40_custom ###
  138. # This file provides an easy way to add custom menu entries.  Simply type the
  139. # menu entries you want to add after this comment.  Be careful not to change
  140. # the 'exec tail' line above.
  141. ### END /etc/grub.d/40_custom ###