Guest User

Untitled

a guest
Feb 18th, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  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="2"
  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 part_msdos
  36. insmod ext2
  37. set root='(hd0,msdos5)'
  38. search --no-floppy --fs-uuid --set e88542b3-5734-4eea-8f74-b8ebc5e2f7e8
  39. if loadfont /usr/share/grub/unicode.pf2 ; then
  40. set gfxmode=640x480
  41. load_video
  42. insmod gfxterm
  43. fi
  44. terminal_output gfxterm
  45. insmod part_msdos
  46. insmod ext2
  47. set root='(hd0,msdos5)'
  48. search --no-floppy --fs-uuid --set e88542b3-5734-4eea-8f74-b8ebc5e2f7e8
  49. set locale_dir=($root)/boot/grub/locale
  50. set lang=pt
  51. insmod gettext
  52. set timeout=5
  53. ### END /etc/grub.d/00_header ###
  54.  
  55. ### BEGIN /etc/grub.d/05_debian_theme ###
  56. insmod part_msdos
  57. insmod ext2
  58. set root='(hd0,msdos5)'
  59. search --no-floppy --fs-uuid --set e88542b3-5734-4eea-8f74-b8ebc5e2f7e8
  60. insmod png
  61. if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  62. set color_normal=light-gray/black
  63. set color_highlight=white/black
  64. else
  65. set menu_color_normal=cyan/blue
  66. set menu_color_highlight=white/blue
  67. fi
  68. ### END /etc/grub.d/05_debian_theme ###
  69.  
  70. ### BEGIN /etc/grub.d/10_linux ###
  71. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
  72. insmod part_msdos
  73. insmod ext2
  74. set root='(hd0,msdos5)'
  75. search --no-floppy --fs-uuid --set e88542b3-5734-4eea-8f74-b8ebc5e2f7e8
  76. echo 'Loading Linux 2.6.32-5-amd64 ...'
  77. linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=e88542b3-5734-4eea-8f74-b8ebc5e2f7e8 ro quiet
  78. echo 'Loading initial ramdisk ...'
  79. initrd /boot/initrd.img-2.6.32-5-amd64
  80. }
  81. menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
  82. insmod part_msdos
  83. insmod ext2
  84. set root='(hd0,msdos5)'
  85. search --no-floppy --fs-uuid --set e88542b3-5734-4eea-8f74-b8ebc5e2f7e8
  86. echo 'Loading Linux 2.6.32-5-amd64 ...'
  87. linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=e88542b3-5734-4eea-8f74-b8ebc5e2f7e8 ro single
  88. echo 'Loading initial ramdisk ...'
  89. initrd /boot/initrd.img-2.6.32-5-amd64
  90. }
  91. ### END /etc/grub.d/10_linux ###
  92.  
  93. ### BEGIN /etc/grub.d/20_linux_xen ###
  94. ### END /etc/grub.d/20_linux_xen ###
  95.  
  96. ### BEGIN /etc/grub.d/30_os-prober ###
  97. ### END /etc/grub.d/30_os-prober ###
  98.  
  99. ### BEGIN /etc/grub.d/30_otheros ###
  100.  
  101. # This entry automatically added by the Debian installer for a non-linux OS
  102. # on /dev/sda1
  103. menuentry "Windows Vista (loader)" {
  104. set root=(hd0,msdos1)
  105. search --no-floppy --fs-uuid --set 6020fefa20fed64e
  106. chainloader +1
  107. }
  108.  
  109. # This entry automatically added by the Debian installer for an existing
  110. # linux installation on /dev/sda6.
  111. menuentry "Debian GNU/Linux, with Linux 2.6.32-5-amd64 (on /dev/sda6)" {
  112. set root=(hd0,msdos6)
  113. search --no-floppy --fs-uuid --set e7353c23-edbb-4f66-b9e0-7036922b0b34
  114. linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=e7353c23-edbb-4f66-b9e0-7036922b0b34 ro quiet
  115. initrd /boot/initrd.img-2.6.32-5-amd64
  116. }
  117.  
  118.  
  119. # This entry automatically added by the Debian installer for an existing
  120. # linux installation on /dev/sda6.
  121. menuentry "Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode) (on /dev/sda6)" {
  122. set root=(hd0,msdos6)
  123. search --no-floppy --fs-uuid --set e7353c23-edbb-4f66-b9e0-7036922b0b34
  124. linux /boot/vmlinuz-2.6.32-5-amd64 root=UUID=e7353c23-edbb-4f66-b9e0-7036922b0b34 ro single
  125. initrd /boot/initrd.img-2.6.32-5-amd64
  126. }
  127.  
  128.  
  129. # This entry automatically added by the Debian installer for an existing
  130. # linux installation on /dev/sda7.
  131. menuentry "Fedora (2.6.35.11-83.fc14.x86_64) (on /dev/sda7)" {
  132. set root=(hd0,msdos7)
  133. search --no-floppy --fs-uuid --set edc3f0b1-d4ef-489b-b1d7-701a21f36d86
  134. linux /boot/vmlinuz-2.6.35.11-83.fc14.x86_64 ro root=UUID=edc3f0b1-d4ef-489b-b1d7-701a21f36d86 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=pt_BR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=br-abnt2 rhgb quiet rdblacklist=nouveau vga=318 nouveau.modeset=0
  135. initrd /boot/initramfs-2.6.35.11-83.fc14.x86_64.img
  136. }
  137.  
  138.  
  139. # This entry automatically added by the Debian installer for an existing
  140. # linux installation on /dev/sda7.
  141. menuentry "Fedora (2.6.35.10-74.fc14.x86_64) (on /dev/sda7)" {
  142. set root=(hd0,msdos7)
  143. search --no-floppy --fs-uuid --set edc3f0b1-d4ef-489b-b1d7-701a21f36d86
  144. linux /boot/vmlinuz-2.6.35.10-74.fc14.x86_64 ro root=UUID=edc3f0b1-d4ef-489b-b1d7-701a21f36d86 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=pt_BR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=br-abnt2 rhgb quiet rdblacklist=nouveau vga=318 nouveau.modeset=0
  145. initrd /boot/initramfs-2.6.35.10-74.fc14.x86_64.img
  146. }
  147.  
  148.  
  149. # This entry automatically added by the Debian installer for an existing
  150. # linux installation on /dev/sda7.
  151. menuentry "Fedora (2.6.35.6-45.fc14.x86_64) (on /dev/sda7)" {
  152. set root=(hd0,msdos7)
  153. search --no-floppy --fs-uuid --set edc3f0b1-d4ef-489b-b1d7-701a21f36d86
  154. linux /boot/vmlinuz-2.6.35.6-45.fc14.x86_64 ro root=UUID=edc3f0b1-d4ef-489b-b1d7-701a21f36d86 rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=pt_BR.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=br-abnt2 rhgb quiet
  155. initrd /boot/initramfs-2.6.35.6-45.fc14.x86_64.img
  156. }
  157.  
  158.  
  159. # This entry automatically added by the Debian installer for an existing
  160. # linux installation on /dev/sda8.
  161. menuentry "Arch Linux (on /dev/sda8)" {
  162. set root=(hd0,msdos8)
  163. search --no-floppy --fs-uuid --set c229ef46-12d1-49a4-9128-c3ba14dd8260
  164. linux /boot/vmlinuz26 root=/dev/sda8 ro
  165. initrd /boot/kernel26.img
  166. }
  167.  
  168.  
  169. # This entry automatically added by the Debian installer for an existing
  170. # linux installation on /dev/sda8.
  171. menuentry "Arch Linux Fallback (on /dev/sda8)" {
  172. set root=(hd0,msdos8)
  173. search --no-floppy --fs-uuid --set c229ef46-12d1-49a4-9128-c3ba14dd8260
  174. linux /boot/vmlinuz26 root=/dev/sda8 ro
  175. initrd /boot/kernel26-fallback.img
  176. }
  177.  
  178. ### END /etc/grub.d/30_otheros ###
  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.  
  185.  
  186. ### END /etc/grub.d/40_custom ###
  187.  
  188. ### BEGIN /etc/grub.d/41_custom ###
  189. if [ -f $prefix/custom.cfg ]; then
  190. source $prefix/custom.cfg;
  191. fi
  192. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment