Guest User

Untitled

a guest
Apr 4th, 2011
191
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="4"
  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. set menu_color_normal=light-blue/black
  36. set menu_color_highlight=light-cyan/blue
  37.  
  38. insmod part_gpt
  39. insmod ext2
  40. set root='(hd0,gpt4)'
  41. search --no-floppy --fs-uuid --set=root 3afa5401-9662-4de3-8169-b07705adca59
  42. if loadfont /usr/share/grub/unicode.pf2 ; then
  43. set gfxmode=1024x768x24
  44. load_video
  45. insmod gfxterm
  46. fi
  47. terminal_output gfxterm
  48. insmod part_gpt
  49. insmod ext2
  50. set root='(hd0,gpt2)'
  51. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  52. set locale_dir=($root)/grub/locale
  53. set lang=it_IT
  54. insmod gettext
  55. set timeout=3
  56. ### END /etc/grub.d/00_header ###
  57.  
  58. ### BEGIN /etc/grub.d/05_archtheme ###
  59. set menu_color_normal=light-blue/black
  60. set menu_color_highlight=light-cyan/blue
  61. ### END /etc/grub.d/05_archtheme ###
  62.  
  63. ### BEGIN /etc/grub.d/10_linux ###
  64. menuentry 'Arch Linux, with Linux vmlinuz26-pf' --class archlinux --class gnu-linux --class gnu --class os {
  65. load_video
  66. set gfxpayload=keep
  67. insmod part_gpt
  68. insmod ext2
  69. set root='(hd0,gpt2)'
  70. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  71. echo 'Loading Linux vmlinuz26-pf ...'
  72. linux /vmlinuz26-pf root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro quiet
  73. echo 'Loading initial ramdisk ...'
  74. initrd /kernel26-pf.img
  75. }
  76. menuentry 'Arch Linux, with Linux vmlinuz26-pf, bootchart2-git' --class archlinux --class gnu-linux --class gnu --class os {
  77. load_video
  78. set gfxpayload=keep
  79. insmod part_gpt
  80. insmod ext2
  81. set root='(hd0,gpt2)'
  82. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  83. echo 'Loading Linux vmlinuz26-pf ...'
  84. linux /vmlinuz26-pf root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro quiet initcall_debug printk.time=y quiet init=/sbin/bootchartd
  85. echo 'Loading initial ramdisk ...'
  86. initrd /kernel26-pf.img
  87. }
  88. menuentry 'Arch Linux, with Linux vmlinuz26-pf Fallback' --class archlinux --class gnu-linux --class gnu --class os {
  89. load_video
  90. set gfxpayload=keep
  91. insmod part_gpt
  92. insmod ext2
  93. set root='(hd0,gpt2)'
  94. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  95. echo 'Loading Linux vmlinuz26-pf ...Loading Linux Fallback ...'
  96. linux /vmlinuz26-pf root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro quiet
  97. echo 'Loading initial ramdisk ...'
  98. initrd /kernel26-pf-fallback.img
  99. }
  100. menuentry 'Arch Linux, with Linux vmlinuz26-pf Fallback (recovery mode)' --class archlinux --class gnu-linux --class gnu --class os {
  101. load_video
  102. set gfxpayload=keep
  103. insmod part_gpt
  104. insmod ext2
  105. set root='(hd0,gpt2)'
  106. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  107. echo 'Loading Linux vmlinuz26-pf ...Loading Linux Fallback ...'
  108. linux /vmlinuz26-pf root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro single
  109. echo 'Loading initial ramdisk ...'
  110. initrd /kernel26-pf-fallback.img
  111. }
  112. menuentry 'Arch Linux, with Linux vmlinuz26' --class archlinux --class gnu-linux --class gnu --class os {
  113. load_video
  114. set gfxpayload=keep
  115. insmod part_gpt
  116. insmod ext2
  117. set root='(hd0,gpt2)'
  118. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  119. echo 'Loading Linux vmlinuz26 ...'
  120. linux /vmlinuz26 root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro fastboot quiet
  121. echo 'Loading initial ramdisk ...'
  122. initrd /kernel26.img
  123. }
  124. menuentry 'Arch Linux, with Linux vmlinuz26, bootchart2-git' --class archlinux --class gnu-linux --class gnu --class os {
  125. load_video
  126. set gfxpayload=keep
  127. insmod part_gpt
  128. insmod ext2
  129. set root='(hd0,gpt2)'
  130. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  131. echo 'Loading Linux vmlinuz26 ...'
  132. linux /vmlinuz26 root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro quiet initcall_debug printk.time=y quiet init=/sbin/bootchartd
  133. echo 'Loading initial ramdisk ...'
  134. initrd /kernel26.img
  135. }
  136. menuentry 'Arch Linux, with Linux vmlinuz26 Fallback' --class archlinux --class gnu-linux --class gnu --class os {
  137. load_video
  138. set gfxpayload=keep
  139. insmod part_gpt
  140. insmod ext2
  141. set root='(hd0,gpt2)'
  142. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  143. echo 'Loading Linux vmlinuz26 ...Loading Linux Fallback ...'
  144. linux /vmlinuz26 root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro quiet
  145. echo 'Loading initial ramdisk ...'
  146. initrd /kernel26-fallback.img
  147. }
  148. menuentry 'Arch Linux, with Linux vmlinuz26 Fallback (recovery mode)' --class archlinux --class gnu-linux --class gnu --class os {
  149. load_video
  150. set gfxpayload=keep
  151. insmod part_gpt
  152. insmod ext2
  153. set root='(hd0,gpt2)'
  154. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  155. echo 'Loading Linux vmlinuz26 ...Loading Linux Fallback ...'
  156. linux /vmlinuz26 root=/dev/disk/by-uuid/3afa5401-9662-4de3-8169-b07705adca59 ro single
  157. echo 'Loading initial ramdisk ...'
  158. initrd /kernel26-fallback.img
  159. }
  160. ### END /etc/grub.d/10_linux ###
  161.  
  162. ### BEGIN /etc/grub.d/20_linux_xen ###
  163. ### END /etc/grub.d/20_linux_xen ###
  164.  
  165. ### BEGIN /etc/grub.d/20_memtest86+ ###
  166. menuentry "Memory test (memtest86+)" --class memtest86 --class gnu --class tool {
  167. insmod part_gpt
  168. insmod ext2
  169. set root='(hd0,gpt2)'
  170. search --no-floppy --fs-uuid --set=root 422850fc-7c2b-4d52-b30c-d76e0e1a8c6b
  171. linux16 ($root)/memtest86+/memtest.bin
  172. }
  173. ### END /etc/grub.d/20_memtest86+ ###
  174.  
  175. ### BEGIN /etc/grub.d/30_os-prober ###
  176. ### END /etc/grub.d/30_os-prober ###
  177.  
  178. ### BEGIN /etc/grub.d/40_custom ###
  179. # This file provides an easy way to add custom menu entries. Simply type the
  180. # menu entries you want to add after this comment. Be careful not to change
  181. # the 'exec tail' line above.
  182.  
  183. menuentry "SystemRescueCd (isoloop,rescue64,docache)" {
  184. set root='(hd0,gpt4)'
  185. loopback loop /opt/systemrescuecd-x86-2.0.1.iso
  186. linux (loop)/isolinux/rescue64 docache isoloop=opt/systemrescuecd-x86-2.0.1.iso
  187. initrd (loop)/isolinux/initram.igz
  188. }
  189. ### END /etc/grub.d/40_custom ###
  190.  
  191. ### BEGIN /etc/grub.d/41_custom ###
  192. if [ -f $prefix/custom.cfg ]; then
  193. source $prefix/custom.cfg;
  194. fi
  195. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment