spacepaste

  1.  
  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. ### BEGIN /etc/grub.d/00_header ###
  9. if [ -s $prefix/grubenv ]; then
  10. load_env
  11. fi
  12. if [ "${next_entry}" ] ; then
  13. set default="${next_entry}"
  14. set next_entry=
  15. save_env next_entry
  16. set boot_once=true
  17. else
  18. set default="0"
  19. fi
  20. if [ x"${feature_menuentry_id}" = xy ]; then
  21. menuentry_id_option="--id"
  22. else
  23. menuentry_id_option=""
  24. fi
  25. export menuentry_id_option
  26. if [ "${prev_saved_entry}" ]; then
  27. set saved_entry="${prev_saved_entry}"
  28. save_env saved_entry
  29. set prev_saved_entry=
  30. save_env prev_saved_entry
  31. set boot_once=true
  32. fi
  33. function savedefault {
  34. if [ -z "${boot_once}" ]; then
  35. saved_entry="${chosen}"
  36. save_env saved_entry
  37. fi
  38. }
  39. function load_video {
  40. if [ x$feature_all_video_module = xy ]; then
  41. insmod all_video
  42. else
  43. insmod efi_gop
  44. insmod efi_uga
  45. insmod ieee1275_fb
  46. insmod vbe
  47. insmod vga
  48. insmod video_bochs
  49. insmod video_cirrus
  50. fi
  51. }
  52. if [ x$feature_default_font_path = xy ] ; then
  53. font=unicode
  54. else
  55. insmod part_gpt
  56. insmod ext2
  57. set root='hd1,gpt4'
  58. if [ x$feature_platform_search_hint = xy ]; then
  59. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt4 --hint-efi=hd1,gpt4 --hint-baremetal=ahci1,gpt4 9ea1f55f-2284-4010-af49-25842c2e8b8e
  60. else
  61. search --no-floppy --fs-uuid --set=root 9ea1f55f-2284-4010-af49-25842c2e8b8e
  62. fi
  63. font="/usr/share/grub/unicode.pf2"
  64. fi
  65. if loadfont $font ; then
  66. set gfxmode=auto
  67. load_video
  68. insmod gfxterm
  69. set locale_dir=$prefix/locale
  70. set lang=en_US
  71. insmod gettext
  72. fi
  73. terminal_output gfxterm
  74. if [ x$feature_timeout_style = xy ] ; then
  75. set timeout_style=menu
  76. set timeout=5
  77. # Fallback normal timeout code in case the timeout_style feature is
  78. # unavailable.
  79. else
  80. set timeout=5
  81. fi
  82. ### END /etc/grub.d/00_header ###
  83. ### BEGIN /etc/grub.d/10_linux ###
  84. menuentry 'Gentoo GNU/Linux' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  85. load_video
  86. if [ "x$grub_platform" = xefi ]; then
  87. set gfxpayload=keep
  88. fi
  89. insmod gzio
  90. insmod part_gpt
  91. insmod ext2
  92. set root='hd1,gpt2'
  93. if [ x$feature_platform_search_hint = xy ]; then
  94. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  95. else
  96. search --no-floppy --fs-uuid --set=root 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  97. fi
  98. echo 'Loading Linux x86_64-4.4.21-gentoo ...'
  99. linux /kernel-genkernel-x86_64-4.4.21-gentoo root=UUID=9ea1f55f-2284-4010-af49-25842c2e8b8e ro
  100. echo 'Loading initial ramdisk ...'
  101. initrd /initramfs-genkernel-x86_64-4.4.21-gentoo
  102. }
  103. submenu 'Advanced options for Gentoo GNU/Linux' $menuentry_id_option 'gnulinux-advanced-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  104. menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.21-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.21-gentoo-advanced-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  105. load_video
  106. if [ "x$grub_platform" = xefi ]; then
  107. set gfxpayload=keep
  108. fi
  109. insmod gzio
  110. insmod part_gpt
  111. insmod ext2
  112. set root='hd1,gpt2'
  113. if [ x$feature_platform_search_hint = xy ]; then
  114. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  115. else
  116. search --no-floppy --fs-uuid --set=root 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  117. fi
  118. echo 'Loading Linux x86_64-4.4.21-gentoo ...'
  119. linux /kernel-genkernel-x86_64-4.4.21-gentoo root=UUID=9ea1f55f-2284-4010-af49-25842c2e8b8e ro
  120. echo 'Loading initial ramdisk ...'
  121. initrd /initramfs-genkernel-x86_64-4.4.21-gentoo
  122. }
  123. menuentry 'Gentoo GNU/Linux, with Linux x86_64-4.4.21-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-4.4.21-gentoo-recovery-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  124. load_video
  125. if [ "x$grub_platform" = xefi ]; then
  126. set gfxpayload=keep
  127. fi
  128. insmod gzio
  129. insmod part_gpt
  130. insmod ext2
  131. set root='hd1,gpt2'
  132. if [ x$feature_platform_search_hint = xy ]; then
  133. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  134. else
  135. search --no-floppy --fs-uuid --set=root 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  136. fi
  137. echo 'Loading Linux x86_64-4.4.21-gentoo ...'
  138. linux /kernel-genkernel-x86_64-4.4.21-gentoo root=UUID=9ea1f55f-2284-4010-af49-25842c2e8b8e ro single
  139. echo 'Loading initial ramdisk ...'
  140. initrd /initramfs-genkernel-x86_64-4.4.21-gentoo
  141. }
  142. menuentry 'Gentoo GNU/Linux, with Linux 4.4.21-gentoo' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.21-gentoo-advanced-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  143. load_video
  144. insmod gzio
  145. insmod part_gpt
  146. insmod ext2
  147. set root='hd1,gpt2'
  148. if [ x$feature_platform_search_hint = xy ]; then
  149. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  150. else
  151. search --no-floppy --fs-uuid --set=root 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  152. fi
  153. echo 'Loading Linux 4.4.21-gentoo ...'
  154. linux /vmlinuz-4.4.21-gentoo root=UUID=9ea1f55f-2284-4010-af49-25842c2e8b8e ro
  155. echo 'Loading initial ramdisk ...'
  156. initrd /initramfs-genkernel-x86_64-4.4.21-gentoo
  157. }
  158. menuentry 'Gentoo GNU/Linux, with Linux 4.4.21-gentoo (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.21-gentoo-recovery-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  159. load_video
  160. insmod gzio
  161. insmod part_gpt
  162. insmod ext2
  163. set root='hd1,gpt2'
  164. if [ x$feature_platform_search_hint = xy ]; then
  165. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  166. else
  167. search --no-floppy --fs-uuid --set=root 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  168. fi
  169. echo 'Loading Linux 4.4.21-gentoo ...'
  170. linux /vmlinuz-4.4.21-gentoo root=UUID=9ea1f55f-2284-4010-af49-25842c2e8b8e ro single
  171. echo 'Loading initial ramdisk ...'
  172. initrd /initramfs-genkernel-x86_64-4.4.21-gentoo
  173. }
  174. menuentry 'Gentoo GNU/Linux, with Linux 4.4.21-gentoo.old' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.21-gentoo.old-advanced-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  175. load_video
  176. insmod gzio
  177. insmod part_gpt
  178. insmod ext2
  179. set root='hd1,gpt2'
  180. if [ x$feature_platform_search_hint = xy ]; then
  181. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  182. else
  183. search --no-floppy --fs-uuid --set=root 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  184. fi
  185. echo 'Loading Linux 4.4.21-gentoo.old ...'
  186. linux /vmlinuz-4.4.21-gentoo.old root=UUID=9ea1f55f-2284-4010-af49-25842c2e8b8e ro
  187. echo 'Loading initial ramdisk ...'
  188. initrd /initramfs-genkernel-x86_64-4.4.21-gentoo
  189. }
  190. menuentry 'Gentoo GNU/Linux, with Linux 4.4.21-gentoo.old (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.4.21-gentoo.old-recovery-9ea1f55f-2284-4010-af49-25842c2e8b8e' {
  191. load_video
  192. insmod gzio
  193. insmod part_gpt
  194. insmod ext2
  195. set root='hd1,gpt2'
  196. if [ x$feature_platform_search_hint = xy ]; then
  197. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  198. else
  199. search --no-floppy --fs-uuid --set=root 2ce28d27-3aaa-40e0-ae08-b083f1cde11b
  200. fi
  201. echo 'Loading Linux 4.4.21-gentoo.old ...'
  202. linux /vmlinuz-4.4.21-gentoo.old root=UUID=9ea1f55f-2284-4010-af49-25842c2e8b8e ro single
  203. echo 'Loading initial ramdisk ...'
  204. initrd /initramfs-genkernel-x86_64-4.4.21-gentoo
  205. }
  206. }
  207. ### END /etc/grub.d/10_linux ###
  208. ### BEGIN /etc/grub.d/20_linux_xen ###
  209. ### END /etc/grub.d/20_linux_xen ###
  210. ### BEGIN /etc/grub.d/30_os-prober ###
  211. ### END /etc/grub.d/30_os-prober ###
  212. ### BEGIN /etc/grub.d/40_custom ###
  213. # This file provides an easy way to add custom menu entries. Simply type the
  214. # menu entries you want to add after this comment. Be careful not to change
  215. # the 'exec tail' line above.
  216. ### END /etc/grub.d/40_custom ###
  217. ### BEGIN /etc/grub.d/41_custom ###
  218. if [ -f ${config_directory}/custom.cfg ]; then
  219. source ${config_directory}/custom.cfg
  220. elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
  221. source $prefix/custom.cfg;
  222. fi
  223. ### END /etc/grub.d/41_custom ###
  224.