Guest User

Untitled

a guest
Nov 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.49 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 zfs
  56. set root='hd0,gpt1'
  57. if [ x$feature_platform_search_hint = xy ]; then
  58. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  59. else
  60. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  61. fi
  62. font="/ROOT/gentoo@//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=en_US
  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-337e08695b6a7ede' {
  81. load_video
  82. insmod gzio
  83. insmod part_gpt
  84. insmod zfs
  85. set root='hd0,gpt1'
  86. if [ x$feature_platform_search_hint = xy ]; then
  87. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  88. else
  89. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  90. fi
  91. echo 'Loading Linux x86_64-3.4.1 ...'
  92. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.4.1 root=ZFS=rpool/ROOT/gentoo ro nouveau.perflvl_wr=7777
  93. echo 'Loading initial ramdisk ...'
  94. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.4.1
  95. }
  96. submenu 'Advanced options for Gentoo GNU/Linux' $menuentry_id_option 'gnulinux-advanced-337e08695b6a7ede' {
  97. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.4.1' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.4.1-advanced-337e08695b6a7ede' {
  98. load_video
  99. insmod gzio
  100. insmod part_gpt
  101. insmod zfs
  102. set root='hd0,gpt1'
  103. if [ x$feature_platform_search_hint = xy ]; then
  104. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  105. else
  106. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  107. fi
  108. echo 'Loading Linux x86_64-3.4.1 ...'
  109. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.4.1 root=ZFS=rpool/ROOT/gentoo ro nouveau.perflvl_wr=7777
  110. echo 'Loading initial ramdisk ...'
  111. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.4.1
  112. }
  113. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.4.1 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.4.1-recovery-337e08695b6a7ede' {
  114. load_video
  115. insmod gzio
  116. insmod part_gpt
  117. insmod zfs
  118. set root='hd0,gpt1'
  119. if [ x$feature_platform_search_hint = xy ]; then
  120. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  121. else
  122. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  123. fi
  124. echo 'Loading Linux x86_64-3.4.1 ...'
  125. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.4.1 root=ZFS=rpool/ROOT/gentoo ro debug nouveau.perflvl_wr=7777
  126. echo 'Loading initial ramdisk ...'
  127. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.4.1
  128. }
  129. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.6' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.6-advanced-337e08695b6a7ede' {
  130. load_video
  131. insmod gzio
  132. insmod part_gpt
  133. insmod zfs
  134. set root='hd0,gpt1'
  135. if [ x$feature_platform_search_hint = xy ]; then
  136. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  137. else
  138. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  139. fi
  140. echo 'Loading Linux x86_64-3.3.6 ...'
  141. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.6 root=ZFS=rpool/ROOT/gentoo ro nouveau.perflvl_wr=7777
  142. echo 'Loading initial ramdisk ...'
  143. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.6
  144. }
  145. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.6 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.6-recovery-337e08695b6a7ede' {
  146. load_video
  147. insmod gzio
  148. insmod part_gpt
  149. insmod zfs
  150. set root='hd0,gpt1'
  151. if [ x$feature_platform_search_hint = xy ]; then
  152. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  153. else
  154. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  155. fi
  156. echo 'Loading Linux x86_64-3.3.6 ...'
  157. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.6 root=ZFS=rpool/ROOT/gentoo ro debug nouveau.perflvl_wr=7777
  158. echo 'Loading initial ramdisk ...'
  159. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.6
  160. }
  161. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.4' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.4-advanced-337e08695b6a7ede' {
  162. load_video
  163. insmod gzio
  164. insmod part_gpt
  165. insmod zfs
  166. set root='hd0,gpt1'
  167. if [ x$feature_platform_search_hint = xy ]; then
  168. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  169. else
  170. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  171. fi
  172. echo 'Loading Linux x86_64-3.3.4 ...'
  173. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.4 root=ZFS=rpool/ROOT/gentoo ro nouveau.perflvl_wr=7777
  174. echo 'Loading initial ramdisk ...'
  175. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.4
  176. }
  177. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.4 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.4-recovery-337e08695b6a7ede' {
  178. load_video
  179. insmod gzio
  180. insmod part_gpt
  181. insmod zfs
  182. set root='hd0,gpt1'
  183. if [ x$feature_platform_search_hint = xy ]; then
  184. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  185. else
  186. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  187. fi
  188. echo 'Loading Linux x86_64-3.3.4 ...'
  189. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.4 root=ZFS=rpool/ROOT/gentoo ro debug nouveau.perflvl_wr=7777
  190. echo 'Loading initial ramdisk ...'
  191. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.4
  192. }
  193. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.3' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.3-advanced-337e08695b6a7ede' {
  194. load_video
  195. insmod gzio
  196. insmod part_gpt
  197. insmod zfs
  198. set root='hd0,gpt1'
  199. if [ x$feature_platform_search_hint = xy ]; then
  200. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  201. else
  202. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  203. fi
  204. echo 'Loading Linux x86_64-3.3.3 ...'
  205. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.3 root=ZFS=rpool/ROOT/gentoo ro nouveau.perflvl_wr=7777
  206. echo 'Loading initial ramdisk ...'
  207. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.3
  208. }
  209. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.3 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.3-recovery-337e08695b6a7ede' {
  210. load_video
  211. insmod gzio
  212. insmod part_gpt
  213. insmod zfs
  214. set root='hd0,gpt1'
  215. if [ x$feature_platform_search_hint = xy ]; then
  216. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  217. else
  218. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  219. fi
  220. echo 'Loading Linux x86_64-3.3.3 ...'
  221. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.3 root=ZFS=rpool/ROOT/gentoo ro debug nouveau.perflvl_wr=7777
  222. echo 'Loading initial ramdisk ...'
  223. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.3
  224. }
  225. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.2' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.2-advanced-337e08695b6a7ede' {
  226. load_video
  227. insmod gzio
  228. insmod part_gpt
  229. insmod zfs
  230. set root='hd0,gpt1'
  231. if [ x$feature_platform_search_hint = xy ]; then
  232. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  233. else
  234. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  235. fi
  236. echo 'Loading Linux x86_64-3.3.2 ...'
  237. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.2 root=ZFS=rpool/ROOT/gentoo ro nouveau.perflvl_wr=7777
  238. echo 'Loading initial ramdisk ...'
  239. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.2
  240. }
  241. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.2 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.2-recovery-337e08695b6a7ede' {
  242. load_video
  243. insmod gzio
  244. insmod part_gpt
  245. insmod zfs
  246. set root='hd0,gpt1'
  247. if [ x$feature_platform_search_hint = xy ]; then
  248. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  249. else
  250. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  251. fi
  252. echo 'Loading Linux x86_64-3.3.2 ...'
  253. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.2 root=ZFS=rpool/ROOT/gentoo ro debug nouveau.perflvl_wr=7777
  254. echo 'Loading initial ramdisk ...'
  255. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.2
  256. }
  257. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.1' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.1-advanced-337e08695b6a7ede' {
  258. load_video
  259. insmod gzio
  260. insmod part_gpt
  261. insmod zfs
  262. set root='hd0,gpt1'
  263. if [ x$feature_platform_search_hint = xy ]; then
  264. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  265. else
  266. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  267. fi
  268. echo 'Loading Linux x86_64-3.3.1 ...'
  269. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.1 root=ZFS=rpool/ROOT/gentoo ro nouveau.perflvl_wr=7777
  270. echo 'Loading initial ramdisk ...'
  271. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.1
  272. }
  273. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.3.1 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.3.1-recovery-337e08695b6a7ede' {
  274. load_video
  275. insmod gzio
  276. insmod part_gpt
  277. insmod zfs
  278. set root='hd0,gpt1'
  279. if [ x$feature_platform_search_hint = xy ]; then
  280. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  281. else
  282. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  283. fi
  284. echo 'Loading Linux x86_64-3.3.1 ...'
  285. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.3.1 root=ZFS=rpool/ROOT/gentoo ro debug nouveau.perflvl_wr=7777
  286. echo 'Loading initial ramdisk ...'
  287. initrd /ROOT/gentoo@//boot/initramfs-genkernel-x86_64-3.3.1
  288. }
  289. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.2.16' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.2.16-advanced-337e08695b6a7ede' {
  290. load_video
  291. insmod gzio
  292. insmod part_gpt
  293. insmod zfs
  294. set root='hd0,gpt1'
  295. if [ x$feature_platform_search_hint = xy ]; then
  296. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  297. else
  298. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  299. fi
  300. echo 'Loading Linux x86_64-3.2.16 ...'
  301. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.2.16 root=/dev/sda1 ro nouveau.perflvl_wr=7777
  302. }
  303. menuentry 'Gentoo GNU/Linux, with Linux x86_64-3.2.16 (recovery mode)' --class gentoo --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-x86_64-3.2.16-recovery-337e08695b6a7ede' {
  304. load_video
  305. insmod gzio
  306. insmod part_gpt
  307. insmod zfs
  308. set root='hd0,gpt1'
  309. if [ x$feature_platform_search_hint = xy ]; then
  310. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 337e08695b6a7ede
  311. else
  312. search --no-floppy --fs-uuid --set=root 337e08695b6a7ede
  313. fi
  314. echo 'Loading Linux x86_64-3.2.16 ...'
  315. linux /ROOT/gentoo@//boot/kernel-genkernel-x86_64-3.2.16 root=/dev/sda1 ro debug nouveau.perflvl_wr=7777
  316. }
  317. }
  318.  
  319. ### END /etc/grub.d/10_linux ###
  320.  
  321. ### BEGIN /etc/grub.d/20_linux_xen ###
  322. ### END /etc/grub.d/20_linux_xen ###
  323.  
  324. ### BEGIN /etc/grub.d/30_os-prober ###
  325. ### END /etc/grub.d/30_os-prober ###
  326.  
  327. ### BEGIN /etc/grub.d/40_custom ###
  328. # This file provides an easy way to add custom menu entries. Simply type the
  329. # menu entries you want to add after this comment. Be careful not to change
  330. # the 'exec tail' line above.
  331. ### END /etc/grub.d/40_custom ###
  332.  
  333. ### BEGIN /etc/grub.d/41_custom ###
  334. if [ -f $prefix/custom.cfg ]; then
  335. source $prefix/custom.cfg;
  336. fi
  337. ### END /etc/grub.d/41_custom ###
Add Comment
Please, Sign In to add comment