Advertisement
kfirufk

grub.cfg

Dec 28th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.10 KB | None | 0 0
  1. #
  2. # DO NOT EDIT THIS FILE
  3. #
  4. # It is automatically generated by grub2-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.  
  14. if [ x"${feature_menuentry_id}" = xy ]; then
  15. menuentry_id_option="--id"
  16. else
  17. menuentry_id_option=""
  18. fi
  19.  
  20. export menuentry_id_option
  21.  
  22. if [ "${prev_saved_entry}" ]; then
  23. set saved_entry="${prev_saved_entry}"
  24. save_env saved_entry
  25. set prev_saved_entry=
  26. save_env prev_saved_entry
  27. set boot_once=true
  28. fi
  29.  
  30. function savedefault {
  31. if [ -z "${boot_once}" ]; then
  32. saved_entry="${chosen}"
  33. save_env saved_entry
  34. fi
  35. }
  36.  
  37. function load_video {
  38. if [ x$feature_all_video_module = xy ]; then
  39. insmod all_video
  40. else
  41. insmod efi_gop
  42. insmod efi_uga
  43. insmod ieee1275_fb
  44. insmod vbe
  45. insmod vga
  46. insmod video_bochs
  47. insmod video_cirrus
  48. fi
  49. }
  50.  
  51. if [ x$feature_default_font_path = xy ] ; then
  52. font=unicode
  53. else
  54. insmod part_gpt
  55. insmod ext2
  56. set root='hd3,gpt1'
  57. if [ x$feature_platform_search_hint = xy ]; then
  58. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  59. else
  60. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  61. fi
  62. font="/usr/share/grub/unicode.pf2"
  63. fi
  64.  
  65. if loadfont $font ; then
  66. set gfxmode=auto
  67. load_video
  68. insmod gfxterm
  69. set locale_dir=$prefix/locale
  70. set lang=
  71. insmod gettext
  72. fi
  73. terminal_output gfxterm
  74. if sleep --interruptible 0 ; then
  75. set timeout=10
  76. fi
  77. ### END /etc/grub.d/00_header ###
  78.  
  79. ### BEGIN /etc/grub.d/10_linux ###
  80. menuentry 'Gentoo GNU/Linux' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b87b7290-0604-443e-8af5-6e0b848a860d' {
  81. load_video
  82. insmod gzio
  83. insmod part_gpt
  84. insmod ext2
  85. set root='hd3,gpt1'
  86. if [ x$feature_platform_search_hint = xy ]; then
  87. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  88. else
  89. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  90. fi
  91. echo 'Loading Linux 3.7.1-gentoo ...'
  92. linux /boot/vmlinuz-3.7.1-gentoo root=/dev/sdd1 ro
  93. }
  94. submenu 'Advanced options for Gentoo GNU/Linux' $menuentry_id_option 'gnulinux-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  95. menuentry 'Gentoo GNU/Linux, with Linux 3.7.1-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.7.1-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  96. load_video
  97. insmod gzio
  98. insmod part_gpt
  99. insmod ext2
  100. set root='hd3,gpt1'
  101. if [ x$feature_platform_search_hint = xy ]; then
  102. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  103. else
  104. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  105. fi
  106. echo 'Loading Linux 3.7.1-gentoo ...'
  107. linux /boot/vmlinuz-3.7.1-gentoo root=/dev/sdd1 ro
  108. }
  109. menuentry 'Gentoo GNU/Linux, with Linux 3.7.1-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.7.1-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  110. load_video
  111. insmod gzio
  112. insmod part_gpt
  113. insmod ext2
  114. set root='hd3,gpt1'
  115. if [ x$feature_platform_search_hint = xy ]; then
  116. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  117. else
  118. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  119. fi
  120. echo 'Loading Linux 3.7.1-gentoo ...'
  121. linux /boot/vmlinuz-3.7.1-gentoo root=/dev/sdd1 ro single
  122. }
  123. menuentry 'Gentoo GNU/Linux, with Linux 3.6.8-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.8-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  124. load_video
  125. insmod gzio
  126. insmod part_gpt
  127. insmod ext2
  128. set root='hd3,gpt1'
  129. if [ x$feature_platform_search_hint = xy ]; then
  130. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  131. else
  132. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  133. fi
  134. echo 'Loading Linux 3.6.8-gentoo ...'
  135. linux /boot/vmlinuz-3.6.8-gentoo root=/dev/sdd1 ro
  136. }
  137. menuentry 'Gentoo GNU/Linux, with Linux 3.6.8-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.8-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  138. load_video
  139. insmod gzio
  140. insmod part_gpt
  141. insmod ext2
  142. set root='hd3,gpt1'
  143. if [ x$feature_platform_search_hint = xy ]; then
  144. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  145. else
  146. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  147. fi
  148. echo 'Loading Linux 3.6.8-gentoo ...'
  149. linux /boot/vmlinuz-3.6.8-gentoo root=/dev/sdd1 ro single
  150. }
  151. menuentry 'Gentoo GNU/Linux, with Linux 3.6.6-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.6-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  152. load_video
  153. insmod gzio
  154. insmod part_gpt
  155. insmod ext2
  156. set root='hd3,gpt1'
  157. if [ x$feature_platform_search_hint = xy ]; then
  158. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  159. else
  160. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  161. fi
  162. echo 'Loading Linux 3.6.6-gentoo ...'
  163. linux /boot/vmlinuz-3.6.6-gentoo root=/dev/sdd1 ro
  164. }
  165. menuentry 'Gentoo GNU/Linux, with Linux 3.6.6-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.6-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  166. load_video
  167. insmod gzio
  168. insmod part_gpt
  169. insmod ext2
  170. set root='hd3,gpt1'
  171. if [ x$feature_platform_search_hint = xy ]; then
  172. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  173. else
  174. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  175. fi
  176. echo 'Loading Linux 3.6.6-gentoo ...'
  177. linux /boot/vmlinuz-3.6.6-gentoo root=/dev/sdd1 ro single
  178. }
  179. menuentry 'Gentoo GNU/Linux, with Linux 3.6.6-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.6-gentoo.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  180. load_video
  181. insmod gzio
  182. insmod part_gpt
  183. insmod ext2
  184. set root='hd3,gpt1'
  185. if [ x$feature_platform_search_hint = xy ]; then
  186. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  187. else
  188. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  189. fi
  190. echo 'Loading Linux 3.6.6-gentoo.old ...'
  191. linux /boot/vmlinuz-3.6.6-gentoo.old root=/dev/sdd1 ro
  192. }
  193. menuentry 'Gentoo GNU/Linux, with Linux 3.6.6-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.6-gentoo.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  194. load_video
  195. insmod gzio
  196. insmod part_gpt
  197. insmod ext2
  198. set root='hd3,gpt1'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  201. else
  202. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  203. fi
  204. echo 'Loading Linux 3.6.6-gentoo.old ...'
  205. linux /boot/vmlinuz-3.6.6-gentoo.old root=/dev/sdd1 ro single
  206. }
  207. menuentry 'Gentoo GNU/Linux, with Linux 3.6.0-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.0-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  208. load_video
  209. insmod gzio
  210. insmod part_gpt
  211. insmod ext2
  212. set root='hd3,gpt1'
  213. if [ x$feature_platform_search_hint = xy ]; then
  214. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  215. else
  216. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  217. fi
  218. echo 'Loading Linux 3.6.0-gentoo ...'
  219. linux /boot/vmlinuz-3.6.0-gentoo root=/dev/sdd1 ro
  220. }
  221. menuentry 'Gentoo GNU/Linux, with Linux 3.6.0-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.6.0-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  222. load_video
  223. insmod gzio
  224. insmod part_gpt
  225. insmod ext2
  226. set root='hd3,gpt1'
  227. if [ x$feature_platform_search_hint = xy ]; then
  228. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  229. else
  230. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  231. fi
  232. echo 'Loading Linux 3.6.0-gentoo ...'
  233. linux /boot/vmlinuz-3.6.0-gentoo root=/dev/sdd1 ro single
  234. }
  235. menuentry 'Gentoo GNU/Linux, with Linux 3.4.4-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.4-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  236. load_video
  237. insmod gzio
  238. insmod part_gpt
  239. insmod ext2
  240. set root='hd3,gpt1'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  243. else
  244. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  245. fi
  246. echo 'Loading Linux 3.4.4-gentoo ...'
  247. linux /boot/vmlinuz-3.4.4-gentoo root=/dev/sdd1 ro
  248. }
  249. menuentry 'Gentoo GNU/Linux, with Linux 3.4.4-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.4-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  250. load_video
  251. insmod gzio
  252. insmod part_gpt
  253. insmod ext2
  254. set root='hd3,gpt1'
  255. if [ x$feature_platform_search_hint = xy ]; then
  256. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  257. else
  258. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  259. fi
  260. echo 'Loading Linux 3.4.4-gentoo ...'
  261. linux /boot/vmlinuz-3.4.4-gentoo root=/dev/sdd1 ro single
  262. }
  263. menuentry 'Gentoo GNU/Linux, with Linux 3.4.4-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.4-gentoo.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  264. load_video
  265. insmod gzio
  266. insmod part_gpt
  267. insmod ext2
  268. set root='hd3,gpt1'
  269. if [ x$feature_platform_search_hint = xy ]; then
  270. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  271. else
  272. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  273. fi
  274. echo 'Loading Linux 3.4.4-gentoo.old ...'
  275. linux /boot/vmlinuz-3.4.4-gentoo.old root=/dev/sdd1 ro
  276. }
  277. menuentry 'Gentoo GNU/Linux, with Linux 3.4.4-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.4-gentoo.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  278. load_video
  279. insmod gzio
  280. insmod part_gpt
  281. insmod ext2
  282. set root='hd3,gpt1'
  283. if [ x$feature_platform_search_hint = xy ]; then
  284. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  285. else
  286. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  287. fi
  288. echo 'Loading Linux 3.4.4-gentoo.old ...'
  289. linux /boot/vmlinuz-3.4.4-gentoo.old root=/dev/sdd1 ro single
  290. }
  291. menuentry 'Gentoo GNU/Linux, with Linux 3.4.0-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.0-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  292. load_video
  293. insmod gzio
  294. insmod part_gpt
  295. insmod ext2
  296. set root='hd3,gpt1'
  297. if [ x$feature_platform_search_hint = xy ]; then
  298. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  299. else
  300. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  301. fi
  302. echo 'Loading Linux 3.4.0-gentoo ...'
  303. linux /boot/vmlinuz-3.4.0-gentoo root=/dev/sdd1 ro
  304. }
  305. menuentry 'Gentoo GNU/Linux, with Linux 3.4.0-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.0-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  306. load_video
  307. insmod gzio
  308. insmod part_gpt
  309. insmod ext2
  310. set root='hd3,gpt1'
  311. if [ x$feature_platform_search_hint = xy ]; then
  312. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  313. else
  314. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  315. fi
  316. echo 'Loading Linux 3.4.0-gentoo ...'
  317. linux /boot/vmlinuz-3.4.0-gentoo root=/dev/sdd1 ro single
  318. }
  319. menuentry 'Gentoo GNU/Linux, with Linux 3.4.0-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.0-gentoo.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  320. load_video
  321. insmod gzio
  322. insmod part_gpt
  323. insmod ext2
  324. set root='hd3,gpt1'
  325. if [ x$feature_platform_search_hint = xy ]; then
  326. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  327. else
  328. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  329. fi
  330. echo 'Loading Linux 3.4.0-gentoo.old ...'
  331. linux /boot/vmlinuz-3.4.0-gentoo.old root=/dev/sdd1 ro
  332. }
  333. menuentry 'Gentoo GNU/Linux, with Linux 3.4.0-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.4.0-gentoo.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  334. load_video
  335. insmod gzio
  336. insmod part_gpt
  337. insmod ext2
  338. set root='hd3,gpt1'
  339. if [ x$feature_platform_search_hint = xy ]; then
  340. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  341. else
  342. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  343. fi
  344. echo 'Loading Linux 3.4.0-gentoo.old ...'
  345. linux /boot/vmlinuz-3.4.0-gentoo.old root=/dev/sdd1 ro single
  346. }
  347. menuentry 'Gentoo GNU/Linux, with Linux 3.3.5-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.5-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  348. load_video
  349. insmod gzio
  350. insmod part_gpt
  351. insmod ext2
  352. set root='hd3,gpt1'
  353. if [ x$feature_platform_search_hint = xy ]; then
  354. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  355. else
  356. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  357. fi
  358. echo 'Loading Linux 3.3.5-gentoo ...'
  359. linux /boot/vmlinuz-3.3.5-gentoo root=/dev/sdd1 ro
  360. }
  361. menuentry 'Gentoo GNU/Linux, with Linux 3.3.5-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.5-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  362. load_video
  363. insmod gzio
  364. insmod part_gpt
  365. insmod ext2
  366. set root='hd3,gpt1'
  367. if [ x$feature_platform_search_hint = xy ]; then
  368. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  369. else
  370. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  371. fi
  372. echo 'Loading Linux 3.3.5-gentoo ...'
  373. linux /boot/vmlinuz-3.3.5-gentoo root=/dev/sdd1 ro single
  374. }
  375. menuentry 'Gentoo GNU/Linux, with Linux 3.3.4-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.4-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  376. load_video
  377. insmod gzio
  378. insmod part_gpt
  379. insmod ext2
  380. set root='hd3,gpt1'
  381. if [ x$feature_platform_search_hint = xy ]; then
  382. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  383. else
  384. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  385. fi
  386. echo 'Loading Linux 3.3.4-gentoo ...'
  387. linux /boot/vmlinuz-3.3.4-gentoo root=/dev/sdd1 ro
  388. }
  389. menuentry 'Gentoo GNU/Linux, with Linux 3.3.4-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.4-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  390. load_video
  391. insmod gzio
  392. insmod part_gpt
  393. insmod ext2
  394. set root='hd3,gpt1'
  395. if [ x$feature_platform_search_hint = xy ]; then
  396. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  397. else
  398. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  399. fi
  400. echo 'Loading Linux 3.3.4-gentoo ...'
  401. linux /boot/vmlinuz-3.3.4-gentoo root=/dev/sdd1 ro single
  402. }
  403. menuentry 'Gentoo GNU/Linux, with Linux 3.3.3-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.3-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  404. load_video
  405. insmod gzio
  406. insmod part_gpt
  407. insmod ext2
  408. set root='hd3,gpt1'
  409. if [ x$feature_platform_search_hint = xy ]; then
  410. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  411. else
  412. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  413. fi
  414. echo 'Loading Linux 3.3.3-gentoo ...'
  415. linux /boot/vmlinuz-3.3.3-gentoo root=/dev/sdd1 ro
  416. }
  417. menuentry 'Gentoo GNU/Linux, with Linux 3.3.3-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.3-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  418. load_video
  419. insmod gzio
  420. insmod part_gpt
  421. insmod ext2
  422. set root='hd3,gpt1'
  423. if [ x$feature_platform_search_hint = xy ]; then
  424. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  425. else
  426. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  427. fi
  428. echo 'Loading Linux 3.3.3-gentoo ...'
  429. linux /boot/vmlinuz-3.3.3-gentoo root=/dev/sdd1 ro single
  430. }
  431. menuentry 'Gentoo GNU/Linux, with Linux 3.3.3-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.3-gentoo.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  432. load_video
  433. insmod gzio
  434. insmod part_gpt
  435. insmod ext2
  436. set root='hd3,gpt1'
  437. if [ x$feature_platform_search_hint = xy ]; then
  438. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  439. else
  440. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  441. fi
  442. echo 'Loading Linux 3.3.3-gentoo.old ...'
  443. linux /boot/vmlinuz-3.3.3-gentoo.old root=/dev/sdd1 ro
  444. }
  445. menuentry 'Gentoo GNU/Linux, with Linux 3.3.3-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.3-gentoo.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  446. load_video
  447. insmod gzio
  448. insmod part_gpt
  449. insmod ext2
  450. set root='hd3,gpt1'
  451. if [ x$feature_platform_search_hint = xy ]; then
  452. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  453. else
  454. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  455. fi
  456. echo 'Loading Linux 3.3.3-gentoo.old ...'
  457. linux /boot/vmlinuz-3.3.3-gentoo.old root=/dev/sdd1 ro single
  458. }
  459. menuentry 'Gentoo GNU/Linux, with Linux 3.3.1-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.1-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  460. load_video
  461. insmod gzio
  462. insmod part_gpt
  463. insmod ext2
  464. set root='hd3,gpt1'
  465. if [ x$feature_platform_search_hint = xy ]; then
  466. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  467. else
  468. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  469. fi
  470. echo 'Loading Linux 3.3.1-gentoo ...'
  471. linux /boot/vmlinuz-3.3.1-gentoo root=/dev/sdd1 ro
  472. }
  473. menuentry 'Gentoo GNU/Linux, with Linux 3.3.1-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.1-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  474. load_video
  475. insmod gzio
  476. insmod part_gpt
  477. insmod ext2
  478. set root='hd3,gpt1'
  479. if [ x$feature_platform_search_hint = xy ]; then
  480. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  481. else
  482. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  483. fi
  484. echo 'Loading Linux 3.3.1-gentoo ...'
  485. linux /boot/vmlinuz-3.3.1-gentoo root=/dev/sdd1 ro single
  486. }
  487. menuentry 'Gentoo GNU/Linux, with Linux 3.3.0-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.0-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  488. load_video
  489. insmod gzio
  490. insmod part_gpt
  491. insmod ext2
  492. set root='hd3,gpt1'
  493. if [ x$feature_platform_search_hint = xy ]; then
  494. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  495. else
  496. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  497. fi
  498. echo 'Loading Linux 3.3.0-gentoo ...'
  499. linux /boot/vmlinuz-3.3.0-gentoo root=/dev/sdd1 ro
  500. }
  501. menuentry 'Gentoo GNU/Linux, with Linux 3.3.0-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.3.0-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  502. load_video
  503. insmod gzio
  504. insmod part_gpt
  505. insmod ext2
  506. set root='hd3,gpt1'
  507. if [ x$feature_platform_search_hint = xy ]; then
  508. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  509. else
  510. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  511. fi
  512. echo 'Loading Linux 3.3.0-gentoo ...'
  513. linux /boot/vmlinuz-3.3.0-gentoo root=/dev/sdd1 ro single
  514. }
  515. menuentry 'Gentoo GNU/Linux, with Linux 3.2.11-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.11-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  516. load_video
  517. insmod gzio
  518. insmod part_gpt
  519. insmod ext2
  520. set root='hd3,gpt1'
  521. if [ x$feature_platform_search_hint = xy ]; then
  522. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  523. else
  524. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  525. fi
  526. echo 'Loading Linux 3.2.11-gentoo ...'
  527. linux /boot/vmlinuz-3.2.11-gentoo root=/dev/sdd1 ro
  528. }
  529. menuentry 'Gentoo GNU/Linux, with Linux 3.2.11-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.11-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  530. load_video
  531. insmod gzio
  532. insmod part_gpt
  533. insmod ext2
  534. set root='hd3,gpt1'
  535. if [ x$feature_platform_search_hint = xy ]; then
  536. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  537. else
  538. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  539. fi
  540. echo 'Loading Linux 3.2.11-gentoo ...'
  541. linux /boot/vmlinuz-3.2.11-gentoo root=/dev/sdd1 ro single
  542. }
  543. menuentry 'Gentoo GNU/Linux, with Linux 3.2.9-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.9-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  544. load_video
  545. insmod gzio
  546. insmod part_gpt
  547. insmod ext2
  548. set root='hd3,gpt1'
  549. if [ x$feature_platform_search_hint = xy ]; then
  550. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  551. else
  552. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  553. fi
  554. echo 'Loading Linux 3.2.9-gentoo ...'
  555. linux /boot/vmlinuz-3.2.9-gentoo root=/dev/sdd1 ro
  556. }
  557. menuentry 'Gentoo GNU/Linux, with Linux 3.2.9-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.9-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  558. load_video
  559. insmod gzio
  560. insmod part_gpt
  561. insmod ext2
  562. set root='hd3,gpt1'
  563. if [ x$feature_platform_search_hint = xy ]; then
  564. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  565. else
  566. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  567. fi
  568. echo 'Loading Linux 3.2.9-gentoo ...'
  569. linux /boot/vmlinuz-3.2.9-gentoo root=/dev/sdd1 ro single
  570. }
  571. menuentry 'Gentoo GNU/Linux, with Linux 3.2.9-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.9-gentoo.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  572. load_video
  573. insmod gzio
  574. insmod part_gpt
  575. insmod ext2
  576. set root='hd3,gpt1'
  577. if [ x$feature_platform_search_hint = xy ]; then
  578. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  579. else
  580. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  581. fi
  582. echo 'Loading Linux 3.2.9-gentoo.old ...'
  583. linux /boot/vmlinuz-3.2.9-gentoo.old root=/dev/sdd1 ro
  584. }
  585. menuentry 'Gentoo GNU/Linux, with Linux 3.2.9-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.9-gentoo.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  586. load_video
  587. insmod gzio
  588. insmod part_gpt
  589. insmod ext2
  590. set root='hd3,gpt1'
  591. if [ x$feature_platform_search_hint = xy ]; then
  592. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  593. else
  594. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  595. fi
  596. echo 'Loading Linux 3.2.9-gentoo.old ...'
  597. linux /boot/vmlinuz-3.2.9-gentoo.old root=/dev/sdd1 ro single
  598. }
  599. menuentry 'Gentoo GNU/Linux, with Linux 3.2.5-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.5-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  600. load_video
  601. insmod gzio
  602. insmod part_gpt
  603. insmod ext2
  604. set root='hd3,gpt1'
  605. if [ x$feature_platform_search_hint = xy ]; then
  606. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  607. else
  608. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  609. fi
  610. echo 'Loading Linux 3.2.5-gentoo ...'
  611. linux /boot/vmlinuz-3.2.5-gentoo root=/dev/sdd1 ro
  612. }
  613. menuentry 'Gentoo GNU/Linux, with Linux 3.2.5-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.5-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  614. load_video
  615. insmod gzio
  616. insmod part_gpt
  617. insmod ext2
  618. set root='hd3,gpt1'
  619. if [ x$feature_platform_search_hint = xy ]; then
  620. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  621. else
  622. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  623. fi
  624. echo 'Loading Linux 3.2.5-gentoo ...'
  625. linux /boot/vmlinuz-3.2.5-gentoo root=/dev/sdd1 ro single
  626. }
  627. menuentry 'Gentoo GNU/Linux, with Linux 3.2.2-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.2-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  628. load_video
  629. insmod gzio
  630. insmod part_gpt
  631. insmod ext2
  632. set root='hd3,gpt1'
  633. if [ x$feature_platform_search_hint = xy ]; then
  634. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  635. else
  636. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  637. fi
  638. echo 'Loading Linux 3.2.2-gentoo ...'
  639. linux /boot/vmlinuz-3.2.2-gentoo root=/dev/sdd1 ro
  640. }
  641. menuentry 'Gentoo GNU/Linux, with Linux 3.2.2-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.2-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  642. load_video
  643. insmod gzio
  644. insmod part_gpt
  645. insmod ext2
  646. set root='hd3,gpt1'
  647. if [ x$feature_platform_search_hint = xy ]; then
  648. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  649. else
  650. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  651. fi
  652. echo 'Loading Linux 3.2.2-gentoo ...'
  653. linux /boot/vmlinuz-3.2.2-gentoo root=/dev/sdd1 ro single
  654. }
  655. menuentry 'Gentoo GNU/Linux, with Linux 3.2.2-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.2-gentoo.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  656. load_video
  657. insmod gzio
  658. insmod part_gpt
  659. insmod ext2
  660. set root='hd3,gpt1'
  661. if [ x$feature_platform_search_hint = xy ]; then
  662. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  663. else
  664. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  665. fi
  666. echo 'Loading Linux 3.2.2-gentoo.old ...'
  667. linux /boot/vmlinuz-3.2.2-gentoo.old root=/dev/sdd1 ro
  668. }
  669. menuentry 'Gentoo GNU/Linux, with Linux 3.2.2-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.2-gentoo.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  670. load_video
  671. insmod gzio
  672. insmod part_gpt
  673. insmod ext2
  674. set root='hd3,gpt1'
  675. if [ x$feature_platform_search_hint = xy ]; then
  676. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  677. else
  678. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  679. fi
  680. echo 'Loading Linux 3.2.2-gentoo.old ...'
  681. linux /boot/vmlinuz-3.2.2-gentoo.old root=/dev/sdd1 ro single
  682. }
  683. menuentry 'Gentoo GNU/Linux, with Linux 3.2.1-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.1-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  684. load_video
  685. insmod gzio
  686. insmod part_gpt
  687. insmod ext2
  688. set root='hd3,gpt1'
  689. if [ x$feature_platform_search_hint = xy ]; then
  690. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  691. else
  692. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  693. fi
  694. echo 'Loading Linux 3.2.1-gentoo ...'
  695. linux /boot/vmlinuz-3.2.1-gentoo root=/dev/sdd1 ro
  696. }
  697. menuentry 'Gentoo GNU/Linux, with Linux 3.2.1-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.1-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  698. load_video
  699. insmod gzio
  700. insmod part_gpt
  701. insmod ext2
  702. set root='hd3,gpt1'
  703. if [ x$feature_platform_search_hint = xy ]; then
  704. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  705. else
  706. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  707. fi
  708. echo 'Loading Linux 3.2.1-gentoo ...'
  709. linux /boot/vmlinuz-3.2.1-gentoo root=/dev/sdd1 ro single
  710. }
  711. menuentry 'Gentoo GNU/Linux, with Linux 3.2.0-gentoo-r1' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-gentoo-r1-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  712. load_video
  713. insmod gzio
  714. insmod part_gpt
  715. insmod ext2
  716. set root='hd3,gpt1'
  717. if [ x$feature_platform_search_hint = xy ]; then
  718. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  719. else
  720. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  721. fi
  722. echo 'Loading Linux 3.2.0-gentoo-r1 ...'
  723. linux /boot/vmlinuz-3.2.0-gentoo-r1 root=/dev/sdd1 ro
  724. }
  725. menuentry 'Gentoo GNU/Linux, with Linux 3.2.0-gentoo-r1 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-gentoo-r1-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  726. load_video
  727. insmod gzio
  728. insmod part_gpt
  729. insmod ext2
  730. set root='hd3,gpt1'
  731. if [ x$feature_platform_search_hint = xy ]; then
  732. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  733. else
  734. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  735. fi
  736. echo 'Loading Linux 3.2.0-gentoo-r1 ...'
  737. linux /boot/vmlinuz-3.2.0-gentoo-r1 root=/dev/sdd1 ro single
  738. }
  739. menuentry 'Gentoo GNU/Linux, with Linux 3.1.6-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.1.6-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  740. load_video
  741. insmod gzio
  742. insmod part_gpt
  743. insmod ext2
  744. set root='hd3,gpt1'
  745. if [ x$feature_platform_search_hint = xy ]; then
  746. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  747. else
  748. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  749. fi
  750. echo 'Loading Linux 3.1.6-gentoo ...'
  751. linux /boot/vmlinuz-3.1.6-gentoo root=/dev/sdd1 ro
  752. }
  753. menuentry 'Gentoo GNU/Linux, with Linux 3.1.6-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.1.6-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  754. load_video
  755. insmod gzio
  756. insmod part_gpt
  757. insmod ext2
  758. set root='hd3,gpt1'
  759. if [ x$feature_platform_search_hint = xy ]; then
  760. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  761. else
  762. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  763. fi
  764. echo 'Loading Linux 3.1.6-gentoo ...'
  765. linux /boot/vmlinuz-3.1.6-gentoo root=/dev/sdd1 ro single
  766. }
  767. menuentry 'Gentoo GNU/Linux, with Linux 3.1.1-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.1.1-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  768. load_video
  769. insmod gzio
  770. insmod part_gpt
  771. insmod ext2
  772. set root='hd3,gpt1'
  773. if [ x$feature_platform_search_hint = xy ]; then
  774. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  775. else
  776. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  777. fi
  778. echo 'Loading Linux 3.1.1-gentoo ...'
  779. linux /boot/vmlinuz-3.1.1-gentoo root=/dev/sdd1 ro
  780. }
  781. menuentry 'Gentoo GNU/Linux, with Linux 3.1.1-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.1.1-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  782. load_video
  783. insmod gzio
  784. insmod part_gpt
  785. insmod ext2
  786. set root='hd3,gpt1'
  787. if [ x$feature_platform_search_hint = xy ]; then
  788. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  789. else
  790. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  791. fi
  792. echo 'Loading Linux 3.1.1-gentoo ...'
  793. linux /boot/vmlinuz-3.1.1-gentoo root=/dev/sdd1 ro single
  794. }
  795. menuentry 'Gentoo GNU/Linux, with Linux 3.1.0-gentoo-r1' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.1.0-gentoo-r1-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  796. load_video
  797. insmod gzio
  798. insmod part_gpt
  799. insmod ext2
  800. set root='hd3,gpt1'
  801. if [ x$feature_platform_search_hint = xy ]; then
  802. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  803. else
  804. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  805. fi
  806. echo 'Loading Linux 3.1.0-gentoo-r1 ...'
  807. linux /boot/vmlinuz-3.1.0-gentoo-r1 root=/dev/sdd1 ro
  808. }
  809. menuentry 'Gentoo GNU/Linux, with Linux 3.1.0-gentoo-r1 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.1.0-gentoo-r1-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  810. load_video
  811. insmod gzio
  812. insmod part_gpt
  813. insmod ext2
  814. set root='hd3,gpt1'
  815. if [ x$feature_platform_search_hint = xy ]; then
  816. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  817. else
  818. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  819. fi
  820. echo 'Loading Linux 3.1.0-gentoo-r1 ...'
  821. linux /boot/vmlinuz-3.1.0-gentoo-r1 root=/dev/sdd1 ro single
  822. }
  823. menuentry 'Gentoo GNU/Linux, with Linux 3.0.7-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.7-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  824. load_video
  825. insmod gzio
  826. insmod part_gpt
  827. insmod ext2
  828. set root='hd3,gpt1'
  829. if [ x$feature_platform_search_hint = xy ]; then
  830. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  831. else
  832. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  833. fi
  834. echo 'Loading Linux 3.0.7-gentoo ...'
  835. linux /boot/vmlinuz-3.0.7-gentoo root=/dev/sdd1 ro
  836. }
  837. menuentry 'Gentoo GNU/Linux, with Linux 3.0.7-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.0.7-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  838. load_video
  839. insmod gzio
  840. insmod part_gpt
  841. insmod ext2
  842. set root='hd3,gpt1'
  843. if [ x$feature_platform_search_hint = xy ]; then
  844. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  845. else
  846. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  847. fi
  848. echo 'Loading Linux 3.0.7-gentoo ...'
  849. linux /boot/vmlinuz-3.0.7-gentoo root=/dev/sdd1 ro single
  850. }
  851. menuentry 'Gentoo GNU/Linux, with Linux 2.6.39-gentoo-r3' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-gentoo-r3-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  852. load_video
  853. insmod gzio
  854. insmod part_gpt
  855. insmod ext2
  856. set root='hd3,gpt1'
  857. if [ x$feature_platform_search_hint = xy ]; then
  858. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  859. else
  860. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  861. fi
  862. echo 'Loading Linux 2.6.39-gentoo-r3 ...'
  863. linux /boot/vmlinuz-2.6.39-gentoo-r3 root=/dev/sdd1 ro
  864. }
  865. menuentry 'Gentoo GNU/Linux, with Linux 2.6.39-gentoo-r3 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-gentoo-r3-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  866. load_video
  867. insmod gzio
  868. insmod part_gpt
  869. insmod ext2
  870. set root='hd3,gpt1'
  871. if [ x$feature_platform_search_hint = xy ]; then
  872. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  873. else
  874. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  875. fi
  876. echo 'Loading Linux 2.6.39-gentoo-r3 ...'
  877. linux /boot/vmlinuz-2.6.39-gentoo-r3 root=/dev/sdd1 ro single
  878. }
  879. menuentry 'Gentoo GNU/Linux, with Linux 2.6.39-gentoo-r2' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-gentoo-r2-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  880. load_video
  881. insmod gzio
  882. insmod part_gpt
  883. insmod ext2
  884. set root='hd3,gpt1'
  885. if [ x$feature_platform_search_hint = xy ]; then
  886. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  887. else
  888. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  889. fi
  890. echo 'Loading Linux 2.6.39-gentoo-r2 ...'
  891. linux /boot/vmlinuz-2.6.39-gentoo-r2 root=/dev/sdd1 ro
  892. }
  893. menuentry 'Gentoo GNU/Linux, with Linux 2.6.39-gentoo-r2 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-gentoo-r2-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  894. load_video
  895. insmod gzio
  896. insmod part_gpt
  897. insmod ext2
  898. set root='hd3,gpt1'
  899. if [ x$feature_platform_search_hint = xy ]; then
  900. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  901. else
  902. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  903. fi
  904. echo 'Loading Linux 2.6.39-gentoo-r2 ...'
  905. linux /boot/vmlinuz-2.6.39-gentoo-r2 root=/dev/sdd1 ro single
  906. }
  907. menuentry 'Gentoo GNU/Linux, with Linux 2.6.39-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  908. load_video
  909. insmod gzio
  910. insmod part_gpt
  911. insmod ext2
  912. set root='hd3,gpt1'
  913. if [ x$feature_platform_search_hint = xy ]; then
  914. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  915. else
  916. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  917. fi
  918. echo 'Loading Linux 2.6.39-gentoo ...'
  919. linux /boot/vmlinuz-2.6.39-gentoo root=/dev/sdd1 ro
  920. }
  921. menuentry 'Gentoo GNU/Linux, with Linux 2.6.39-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  922. load_video
  923. insmod gzio
  924. insmod part_gpt
  925. insmod ext2
  926. set root='hd3,gpt1'
  927. if [ x$feature_platform_search_hint = xy ]; then
  928. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  929. else
  930. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  931. fi
  932. echo 'Loading Linux 2.6.39-gentoo ...'
  933. linux /boot/vmlinuz-2.6.39-gentoo root=/dev/sdd1 ro single
  934. }
  935. menuentry 'Gentoo GNU/Linux, with Linux 2.6.38-gentoo-r2' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-gentoo-r2-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  936. load_video
  937. insmod gzio
  938. insmod part_gpt
  939. insmod ext2
  940. set root='hd3,gpt1'
  941. if [ x$feature_platform_search_hint = xy ]; then
  942. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  943. else
  944. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  945. fi
  946. echo 'Loading Linux 2.6.38-gentoo-r2 ...'
  947. linux /boot/vmlinuz-2.6.38-gentoo-r2 root=/dev/sdd1 ro
  948. }
  949. menuentry 'Gentoo GNU/Linux, with Linux 2.6.38-gentoo-r2 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-gentoo-r2-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  950. load_video
  951. insmod gzio
  952. insmod part_gpt
  953. insmod ext2
  954. set root='hd3,gpt1'
  955. if [ x$feature_platform_search_hint = xy ]; then
  956. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  957. else
  958. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  959. fi
  960. echo 'Loading Linux 2.6.38-gentoo-r2 ...'
  961. linux /boot/vmlinuz-2.6.38-gentoo-r2 root=/dev/sdd1 ro single
  962. }
  963. menuentry 'Gentoo GNU/Linux, with Linux 2.6.38-gentoo-r1' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-gentoo-r1-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  964. load_video
  965. insmod gzio
  966. insmod part_gpt
  967. insmod ext2
  968. set root='hd3,gpt1'
  969. if [ x$feature_platform_search_hint = xy ]; then
  970. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  971. else
  972. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  973. fi
  974. echo 'Loading Linux 2.6.38-gentoo-r1 ...'
  975. linux /boot/vmlinuz-2.6.38-gentoo-r1 root=/dev/sdd1 ro
  976. }
  977. menuentry 'Gentoo GNU/Linux, with Linux 2.6.38-gentoo-r1 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-gentoo-r1-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  978. load_video
  979. insmod gzio
  980. insmod part_gpt
  981. insmod ext2
  982. set root='hd3,gpt1'
  983. if [ x$feature_platform_search_hint = xy ]; then
  984. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  985. else
  986. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  987. fi
  988. echo 'Loading Linux 2.6.38-gentoo-r1 ...'
  989. linux /boot/vmlinuz-2.6.38-gentoo-r1 root=/dev/sdd1 ro single
  990. }
  991. menuentry 'Gentoo GNU/Linux, with Linux 2.6.38-gentoo-r1.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-gentoo-r1.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  992. load_video
  993. insmod gzio
  994. insmod part_gpt
  995. insmod ext2
  996. set root='hd3,gpt1'
  997. if [ x$feature_platform_search_hint = xy ]; then
  998. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  999. else
  1000. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1001. fi
  1002. echo 'Loading Linux 2.6.38-gentoo-r1.old ...'
  1003. linux /boot/vmlinuz-2.6.38-gentoo-r1.old root=/dev/sdd1 ro
  1004. }
  1005. menuentry 'Gentoo GNU/Linux, with Linux 2.6.38-gentoo-r1.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.38-gentoo-r1.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  1006. load_video
  1007. insmod gzio
  1008. insmod part_gpt
  1009. insmod ext2
  1010. set root='hd3,gpt1'
  1011. if [ x$feature_platform_search_hint = xy ]; then
  1012. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  1013. else
  1014. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1015. fi
  1016. echo 'Loading Linux 2.6.38-gentoo-r1.old ...'
  1017. linux /boot/vmlinuz-2.6.38-gentoo-r1.old root=/dev/sdd1 ro single
  1018. }
  1019. menuentry 'Gentoo GNU/Linux, with Linux 2.6.37-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.37-gentoo-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  1020. load_video
  1021. insmod gzio
  1022. insmod part_gpt
  1023. insmod ext2
  1024. set root='hd3,gpt1'
  1025. if [ x$feature_platform_search_hint = xy ]; then
  1026. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  1027. else
  1028. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1029. fi
  1030. echo 'Loading Linux 2.6.37-gentoo ...'
  1031. linux /boot/vmlinuz-2.6.37-gentoo root=/dev/sdd1 ro
  1032. }
  1033. menuentry 'Gentoo GNU/Linux, with Linux 2.6.37-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.37-gentoo-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  1034. load_video
  1035. insmod gzio
  1036. insmod part_gpt
  1037. insmod ext2
  1038. set root='hd3,gpt1'
  1039. if [ x$feature_platform_search_hint = xy ]; then
  1040. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  1041. else
  1042. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1043. fi
  1044. echo 'Loading Linux 2.6.37-gentoo ...'
  1045. linux /boot/vmlinuz-2.6.37-gentoo root=/dev/sdd1 ro single
  1046. }
  1047. menuentry 'Gentoo GNU/Linux, with Linux 2.6.37-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.37-gentoo.old-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  1048. load_video
  1049. insmod gzio
  1050. insmod part_gpt
  1051. insmod ext2
  1052. set root='hd3,gpt1'
  1053. if [ x$feature_platform_search_hint = xy ]; then
  1054. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  1055. else
  1056. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1057. fi
  1058. echo 'Loading Linux 2.6.37-gentoo.old ...'
  1059. linux /boot/vmlinuz-2.6.37-gentoo.old root=/dev/sdd1 ro
  1060. }
  1061. menuentry 'Gentoo GNU/Linux, with Linux 2.6.37-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.37-gentoo.old-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  1062. load_video
  1063. insmod gzio
  1064. insmod part_gpt
  1065. insmod ext2
  1066. set root='hd3,gpt1'
  1067. if [ x$feature_platform_search_hint = xy ]; then
  1068. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  1069. else
  1070. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1071. fi
  1072. echo 'Loading Linux 2.6.37-gentoo.old ...'
  1073. linux /boot/vmlinuz-2.6.37-gentoo.old root=/dev/sdd1 ro single
  1074. }
  1075. menuentry 'Gentoo GNU/Linux, with Linux 2.6.32-gentoo-r41' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-gentoo-r41-advanced-b87b7290-0604-443e-8af5-6e0b848a860d' {
  1076. load_video
  1077. insmod gzio
  1078. insmod part_gpt
  1079. insmod ext2
  1080. set root='hd3,gpt1'
  1081. if [ x$feature_platform_search_hint = xy ]; then
  1082. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  1083. else
  1084. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1085. fi
  1086. echo 'Loading Linux 2.6.32-gentoo-r41 ...'
  1087. linux /boot/vmlinuz-2.6.32-gentoo-r41 root=/dev/sdd1 ro
  1088. }
  1089. menuentry 'Gentoo GNU/Linux, with Linux 2.6.32-gentoo-r41 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.32-gentoo-r41-recovery-b87b7290-0604-443e-8af5-6e0b848a860d' {
  1090. load_video
  1091. insmod gzio
  1092. insmod part_gpt
  1093. insmod ext2
  1094. set root='hd3,gpt1'
  1095. if [ x$feature_platform_search_hint = xy ]; then
  1096. search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt1 --hint-efi=hd3,gpt1 --hint-baremetal=ahci3,gpt1 b87b7290-0604-443e-8af5-6e0b848a860d
  1097. else
  1098. search --no-floppy --fs-uuid --set=root b87b7290-0604-443e-8af5-6e0b848a860d
  1099. fi
  1100. echo 'Loading Linux 2.6.32-gentoo-r41 ...'
  1101. linux /boot/vmlinuz-2.6.32-gentoo-r41 root=/dev/sdd1 ro single
  1102. }
  1103. }
  1104.  
  1105. ### END /etc/grub.d/10_linux ###
  1106.  
  1107. ### BEGIN /etc/grub.d/20_linux_xen ###
  1108. ### END /etc/grub.d/20_linux_xen ###
  1109.  
  1110. ### BEGIN /etc/grub.d/30_os-prober ###
  1111. ### END /etc/grub.d/30_os-prober ###
  1112.  
  1113. ### BEGIN /etc/grub.d/40_custom ###
  1114. # This file provides an easy way to add custom menu entries. Simply type the
  1115. # menu entries you want to add after this comment. Be careful not to change
  1116. # the 'exec tail' line above.
  1117. ### END /etc/grub.d/40_custom ###
  1118.  
  1119. ### BEGIN /etc/grub.d/41_custom ###
  1120. if [ -f ${config_directory}/custom.cfg ]; then
  1121. source ${config_directory}/custom.cfg
  1122. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  1123. source $prefix/custom.cfg;
  1124. fi
  1125. ### END /etc/grub.d/41_custom ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement