Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 121.15 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. 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.  
  21. if [ x"${feature_menuentry_id}" = xy ]; then
  22. menuentry_id_option="--id"
  23. else
  24. menuentry_id_option=""
  25. fi
  26.  
  27. export menuentry_id_option
  28.  
  29. if [ "${prev_saved_entry}" ]; then
  30. set saved_entry="${prev_saved_entry}"
  31. save_env saved_entry
  32. set prev_saved_entry=
  33. save_env prev_saved_entry
  34. set boot_once=true
  35. fi
  36.  
  37. function savedefault {
  38. if [ -z "${boot_once}" ]; then
  39. saved_entry="${chosen}"
  40. save_env saved_entry
  41. fi
  42. }
  43.  
  44. function load_video {
  45. if [ x$feature_all_video_module = xy ]; then
  46. insmod all_video
  47. else
  48. insmod efi_gop
  49. insmod efi_uga
  50. insmod ieee1275_fb
  51. insmod vbe
  52. insmod vga
  53. insmod video_bochs
  54. insmod video_cirrus
  55. fi
  56. }
  57.  
  58. terminal_input console
  59. terminal_output console
  60. if [ x$feature_timeout_style = xy ] ; then
  61. set timeout_style=menu
  62. set timeout=5
  63. # Fallback normal timeout code in case the timeout_style feature is
  64. # unavailable.
  65. else
  66. set timeout=5
  67. fi
  68. ### END /etc/grub.d/00_header ###
  69.  
  70. ### BEGIN /etc/grub.d/05_zfs_linux.py ###
  71. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/ztest' {
  72. load_video
  73. insmod gzio
  74. insmod zfs
  75. set root='hd0,msdos1'
  76. if [ x$feature_platform_search_hint = xy ]; then
  77. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  78. else
  79. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  80. fi
  81. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  82. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  83. echo 'Loading initial ramdisk ...'
  84. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/ztest@/boot/intel-uc.img
  85. }
  86. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.5-gentoo-advanced-rpool/root/ztest' {
  87. load_video
  88. insmod gzio
  89. insmod zfs
  90. set root='hd0,msdos1'
  91. if [ x$feature_platform_search_hint = xy ]; then
  92. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  93. else
  94. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  95. fi
  96. echo 'Loading Linux genkernel-x86_64-4.19.5-gentoo ...'
  97. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  98. echo 'Loading initial ramdisk ...'
  99. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.5-gentoo /root/ztest@/boot/intel-uc.img
  100. }
  101. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.5-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.5-gentoo.bak-advanced-rpool/root/ztest' {
  102. load_video
  103. insmod gzio
  104. insmod zfs
  105. set root='hd0,msdos1'
  106. if [ x$feature_platform_search_hint = xy ]; then
  107. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  108. else
  109. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  110. fi
  111. echo 'Loading Linux genkernel-x86_64-4.19.5-gentoo.bak ...'
  112. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.5-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  113. echo 'Loading initial ramdisk ...'
  114. initrd /root/ztest@/boot/intel-uc.img
  115. }
  116. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.4-gentoo-advanced-rpool/root/ztest' {
  117. load_video
  118. insmod gzio
  119. insmod zfs
  120. set root='hd0,msdos1'
  121. if [ x$feature_platform_search_hint = xy ]; then
  122. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  123. else
  124. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  125. fi
  126. echo 'Loading Linux genkernel-x86_64-4.19.4-gentoo ...'
  127. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  128. echo 'Loading initial ramdisk ...'
  129. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.4-gentoo /root/ztest@/boot/intel-uc.img
  130. }
  131. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.4-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.4-gentoo.bak-advanced-rpool/root/ztest' {
  132. load_video
  133. insmod gzio
  134. insmod zfs
  135. set root='hd0,msdos1'
  136. if [ x$feature_platform_search_hint = xy ]; then
  137. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  138. else
  139. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  140. fi
  141. echo 'Loading Linux genkernel-x86_64-4.19.4-gentoo.bak ...'
  142. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.4-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  143. echo 'Loading initial ramdisk ...'
  144. initrd /root/ztest@/boot/intel-uc.img
  145. }
  146. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.3-gentoo-advanced-rpool/root/ztest' {
  147. load_video
  148. insmod gzio
  149. insmod zfs
  150. set root='hd0,msdos1'
  151. if [ x$feature_platform_search_hint = xy ]; then
  152. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  153. else
  154. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  155. fi
  156. echo 'Loading Linux genkernel-x86_64-4.19.3-gentoo ...'
  157. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  158. echo 'Loading initial ramdisk ...'
  159. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.3-gentoo /root/ztest@/boot/intel-uc.img
  160. }
  161. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.3-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.3-gentoo.bak-advanced-rpool/root/ztest' {
  162. load_video
  163. insmod gzio
  164. insmod zfs
  165. set root='hd0,msdos1'
  166. if [ x$feature_platform_search_hint = xy ]; then
  167. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  168. else
  169. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  170. fi
  171. echo 'Loading Linux genkernel-x86_64-4.19.3-gentoo.bak ...'
  172. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.3-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  173. echo 'Loading initial ramdisk ...'
  174. initrd /root/ztest@/boot/intel-uc.img
  175. }
  176. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.2-gentoo-advanced-rpool/root/ztest' {
  177. load_video
  178. insmod gzio
  179. insmod zfs
  180. set root='hd0,msdos1'
  181. if [ x$feature_platform_search_hint = xy ]; then
  182. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  183. else
  184. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  185. fi
  186. echo 'Loading Linux genkernel-x86_64-4.19.2-gentoo ...'
  187. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  188. echo 'Loading initial ramdisk ...'
  189. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.2-gentoo /root/ztest@/boot/intel-uc.img
  190. }
  191. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.2-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.2-gentoo.bak-advanced-rpool/root/ztest' {
  192. load_video
  193. insmod gzio
  194. insmod zfs
  195. set root='hd0,msdos1'
  196. if [ x$feature_platform_search_hint = xy ]; then
  197. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  198. else
  199. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  200. fi
  201. echo 'Loading Linux genkernel-x86_64-4.19.2-gentoo.bak ...'
  202. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.2-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  203. echo 'Loading initial ramdisk ...'
  204. initrd /root/ztest@/boot/intel-uc.img
  205. }
  206. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.1-gentoo-advanced-rpool/root/ztest' {
  207. load_video
  208. insmod gzio
  209. insmod zfs
  210. set root='hd0,msdos1'
  211. if [ x$feature_platform_search_hint = xy ]; then
  212. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  213. else
  214. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  215. fi
  216. echo 'Loading Linux genkernel-x86_64-4.19.1-gentoo ...'
  217. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  218. echo 'Loading initial ramdisk ...'
  219. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.1-gentoo /root/ztest@/boot/intel-uc.img
  220. }
  221. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.1-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.1-gentoo.bak-advanced-rpool/root/ztest' {
  222. load_video
  223. insmod gzio
  224. insmod zfs
  225. set root='hd0,msdos1'
  226. if [ x$feature_platform_search_hint = xy ]; then
  227. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  228. else
  229. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  230. fi
  231. echo 'Loading Linux genkernel-x86_64-4.19.1-gentoo.bak ...'
  232. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.1-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  233. echo 'Loading initial ramdisk ...'
  234. initrd /root/ztest@/boot/intel-uc.img
  235. }
  236. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.5-gentoo-advanced-rpool/root/ztest' {
  237. load_video
  238. insmod gzio
  239. insmod zfs
  240. set root='hd0,msdos1'
  241. if [ x$feature_platform_search_hint = xy ]; then
  242. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  243. else
  244. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  245. fi
  246. echo 'Loading Linux 4.18.5-gentoo ...'
  247. linux /root/ztest@/boot/vmlinuz-4.18.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  248. echo 'Loading initial ramdisk ...'
  249. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.5-gentoo /root/ztest@/boot/intel-uc.img
  250. }
  251. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.5-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.5-gentoo.old-advanced-rpool/root/ztest' {
  252. load_video
  253. insmod gzio
  254. insmod zfs
  255. set root='hd0,msdos1'
  256. if [ x$feature_platform_search_hint = xy ]; then
  257. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  258. else
  259. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  260. fi
  261. echo 'Loading Linux 4.18.5-gentoo.old ...'
  262. linux /root/ztest@/boot/vmlinuz-4.18.5-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  263. echo 'Loading initial ramdisk ...'
  264. initrd /root/ztest@/boot/intel-uc.img
  265. }
  266. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.4-gentoo-advanced-rpool/root/ztest' {
  267. load_video
  268. insmod gzio
  269. insmod zfs
  270. set root='hd0,msdos1'
  271. if [ x$feature_platform_search_hint = xy ]; then
  272. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  273. else
  274. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  275. fi
  276. echo 'Loading Linux 4.18.4-gentoo ...'
  277. linux /root/ztest@/boot/vmlinuz-4.18.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  278. echo 'Loading initial ramdisk ...'
  279. initrd /root/ztest@/boot/intel-uc.img
  280. }
  281. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.4-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.4-gentoo.old-advanced-rpool/root/ztest' {
  282. load_video
  283. insmod gzio
  284. insmod zfs
  285. set root='hd0,msdos1'
  286. if [ x$feature_platform_search_hint = xy ]; then
  287. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  288. else
  289. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  290. fi
  291. echo 'Loading Linux 4.18.4-gentoo.old ...'
  292. linux /root/ztest@/boot/vmlinuz-4.18.4-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  293. echo 'Loading initial ramdisk ...'
  294. initrd /root/ztest@/boot/intel-uc.img
  295. }
  296. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.3-gentoo-advanced-rpool/root/ztest' {
  297. load_video
  298. insmod gzio
  299. insmod zfs
  300. set root='hd0,msdos1'
  301. if [ x$feature_platform_search_hint = xy ]; then
  302. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  303. else
  304. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  305. fi
  306. echo 'Loading Linux 4.18.3-gentoo ...'
  307. linux /root/ztest@/boot/vmlinuz-4.18.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  308. echo 'Loading initial ramdisk ...'
  309. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.3-gentoo /root/ztest@/boot/intel-uc.img
  310. }
  311. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.3-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.3-gentoo.old-advanced-rpool/root/ztest' {
  312. load_video
  313. insmod gzio
  314. insmod zfs
  315. set root='hd0,msdos1'
  316. if [ x$feature_platform_search_hint = xy ]; then
  317. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  318. else
  319. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  320. fi
  321. echo 'Loading Linux 4.18.3-gentoo.old ...'
  322. linux /root/ztest@/boot/vmlinuz-4.18.3-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  323. echo 'Loading initial ramdisk ...'
  324. initrd /root/ztest@/boot/intel-uc.img
  325. }
  326. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.2-gentoo-advanced-rpool/root/ztest' {
  327. load_video
  328. insmod gzio
  329. insmod zfs
  330. set root='hd0,msdos1'
  331. if [ x$feature_platform_search_hint = xy ]; then
  332. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  333. else
  334. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  335. fi
  336. echo 'Loading Linux 4.18.2-gentoo ...'
  337. linux /root/ztest@/boot/vmlinuz-4.18.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  338. echo 'Loading initial ramdisk ...'
  339. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.2-gentoo /root/ztest@/boot/intel-uc.img
  340. }
  341. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.2-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.2-gentoo.old-advanced-rpool/root/ztest' {
  342. load_video
  343. insmod gzio
  344. insmod zfs
  345. set root='hd0,msdos1'
  346. if [ x$feature_platform_search_hint = xy ]; then
  347. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  348. else
  349. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  350. fi
  351. echo 'Loading Linux 4.18.2-gentoo.old ...'
  352. linux /root/ztest@/boot/vmlinuz-4.18.2-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  353. echo 'Loading initial ramdisk ...'
  354. initrd /root/ztest@/boot/intel-uc.img
  355. }
  356. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.1-gentoo-advanced-rpool/root/ztest' {
  357. load_video
  358. insmod gzio
  359. insmod zfs
  360. set root='hd0,msdos1'
  361. if [ x$feature_platform_search_hint = xy ]; then
  362. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  363. else
  364. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  365. fi
  366. echo 'Loading Linux 4.18.1-gentoo ...'
  367. linux /root/ztest@/boot/vmlinuz-4.18.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  368. echo 'Loading initial ramdisk ...'
  369. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.1-gentoo /root/ztest@/boot/intel-uc.img
  370. }
  371. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.1-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.1-gentoo.old-advanced-rpool/root/ztest' {
  372. load_video
  373. insmod gzio
  374. insmod zfs
  375. set root='hd0,msdos1'
  376. if [ x$feature_platform_search_hint = xy ]; then
  377. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  378. else
  379. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  380. fi
  381. echo 'Loading Linux 4.18.1-gentoo.old ...'
  382. linux /root/ztest@/boot/vmlinuz-4.18.1-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  383. echo 'Loading initial ramdisk ...'
  384. initrd /root/ztest@/boot/intel-uc.img
  385. }
  386. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.5-gentoo-advanced-rpool/root/ztest' {
  387. load_video
  388. insmod gzio
  389. insmod zfs
  390. set root='hd0,msdos1'
  391. if [ x$feature_platform_search_hint = xy ]; then
  392. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  393. else
  394. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  395. fi
  396. echo 'Loading Linux 4.17.5-gentoo ...'
  397. linux /root/ztest@/boot/vmlinuz-4.17.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  398. echo 'Loading initial ramdisk ...'
  399. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.5-gentoo /root/ztest@/boot/intel-uc.img
  400. }
  401. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.5-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.5-gentoo.bak-advanced-rpool/root/ztest' {
  402. load_video
  403. insmod gzio
  404. insmod zfs
  405. set root='hd0,msdos1'
  406. if [ x$feature_platform_search_hint = xy ]; then
  407. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  408. else
  409. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  410. fi
  411. echo 'Loading Linux 4.17.5-gentoo.bak ...'
  412. linux /root/ztest@/boot/vmlinuz-4.17.5-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  413. echo 'Loading initial ramdisk ...'
  414. initrd /root/ztest@/boot/intel-uc.img
  415. }
  416. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.4-gentoo-advanced-rpool/root/ztest' {
  417. load_video
  418. insmod gzio
  419. insmod zfs
  420. set root='hd0,msdos1'
  421. if [ x$feature_platform_search_hint = xy ]; then
  422. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  423. else
  424. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  425. fi
  426. echo 'Loading Linux 4.17.4-gentoo ...'
  427. linux /root/ztest@/boot/vmlinuz-4.17.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  428. echo 'Loading initial ramdisk ...'
  429. initrd /root/ztest@/boot/intel-uc.img
  430. }
  431. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.4-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.4-gentoo.bak-advanced-rpool/root/ztest' {
  432. load_video
  433. insmod gzio
  434. insmod zfs
  435. set root='hd0,msdos1'
  436. if [ x$feature_platform_search_hint = xy ]; then
  437. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  438. else
  439. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  440. fi
  441. echo 'Loading Linux 4.17.4-gentoo.bak ...'
  442. linux /root/ztest@/boot/vmlinuz-4.17.4-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  443. echo 'Loading initial ramdisk ...'
  444. initrd /root/ztest@/boot/intel-uc.img
  445. }
  446. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.3-gentoo-advanced-rpool/root/ztest' {
  447. load_video
  448. insmod gzio
  449. insmod zfs
  450. set root='hd0,msdos1'
  451. if [ x$feature_platform_search_hint = xy ]; then
  452. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  453. else
  454. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  455. fi
  456. echo 'Loading Linux 4.17.3-gentoo ...'
  457. linux /root/ztest@/boot/vmlinuz-4.17.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  458. echo 'Loading initial ramdisk ...'
  459. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.3-gentoo /root/ztest@/boot/intel-uc.img
  460. }
  461. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.3-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.3-gentoo.bak-advanced-rpool/root/ztest' {
  462. load_video
  463. insmod gzio
  464. insmod zfs
  465. set root='hd0,msdos1'
  466. if [ x$feature_platform_search_hint = xy ]; then
  467. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  468. else
  469. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  470. fi
  471. echo 'Loading Linux 4.17.3-gentoo.bak ...'
  472. linux /root/ztest@/boot/vmlinuz-4.17.3-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  473. echo 'Loading initial ramdisk ...'
  474. initrd /root/ztest@/boot/intel-uc.img
  475. }
  476. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.2-gentoo-advanced-rpool/root/ztest' {
  477. load_video
  478. insmod gzio
  479. insmod zfs
  480. set root='hd0,msdos1'
  481. if [ x$feature_platform_search_hint = xy ]; then
  482. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  483. else
  484. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  485. fi
  486. echo 'Loading Linux 4.17.2-gentoo ...'
  487. linux /root/ztest@/boot/vmlinuz-4.17.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  488. echo 'Loading initial ramdisk ...'
  489. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.2-gentoo /root/ztest@/boot/intel-uc.img
  490. }
  491. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.2-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.2-gentoo.bak-advanced-rpool/root/ztest' {
  492. load_video
  493. insmod gzio
  494. insmod zfs
  495. set root='hd0,msdos1'
  496. if [ x$feature_platform_search_hint = xy ]; then
  497. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  498. else
  499. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  500. fi
  501. echo 'Loading Linux 4.17.2-gentoo.bak ...'
  502. linux /root/ztest@/boot/vmlinuz-4.17.2-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  503. echo 'Loading initial ramdisk ...'
  504. initrd /root/ztest@/boot/intel-uc.img
  505. }
  506. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.1-gentoo-advanced-rpool/root/ztest' {
  507. load_video
  508. insmod gzio
  509. insmod zfs
  510. set root='hd0,msdos1'
  511. if [ x$feature_platform_search_hint = xy ]; then
  512. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  513. else
  514. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  515. fi
  516. echo 'Loading Linux 4.17.1-gentoo ...'
  517. linux /root/ztest@/boot/vmlinuz-4.17.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  518. echo 'Loading initial ramdisk ...'
  519. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.1-gentoo /root/ztest@/boot/intel-uc.img
  520. }
  521. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.1-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.1-gentoo.bak-advanced-rpool/root/ztest' {
  522. load_video
  523. insmod gzio
  524. insmod zfs
  525. set root='hd0,msdos1'
  526. if [ x$feature_platform_search_hint = xy ]; then
  527. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  528. else
  529. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  530. fi
  531. echo 'Loading Linux 4.17.1-gentoo.bak ...'
  532. linux /root/ztest@/boot/vmlinuz-4.17.1-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  533. echo 'Loading initial ramdisk ...'
  534. initrd /root/ztest@/boot/intel-uc.img
  535. }
  536. menuentry 'GNU/Linux BE [ztest] with Linux 4.15.0-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-42-generic-advanced-rpool/root/ztest' {
  537. load_video
  538. insmod gzio
  539. insmod zfs
  540. set root='hd0,msdos1'
  541. if [ x$feature_platform_search_hint = xy ]; then
  542. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  543. else
  544. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  545. fi
  546. echo 'Loading Linux 4.15.0-42-generic ...'
  547. linux /root/ztest@/boot/vmlinuz-4.15.0-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  548. echo 'Loading initial ramdisk ...'
  549. initrd /root/ztest@/boot/initrd.img-4.15.0-42-generic /root/ztest@/boot/intel-uc.img
  550. }
  551. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.5-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.5-42-generic-advanced-rpool/root/ztest' {
  552. load_video
  553. insmod gzio
  554. insmod zfs
  555. set root='hd0,msdos1'
  556. if [ x$feature_platform_search_hint = xy ]; then
  557. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  558. else
  559. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  560. fi
  561. echo 'Loading Linux 4.14.5-42-generic ...'
  562. linux /root/ztest@/boot/vmlinuz-4.14.5-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  563. echo 'Loading initial ramdisk ...'
  564. initrd /root/ztest@/boot/intel-uc.img
  565. }
  566. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.4-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.4-42-generic-advanced-rpool/root/ztest' {
  567. load_video
  568. insmod gzio
  569. insmod zfs
  570. set root='hd0,msdos1'
  571. if [ x$feature_platform_search_hint = xy ]; then
  572. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  573. else
  574. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  575. fi
  576. echo 'Loading Linux 4.14.4-42-generic ...'
  577. linux /root/ztest@/boot/vmlinuz-4.14.4-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  578. echo 'Loading initial ramdisk ...'
  579. initrd /root/ztest@/boot/intel-uc.img
  580. }
  581. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.3-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.3-42-generic-advanced-rpool/root/ztest' {
  582. load_video
  583. insmod gzio
  584. insmod zfs
  585. set root='hd0,msdos1'
  586. if [ x$feature_platform_search_hint = xy ]; then
  587. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  588. else
  589. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  590. fi
  591. echo 'Loading Linux 4.14.3-42-generic ...'
  592. linux /root/ztest@/boot/vmlinuz-4.14.3-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  593. echo 'Loading initial ramdisk ...'
  594. initrd /root/ztest@/boot/intel-uc.img
  595. }
  596. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.2-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.2-42-generic-advanced-rpool/root/ztest' {
  597. load_video
  598. insmod gzio
  599. insmod zfs
  600. set root='hd0,msdos1'
  601. if [ x$feature_platform_search_hint = xy ]; then
  602. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  603. else
  604. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  605. fi
  606. echo 'Loading Linux 4.14.2-42-generic ...'
  607. linux /root/ztest@/boot/vmlinuz-4.14.2-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  608. echo 'Loading initial ramdisk ...'
  609. initrd /root/ztest@/boot/intel-uc.img
  610. }
  611. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.1-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.1-42-generic-advanced-rpool/root/ztest' {
  612. load_video
  613. insmod gzio
  614. insmod zfs
  615. set root='hd0,msdos1'
  616. if [ x$feature_platform_search_hint = xy ]; then
  617. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  618. else
  619. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  620. fi
  621. echo 'Loading Linux 4.14.1-42-generic ...'
  622. linux /root/ztest@/boot/vmlinuz-4.14.1-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  623. echo 'Loading initial ramdisk ...'
  624. initrd /root/ztest@/boot/intel-uc.img
  625. }
  626. submenu 'Boot Environments (GNU/Linux)' $menuentry_id_option 'gnulinux-advanced-be-rpool/root/ztest' {
  627. menuentry 'GNU/Linux BE [GENTOO-17.1-201812151703] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812151703' {
  628. load_video
  629. insmod gzio
  630. insmod zfs
  631. set root='hd0,msdos1'
  632. if [ x$feature_platform_search_hint = xy ]; then
  633. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  634. else
  635. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  636. fi
  637. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  638. linux /root/GENTOO-17.1-201812151703@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812151703 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  639. echo 'Loading initial ramdisk ...'
  640. initrd /root/GENTOO-17.1-201812151703@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812151703@/boot/intel-uc.img
  641. }
  642. menuentry 'GNU/Linux BE [GENTOO-17.0] with Linux genkernel-x86_64-4.19.8-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.8-gentoo-advanced-rpool/root/GENTOO-17.0' {
  643. load_video
  644. insmod gzio
  645. insmod zfs
  646. set root='hd0,msdos1'
  647. if [ x$feature_platform_search_hint = xy ]; then
  648. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  649. else
  650. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  651. fi
  652. echo 'Loading Linux genkernel-x86_64-4.19.8-gentoo ...'
  653. linux /root/GENTOO-17.0@/boot/kernel-genkernel-x86_64-4.19.8-gentoo root=ZFS=rpool/root/GENTOO-17.0 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  654. echo 'Loading initial ramdisk ...'
  655. initrd /root/GENTOO-17.0@/boot/initramfs-genkernel-x86_64-4.19.8-gentoo /root/GENTOO-17.0@/boot/intel-uc.img
  656. }
  657. menuentry 'GNU/Linux BE [GENTOO-17.1-201812140214] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812140214' {
  658. load_video
  659. insmod gzio
  660. insmod zfs
  661. set root='hd0,msdos1'
  662. if [ x$feature_platform_search_hint = xy ]; then
  663. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  664. else
  665. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  666. fi
  667. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  668. linux /root/GENTOO-17.1-201812140214@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812140214 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  669. echo 'Loading initial ramdisk ...'
  670. initrd /root/GENTOO-17.1-201812140214@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812140214@/boot/intel-uc.img
  671. }
  672. menuentry 'GNU/Linux BE [GENTOO-17.1-201812162157] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812162157' {
  673. load_video
  674. insmod gzio
  675. insmod zfs
  676. set root='hd0,msdos1'
  677. if [ x$feature_platform_search_hint = xy ]; then
  678. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  679. else
  680. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  681. fi
  682. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  683. linux /root/GENTOO-17.1-201812162157@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812162157 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  684. echo 'Loading initial ramdisk ...'
  685. initrd /root/GENTOO-17.1-201812162157@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812162157@/boot/intel-uc.img
  686. }
  687. }
  688. ### END /etc/grub.d/05_zfs_linux.py ###
  689. (chroot) root@e6430 /boot # cat test
  690. #
  691. # DO NOT EDIT THIS FILE
  692. #
  693. # It is automatically generated by grub-mkconfig using templates
  694. # from /etc/grub.d and settings from /etc/default/grub
  695. #
  696.  
  697. ### BEGIN /etc/grub.d/00_header ###
  698. if [ -s $prefix/grubenv ]; then
  699. load_env
  700. fi
  701. if [ "${next_entry}" ] ; then
  702. set default="${next_entry}"
  703. set next_entry=
  704. save_env next_entry
  705. set boot_once=true
  706. else
  707. set default="0"
  708. fi
  709.  
  710. if [ x"${feature_menuentry_id}" = xy ]; then
  711. menuentry_id_option="--id"
  712. else
  713. menuentry_id_option=""
  714. fi
  715.  
  716. export menuentry_id_option
  717.  
  718. if [ "${prev_saved_entry}" ]; then
  719. set saved_entry="${prev_saved_entry}"
  720. save_env saved_entry
  721. set prev_saved_entry=
  722. save_env prev_saved_entry
  723. set boot_once=true
  724. fi
  725.  
  726. function savedefault {
  727. if [ -z "${boot_once}" ]; then
  728. saved_entry="${chosen}"
  729. save_env saved_entry
  730. fi
  731. }
  732.  
  733. function load_video {
  734. if [ x$feature_all_video_module = xy ]; then
  735. insmod all_video
  736. else
  737. insmod efi_gop
  738. insmod efi_uga
  739. insmod ieee1275_fb
  740. insmod vbe
  741. insmod vga
  742. insmod video_bochs
  743. insmod video_cirrus
  744. fi
  745. }
  746.  
  747. terminal_input console
  748. terminal_output console
  749. if [ x$feature_timeout_style = xy ] ; then
  750. set timeout_style=menu
  751. set timeout=5
  752. # Fallback normal timeout code in case the timeout_style feature is
  753. # unavailable.
  754. else
  755. set timeout=5
  756. fi
  757. ### END /etc/grub.d/00_header ###
  758.  
  759. ### BEGIN /etc/grub.d/05_zfs_linux.py ###
  760. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/ztest' {
  761. load_video
  762. insmod gzio
  763. insmod zfs
  764. set root='hd0,msdos1'
  765. if [ x$feature_platform_search_hint = xy ]; then
  766. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  767. else
  768. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  769. fi
  770. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  771. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  772. echo 'Loading initial ramdisk ...'
  773. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/ztest@/boot/intel-uc.img
  774. }
  775. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.5-gentoo-advanced-rpool/root/ztest' {
  776. load_video
  777. insmod gzio
  778. insmod zfs
  779. set root='hd0,msdos1'
  780. if [ x$feature_platform_search_hint = xy ]; then
  781. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  782. else
  783. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  784. fi
  785. echo 'Loading Linux genkernel-x86_64-4.19.5-gentoo ...'
  786. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  787. echo 'Loading initial ramdisk ...'
  788. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.5-gentoo /root/ztest@/boot/intel-uc.img
  789. }
  790. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.5-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.5-gentoo.bak-advanced-rpool/root/ztest' {
  791. load_video
  792. insmod gzio
  793. insmod zfs
  794. set root='hd0,msdos1'
  795. if [ x$feature_platform_search_hint = xy ]; then
  796. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  797. else
  798. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  799. fi
  800. echo 'Loading Linux genkernel-x86_64-4.19.5-gentoo.bak ...'
  801. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.5-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  802. echo 'Loading initial ramdisk ...'
  803. initrd /root/ztest@/boot/intel-uc.img
  804. }
  805. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.4-gentoo-advanced-rpool/root/ztest' {
  806. load_video
  807. insmod gzio
  808. insmod zfs
  809. set root='hd0,msdos1'
  810. if [ x$feature_platform_search_hint = xy ]; then
  811. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  812. else
  813. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  814. fi
  815. echo 'Loading Linux genkernel-x86_64-4.19.4-gentoo ...'
  816. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  817. echo 'Loading initial ramdisk ...'
  818. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.4-gentoo /root/ztest@/boot/intel-uc.img
  819. }
  820. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.4-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.4-gentoo.bak-advanced-rpool/root/ztest' {
  821. load_video
  822. insmod gzio
  823. insmod zfs
  824. set root='hd0,msdos1'
  825. if [ x$feature_platform_search_hint = xy ]; then
  826. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  827. else
  828. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  829. fi
  830. echo 'Loading Linux genkernel-x86_64-4.19.4-gentoo.bak ...'
  831. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.4-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  832. echo 'Loading initial ramdisk ...'
  833. initrd /root/ztest@/boot/intel-uc.img
  834. }
  835. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.3-gentoo-advanced-rpool/root/ztest' {
  836. load_video
  837. insmod gzio
  838. insmod zfs
  839. set root='hd0,msdos1'
  840. if [ x$feature_platform_search_hint = xy ]; then
  841. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  842. else
  843. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  844. fi
  845. echo 'Loading Linux genkernel-x86_64-4.19.3-gentoo ...'
  846. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  847. echo 'Loading initial ramdisk ...'
  848. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.3-gentoo /root/ztest@/boot/intel-uc.img
  849. }
  850. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.3-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.3-gentoo.bak-advanced-rpool/root/ztest' {
  851. load_video
  852. insmod gzio
  853. insmod zfs
  854. set root='hd0,msdos1'
  855. if [ x$feature_platform_search_hint = xy ]; then
  856. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  857. else
  858. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  859. fi
  860. echo 'Loading Linux genkernel-x86_64-4.19.3-gentoo.bak ...'
  861. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.3-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  862. echo 'Loading initial ramdisk ...'
  863. initrd /root/ztest@/boot/intel-uc.img
  864. }
  865. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.2-gentoo-advanced-rpool/root/ztest' {
  866. load_video
  867. insmod gzio
  868. insmod zfs
  869. set root='hd0,msdos1'
  870. if [ x$feature_platform_search_hint = xy ]; then
  871. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  872. else
  873. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  874. fi
  875. echo 'Loading Linux genkernel-x86_64-4.19.2-gentoo ...'
  876. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  877. echo 'Loading initial ramdisk ...'
  878. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.2-gentoo /root/ztest@/boot/intel-uc.img
  879. }
  880. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.2-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.2-gentoo.bak-advanced-rpool/root/ztest' {
  881. load_video
  882. insmod gzio
  883. insmod zfs
  884. set root='hd0,msdos1'
  885. if [ x$feature_platform_search_hint = xy ]; then
  886. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  887. else
  888. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  889. fi
  890. echo 'Loading Linux genkernel-x86_64-4.19.2-gentoo.bak ...'
  891. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.2-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  892. echo 'Loading initial ramdisk ...'
  893. initrd /root/ztest@/boot/intel-uc.img
  894. }
  895. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.1-gentoo-advanced-rpool/root/ztest' {
  896. load_video
  897. insmod gzio
  898. insmod zfs
  899. set root='hd0,msdos1'
  900. if [ x$feature_platform_search_hint = xy ]; then
  901. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  902. else
  903. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  904. fi
  905. echo 'Loading Linux genkernel-x86_64-4.19.1-gentoo ...'
  906. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  907. echo 'Loading initial ramdisk ...'
  908. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.1-gentoo /root/ztest@/boot/intel-uc.img
  909. }
  910. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.1-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.1-gentoo.bak-advanced-rpool/root/ztest' {
  911. load_video
  912. insmod gzio
  913. insmod zfs
  914. set root='hd0,msdos1'
  915. if [ x$feature_platform_search_hint = xy ]; then
  916. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  917. else
  918. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  919. fi
  920. echo 'Loading Linux genkernel-x86_64-4.19.1-gentoo.bak ...'
  921. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.1-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  922. echo 'Loading initial ramdisk ...'
  923. initrd /root/ztest@/boot/intel-uc.img
  924. }
  925. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.5-gentoo-advanced-rpool/root/ztest' {
  926. load_video
  927. insmod gzio
  928. insmod zfs
  929. set root='hd0,msdos1'
  930. if [ x$feature_platform_search_hint = xy ]; then
  931. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  932. else
  933. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  934. fi
  935. echo 'Loading Linux 4.18.5-gentoo ...'
  936. linux /root/ztest@/boot/vmlinuz-4.18.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  937. echo 'Loading initial ramdisk ...'
  938. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.5-gentoo /root/ztest@/boot/intel-uc.img
  939. }
  940. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.5-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.5-gentoo.old-advanced-rpool/root/ztest' {
  941. load_video
  942. insmod gzio
  943. insmod zfs
  944. set root='hd0,msdos1'
  945. if [ x$feature_platform_search_hint = xy ]; then
  946. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  947. else
  948. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  949. fi
  950. echo 'Loading Linux 4.18.5-gentoo.old ...'
  951. linux /root/ztest@/boot/vmlinuz-4.18.5-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  952. echo 'Loading initial ramdisk ...'
  953. initrd /root/ztest@/boot/intel-uc.img
  954. }
  955. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.4-gentoo-advanced-rpool/root/ztest' {
  956. load_video
  957. insmod gzio
  958. insmod zfs
  959. set root='hd0,msdos1'
  960. if [ x$feature_platform_search_hint = xy ]; then
  961. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  962. else
  963. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  964. fi
  965. echo 'Loading Linux 4.18.4-gentoo ...'
  966. linux /root/ztest@/boot/vmlinuz-4.18.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  967. echo 'Loading initial ramdisk ...'
  968. initrd /root/ztest@/boot/intel-uc.img
  969. }
  970. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.4-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.4-gentoo.old-advanced-rpool/root/ztest' {
  971. load_video
  972. insmod gzio
  973. insmod zfs
  974. set root='hd0,msdos1'
  975. if [ x$feature_platform_search_hint = xy ]; then
  976. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  977. else
  978. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  979. fi
  980. echo 'Loading Linux 4.18.4-gentoo.old ...'
  981. linux /root/ztest@/boot/vmlinuz-4.18.4-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  982. echo 'Loading initial ramdisk ...'
  983. initrd /root/ztest@/boot/intel-uc.img
  984. }
  985. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.3-gentoo-advanced-rpool/root/ztest' {
  986. load_video
  987. insmod gzio
  988. insmod zfs
  989. set root='hd0,msdos1'
  990. if [ x$feature_platform_search_hint = xy ]; then
  991. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  992. else
  993. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  994. fi
  995. echo 'Loading Linux 4.18.3-gentoo ...'
  996. linux /root/ztest@/boot/vmlinuz-4.18.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  997. echo 'Loading initial ramdisk ...'
  998. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.3-gentoo /root/ztest@/boot/intel-uc.img
  999. }
  1000. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.3-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.3-gentoo.old-advanced-rpool/root/ztest' {
  1001. load_video
  1002. insmod gzio
  1003. insmod zfs
  1004. set root='hd0,msdos1'
  1005. if [ x$feature_platform_search_hint = xy ]; then
  1006. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1007. else
  1008. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1009. fi
  1010. echo 'Loading Linux 4.18.3-gentoo.old ...'
  1011. linux /root/ztest@/boot/vmlinuz-4.18.3-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1012. echo 'Loading initial ramdisk ...'
  1013. initrd /root/ztest@/boot/intel-uc.img
  1014. }
  1015. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.2-gentoo-advanced-rpool/root/ztest' {
  1016. load_video
  1017. insmod gzio
  1018. insmod zfs
  1019. set root='hd0,msdos1'
  1020. if [ x$feature_platform_search_hint = xy ]; then
  1021. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1022. else
  1023. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1024. fi
  1025. echo 'Loading Linux 4.18.2-gentoo ...'
  1026. linux /root/ztest@/boot/vmlinuz-4.18.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1027. echo 'Loading initial ramdisk ...'
  1028. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.2-gentoo /root/ztest@/boot/intel-uc.img
  1029. }
  1030. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.2-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.2-gentoo.old-advanced-rpool/root/ztest' {
  1031. load_video
  1032. insmod gzio
  1033. insmod zfs
  1034. set root='hd0,msdos1'
  1035. if [ x$feature_platform_search_hint = xy ]; then
  1036. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1037. else
  1038. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1039. fi
  1040. echo 'Loading Linux 4.18.2-gentoo.old ...'
  1041. linux /root/ztest@/boot/vmlinuz-4.18.2-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1042. echo 'Loading initial ramdisk ...'
  1043. initrd /root/ztest@/boot/intel-uc.img
  1044. }
  1045. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.1-gentoo-advanced-rpool/root/ztest' {
  1046. load_video
  1047. insmod gzio
  1048. insmod zfs
  1049. set root='hd0,msdos1'
  1050. if [ x$feature_platform_search_hint = xy ]; then
  1051. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1052. else
  1053. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1054. fi
  1055. echo 'Loading Linux 4.18.1-gentoo ...'
  1056. linux /root/ztest@/boot/vmlinuz-4.18.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1057. echo 'Loading initial ramdisk ...'
  1058. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.1-gentoo /root/ztest@/boot/intel-uc.img
  1059. }
  1060. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.1-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.1-gentoo.old-advanced-rpool/root/ztest' {
  1061. load_video
  1062. insmod gzio
  1063. insmod zfs
  1064. set root='hd0,msdos1'
  1065. if [ x$feature_platform_search_hint = xy ]; then
  1066. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1067. else
  1068. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1069. fi
  1070. echo 'Loading Linux 4.18.1-gentoo.old ...'
  1071. linux /root/ztest@/boot/vmlinuz-4.18.1-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1072. echo 'Loading initial ramdisk ...'
  1073. initrd /root/ztest@/boot/intel-uc.img
  1074. }
  1075. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.5-gentoo-advanced-rpool/root/ztest' {
  1076. load_video
  1077. insmod gzio
  1078. insmod zfs
  1079. set root='hd0,msdos1'
  1080. if [ x$feature_platform_search_hint = xy ]; then
  1081. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1082. else
  1083. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1084. fi
  1085. echo 'Loading Linux 4.17.5-gentoo ...'
  1086. linux /root/ztest@/boot/vmlinuz-4.17.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1087. echo 'Loading initial ramdisk ...'
  1088. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.5-gentoo /root/ztest@/boot/intel-uc.img
  1089. }
  1090. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.5-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.5-gentoo.bak-advanced-rpool/root/ztest' {
  1091. load_video
  1092. insmod gzio
  1093. insmod zfs
  1094. set root='hd0,msdos1'
  1095. if [ x$feature_platform_search_hint = xy ]; then
  1096. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1097. else
  1098. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1099. fi
  1100. echo 'Loading Linux 4.17.5-gentoo.bak ...'
  1101. linux /root/ztest@/boot/vmlinuz-4.17.5-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1102. echo 'Loading initial ramdisk ...'
  1103. initrd /root/ztest@/boot/intel-uc.img
  1104. }
  1105. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.4-gentoo-advanced-rpool/root/ztest' {
  1106. load_video
  1107. insmod gzio
  1108. insmod zfs
  1109. set root='hd0,msdos1'
  1110. if [ x$feature_platform_search_hint = xy ]; then
  1111. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1112. else
  1113. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1114. fi
  1115. echo 'Loading Linux 4.17.4-gentoo ...'
  1116. linux /root/ztest@/boot/vmlinuz-4.17.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1117. echo 'Loading initial ramdisk ...'
  1118. initrd /root/ztest@/boot/intel-uc.img
  1119. }
  1120. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.4-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.4-gentoo.bak-advanced-rpool/root/ztest' {
  1121. load_video
  1122. insmod gzio
  1123. insmod zfs
  1124. set root='hd0,msdos1'
  1125. if [ x$feature_platform_search_hint = xy ]; then
  1126. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1127. else
  1128. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1129. fi
  1130. echo 'Loading Linux 4.17.4-gentoo.bak ...'
  1131. linux /root/ztest@/boot/vmlinuz-4.17.4-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1132. echo 'Loading initial ramdisk ...'
  1133. initrd /root/ztest@/boot/intel-uc.img
  1134. }
  1135. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.3-gentoo-advanced-rpool/root/ztest' {
  1136. load_video
  1137. insmod gzio
  1138. insmod zfs
  1139. set root='hd0,msdos1'
  1140. if [ x$feature_platform_search_hint = xy ]; then
  1141. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1142. else
  1143. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1144. fi
  1145. echo 'Loading Linux 4.17.3-gentoo ...'
  1146. linux /root/ztest@/boot/vmlinuz-4.17.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1147. echo 'Loading initial ramdisk ...'
  1148. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.3-gentoo /root/ztest@/boot/intel-uc.img
  1149. }
  1150. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.3-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.3-gentoo.bak-advanced-rpool/root/ztest' {
  1151. load_video
  1152. insmod gzio
  1153. insmod zfs
  1154. set root='hd0,msdos1'
  1155. if [ x$feature_platform_search_hint = xy ]; then
  1156. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1157. else
  1158. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1159. fi
  1160. echo 'Loading Linux 4.17.3-gentoo.bak ...'
  1161. linux /root/ztest@/boot/vmlinuz-4.17.3-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1162. echo 'Loading initial ramdisk ...'
  1163. initrd /root/ztest@/boot/intel-uc.img
  1164. }
  1165. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.2-gentoo-advanced-rpool/root/ztest' {
  1166. load_video
  1167. insmod gzio
  1168. insmod zfs
  1169. set root='hd0,msdos1'
  1170. if [ x$feature_platform_search_hint = xy ]; then
  1171. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1172. else
  1173. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1174. fi
  1175. echo 'Loading Linux 4.17.2-gentoo ...'
  1176. linux /root/ztest@/boot/vmlinuz-4.17.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1177. echo 'Loading initial ramdisk ...'
  1178. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.2-gentoo /root/ztest@/boot/intel-uc.img
  1179. }
  1180. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.2-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.2-gentoo.bak-advanced-rpool/root/ztest' {
  1181. load_video
  1182. insmod gzio
  1183. insmod zfs
  1184. set root='hd0,msdos1'
  1185. if [ x$feature_platform_search_hint = xy ]; then
  1186. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1187. else
  1188. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1189. fi
  1190. echo 'Loading Linux 4.17.2-gentoo.bak ...'
  1191. linux /root/ztest@/boot/vmlinuz-4.17.2-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1192. echo 'Loading initial ramdisk ...'
  1193. initrd /root/ztest@/boot/intel-uc.img
  1194. }
  1195. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.1-gentoo-advanced-rpool/root/ztest' {
  1196. load_video
  1197. insmod gzio
  1198. insmod zfs
  1199. set root='hd0,msdos1'
  1200. if [ x$feature_platform_search_hint = xy ]; then
  1201. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1202. else
  1203. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1204. fi
  1205. echo 'Loading Linux 4.17.1-gentoo ...'
  1206. linux /root/ztest@/boot/vmlinuz-4.17.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1207. echo 'Loading initial ramdisk ...'
  1208. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.1-gentoo /root/ztest@/boot/intel-uc.img
  1209. }
  1210. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.1-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.1-gentoo.bak-advanced-rpool/root/ztest' {
  1211. load_video
  1212. insmod gzio
  1213. insmod zfs
  1214. set root='hd0,msdos1'
  1215. if [ x$feature_platform_search_hint = xy ]; then
  1216. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1217. else
  1218. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1219. fi
  1220. echo 'Loading Linux 4.17.1-gentoo.bak ...'
  1221. linux /root/ztest@/boot/vmlinuz-4.17.1-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1222. echo 'Loading initial ramdisk ...'
  1223. initrd /root/ztest@/boot/intel-uc.img
  1224. }
  1225. menuentry 'GNU/Linux BE [ztest] with Linux 4.15.0-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-42-generic-advanced-rpool/root/ztest' {
  1226. load_video
  1227. insmod gzio
  1228. insmod zfs
  1229. set root='hd0,msdos1'
  1230. if [ x$feature_platform_search_hint = xy ]; then
  1231. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1232. else
  1233. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1234. fi
  1235. echo 'Loading Linux 4.15.0-42-generic ...'
  1236. linux /root/ztest@/boot/vmlinuz-4.15.0-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1237. echo 'Loading initial ramdisk ...'
  1238. initrd /root/ztest@/boot/initrd.img-4.15.0-42-generic /root/ztest@/boot/intel-uc.img
  1239. }
  1240. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.5-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.5-42-generic-advanced-rpool/root/ztest' {
  1241. load_video
  1242. insmod gzio
  1243. insmod zfs
  1244. set root='hd0,msdos1'
  1245. if [ x$feature_platform_search_hint = xy ]; then
  1246. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1247. else
  1248. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1249. fi
  1250. echo 'Loading Linux 4.14.5-42-generic ...'
  1251. linux /root/ztest@/boot/vmlinuz-4.14.5-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1252. echo 'Loading initial ramdisk ...'
  1253. initrd /root/ztest@/boot/intel-uc.img
  1254. }
  1255. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.4-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.4-42-generic-advanced-rpool/root/ztest' {
  1256. load_video
  1257. insmod gzio
  1258. insmod zfs
  1259. set root='hd0,msdos1'
  1260. if [ x$feature_platform_search_hint = xy ]; then
  1261. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1262. else
  1263. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1264. fi
  1265. echo 'Loading Linux 4.14.4-42-generic ...'
  1266. linux /root/ztest@/boot/vmlinuz-4.14.4-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1267. echo 'Loading initial ramdisk ...'
  1268. initrd /root/ztest@/boot/intel-uc.img
  1269. }
  1270. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.3-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.3-42-generic-advanced-rpool/root/ztest' {
  1271. load_video
  1272. insmod gzio
  1273. insmod zfs
  1274. set root='hd0,msdos1'
  1275. if [ x$feature_platform_search_hint = xy ]; then
  1276. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1277. else
  1278. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1279. fi
  1280. echo 'Loading Linux 4.14.3-42-generic ...'
  1281. linux /root/ztest@/boot/vmlinuz-4.14.3-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1282. echo 'Loading initial ramdisk ...'
  1283. initrd /root/ztest@/boot/intel-uc.img
  1284. }
  1285. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.2-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.2-42-generic-advanced-rpool/root/ztest' {
  1286. load_video
  1287. insmod gzio
  1288. insmod zfs
  1289. set root='hd0,msdos1'
  1290. if [ x$feature_platform_search_hint = xy ]; then
  1291. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1292. else
  1293. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1294. fi
  1295. echo 'Loading Linux 4.14.2-42-generic ...'
  1296. linux /root/ztest@/boot/vmlinuz-4.14.2-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1297. echo 'Loading initial ramdisk ...'
  1298. initrd /root/ztest@/boot/intel-uc.img
  1299. }
  1300. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.1-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.1-42-generic-advanced-rpool/root/ztest' {
  1301. load_video
  1302. insmod gzio
  1303. insmod zfs
  1304. set root='hd0,msdos1'
  1305. if [ x$feature_platform_search_hint = xy ]; then
  1306. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1307. else
  1308. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1309. fi
  1310. echo 'Loading Linux 4.14.1-42-generic ...'
  1311. linux /root/ztest@/boot/vmlinuz-4.14.1-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1312. echo 'Loading initial ramdisk ...'
  1313. initrd /root/ztest@/boot/intel-uc.img
  1314. }
  1315. submenu 'Boot Environments (GNU/Linux)' $menuentry_id_option 'gnulinux-advanced-be-rpool/root/ztest' {
  1316. menuentry 'GNU/Linux BE [GENTOO-17.1-201812151703] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812151703' {
  1317. load_video
  1318. insmod gzio
  1319. insmod zfs
  1320. set root='hd0,msdos1'
  1321. if [ x$feature_platform_search_hint = xy ]; then
  1322. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1323. else
  1324. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1325. fi
  1326. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  1327. linux /root/GENTOO-17.1-201812151703@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812151703 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1328. echo 'Loading initial ramdisk ...'
  1329. initrd /root/GENTOO-17.1-201812151703@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812151703@/boot/intel-uc.img
  1330. }
  1331. menuentry 'GNU/Linux BE [GENTOO-17.0] with Linux genkernel-x86_64-4.19.8-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.8-gentoo-advanced-rpool/root/GENTOO-17.0' {
  1332. load_video
  1333. insmod gzio
  1334. insmod zfs
  1335. set root='hd0,msdos1'
  1336. if [ x$feature_platform_search_hint = xy ]; then
  1337. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1338. else
  1339. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1340. fi
  1341. echo 'Loading Linux genkernel-x86_64-4.19.8-gentoo ...'
  1342. linux /root/GENTOO-17.0@/boot/kernel-genkernel-x86_64-4.19.8-gentoo root=ZFS=rpool/root/GENTOO-17.0 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1343. echo 'Loading initial ramdisk ...'
  1344. initrd /root/GENTOO-17.0@/boot/initramfs-genkernel-x86_64-4.19.8-gentoo /root/GENTOO-17.0@/boot/intel-uc.img
  1345. }
  1346. menuentry 'GNU/Linux BE [GENTOO-17.1-201812140214] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812140214' {
  1347. load_video
  1348. insmod gzio
  1349. insmod zfs
  1350. set root='hd0,msdos1'
  1351. if [ x$feature_platform_search_hint = xy ]; then
  1352. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1353. else
  1354. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1355. fi
  1356. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  1357. linux /root/GENTOO-17.1-201812140214@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812140214 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1358. echo 'Loading initial ramdisk ...'
  1359. initrd /root/GENTOO-17.1-201812140214@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812140214@/boot/intel-uc.img
  1360. }
  1361. menuentry 'GNU/Linux BE [GENTOO-17.1-201812162157] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812162157' {
  1362. load_video
  1363. insmod gzio
  1364. insmod zfs
  1365. set root='hd0,msdos1'
  1366. if [ x$feature_platform_search_hint = xy ]; then
  1367. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1368. else
  1369. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1370. fi
  1371. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  1372. linux /root/GENTOO-17.1-201812162157@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812162157 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1373. echo 'Loading initial ramdisk ...'
  1374. initrd /root/GENTOO-17.1-201812162157@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812162157@/boot/intel-uc.img
  1375. }
  1376. }
  1377. ### END /etc/grub.d/05_zfs_linux.py ###
  1378. (chroot) root@e6430 /boot # logout
  1379. activate and reboot into ztest NOW? (Y or N) n
  1380. root@e6430 ~/zedenv-grub # root@e6430 ~/zedenv-grub # ls
  1381. build grub.d MANIFEST.in pytest.ini scripts tox.ini zedenv_grub.egg-info
  1382. dist LICENSE packaging README.rst setup.py zedenv_grub
  1383. root@e6430 ~/zedenv-grub # zedenv list
  1384. Name Active Mountpoint Creation
  1385. GENTOO-17.0 - Fri-Nov-30-14:01-2018
  1386. GENTOO-17.1-201812140214 - Fri-Dec-14-2:14-2018
  1387. GENTOO-17.1-201812151703 - Sat-Dec-15-17:03-2018
  1388. R - Sun-Dec-16-11:53-2018
  1389. GENTOO-17.1-201812162157 N / Sun-Dec-16-21:57-2018
  1390. root@e6430 ~/zedenv-grub # ls
  1391. build grub.d MANIFEST.in pytest.ini scripts tox.ini zedenv_grub.egg-info
  1392. dist LICENSE packaging README.rst setup.py zedenv_grub
  1393. root@e6430 ~/zedenv-grub # grub-mkconfig -o /boot/grub/grub.cfg
  1394. Generating grub configuration file ...
  1395. /mnt/boot/zfsenv/zedenv-GENTOO-17.0
  1396. /mnt/boot/zfsenv/zedenv-GENTOO-17.1-201812140214
  1397. /mnt/boot/zfsenv/zedenv-GENTOO-17.1-201812151703
  1398. /mnt/boot/zfsenv/zedenv-ztest
  1399. done
  1400. root@e6430 ~/zedenv-grub # be-enter ztest
  1401. /tmp/zedenv-zfeymnw0-ztest
  1402. (chroot) root@e6430 / # ls
  1403. 2 boot etc home lib64 mnt opt root sbin sys usr
  1404. bin dev gentoo lib media nix proc run srv tmp var
  1405. (chroot) root@e6430 / # cd /boot
  1406. (chroot) root@e6430 /boot # ls
  1407. grub kernel-genkernel-x86_64-4.19.9-gentoo
  1408. initramfs-genkernel-x86_64-4.17.1-gentoo linux
  1409. initramfs-genkernel-x86_64-4.17.2-gentoo System.map-genkernel-x86_64-4.19.9-gentoo
  1410. initramfs-genkernel-x86_64-4.17.3-gentoo test
  1411. initramfs-genkernel-x86_64-4.17.5-gentoo vmlinuz
  1412. initramfs-genkernel-x86_64-4.18.1-gentoo vmlinuz-4.14.1-42-generic
  1413. initramfs-genkernel-x86_64-4.18.2-gentoo vmlinuz-4.14.2-42-generic
  1414. initramfs-genkernel-x86_64-4.18.3-gentoo vmlinuz-4.14.3-42-generic
  1415. initramfs-genkernel-x86_64-4.18.5-gentoo vmlinuz-4.14.4-42-generic
  1416. initramfs-genkernel-x86_64-4.19.1-gentoo vmlinuz-4.14.5-42-generic
  1417. initramfs-genkernel-x86_64-4.19.2-gentoo vmlinuz-4.15.0-42-generic
  1418. initramfs-genkernel-x86_64-4.19.3-gentoo vmlinuz-4.17.1-gentoo
  1419. initramfs-genkernel-x86_64-4.19.4-gentoo vmlinuz-4.17.1-gentoo.bak
  1420. initramfs-genkernel-x86_64-4.19.5-gentoo vmlinuz-4.17.2-gentoo
  1421. initramfs-genkernel-x86_64-4.19.9-gentoo vmlinuz-4.17.2-gentoo.bak
  1422. initrd.img-4.15.0-42-generic vmlinuz-4.17.3-gentoo
  1423. initrd.img-4.15.1-42-generic vmlinuz-4.17.3-gentoo.bak
  1424. initrd.img-4.15.2-42-generic vmlinuz-4.17.4-gentoo
  1425. initrd.img-4.15.3-42-generic vmlinuz-4.17.4-gentoo.bak
  1426. initrd.img-4.15.4-42-generic vmlinuz-4.17.5-gentoo
  1427. initrd.img-4.15.5-42-generic vmlinuz-4.17.5-gentoo.bak
  1428. intel-uc.img vmlinuz-4.18.1-gentoo
  1429. kernel-genkernel-x86_64-4.19.1-gentoo vmlinuz-4.18.1-gentoo.old
  1430. kernel-genkernel-x86_64-4.19.1-gentoo.bak vmlinuz-4.18.2-gentoo
  1431. kernel-genkernel-x86_64-4.19.2-gentoo vmlinuz-4.18.2-gentoo.old
  1432. kernel-genkernel-x86_64-4.19.2-gentoo.bak vmlinuz-4.18.3-gentoo
  1433. kernel-genkernel-x86_64-4.19.3-gentoo vmlinuz-4.18.3-gentoo.old
  1434. kernel-genkernel-x86_64-4.19.3-gentoo.bak vmlinuz-4.18.4-gentoo
  1435. kernel-genkernel-x86_64-4.19.4-gentoo vmlinuz-4.18.4-gentoo.old
  1436. kernel-genkernel-x86_64-4.19.4-gentoo.bak vmlinuz-4.18.5-gentoo
  1437. kernel-genkernel-x86_64-4.19.5-gentoo vmlinuz-4.18.5-gentoo.old
  1438. kernel-genkernel-x86_64-4.19.5-gentoo.bak
  1439.  
  1440.  
  1441. (chroot) root@e6430 /boot # ls -al linunx
  1442. ls: cannot access 'linunx': No such file or directory
  1443. 2
  1444. (chroot) root@e6430 /boot # ls -al linux
  1445. -rw-r--r-- 1 root root 9330736 Dec 16 23:53 linux
  1446. (chroot) root@e6430 /boot # grub-mkconfig -o ./testgrub.cfg
  1447. Generating grub configuration file ...
  1448. /mnt/boot/zfsenv/zedenv-GENTOO-17.0
  1449. /mnt/boot/zfsenv/zedenv-GENTOO-17.1-201812140214
  1450. /mnt/boot/zfsenv/zedenv-GENTOO-17.1-201812151703
  1451. /mnt/boot/zfsenv/zedenv-GENTOO-17.1-201812162157
  1452. done
  1453. (chroot) root@e6430 /boot # ls
  1454. grub kernel-genkernel-x86_64-4.19.9-gentoo
  1455. initramfs-genkernel-x86_64-4.17.1-gentoo linux
  1456. initramfs-genkernel-x86_64-4.17.2-gentoo System.map-genkernel-x86_64-4.19.9-gentoo
  1457. initramfs-genkernel-x86_64-4.17.3-gentoo test
  1458. initramfs-genkernel-x86_64-4.17.5-gentoo testgrub.cfg
  1459. initramfs-genkernel-x86_64-4.18.1-gentoo vmlinuz
  1460. initramfs-genkernel-x86_64-4.18.2-gentoo vmlinuz-4.14.1-42-generic
  1461. initramfs-genkernel-x86_64-4.18.3-gentoo vmlinuz-4.14.2-42-generic
  1462. initramfs-genkernel-x86_64-4.18.5-gentoo vmlinuz-4.14.3-42-generic
  1463. initramfs-genkernel-x86_64-4.19.1-gentoo vmlinuz-4.14.4-42-generic
  1464. initramfs-genkernel-x86_64-4.19.2-gentoo vmlinuz-4.14.5-42-generic
  1465. initramfs-genkernel-x86_64-4.19.3-gentoo vmlinuz-4.15.0-42-generic
  1466. initramfs-genkernel-x86_64-4.19.4-gentoo vmlinuz-4.17.1-gentoo
  1467. initramfs-genkernel-x86_64-4.19.5-gentoo vmlinuz-4.17.1-gentoo.bak
  1468. initramfs-genkernel-x86_64-4.19.9-gentoo vmlinuz-4.17.2-gentoo
  1469. initrd.img-4.15.0-42-generic vmlinuz-4.17.2-gentoo.bak
  1470. initrd.img-4.15.1-42-generic vmlinuz-4.17.3-gentoo
  1471. initrd.img-4.15.2-42-generic vmlinuz-4.17.3-gentoo.bak
  1472. initrd.img-4.15.3-42-generic vmlinuz-4.17.4-gentoo
  1473. initrd.img-4.15.4-42-generic vmlinuz-4.17.4-gentoo.bak
  1474. initrd.img-4.15.5-42-generic vmlinuz-4.17.5-gentoo
  1475. intel-uc.img vmlinuz-4.17.5-gentoo.bak
  1476. kernel-genkernel-x86_64-4.19.1-gentoo vmlinuz-4.18.1-gentoo
  1477. kernel-genkernel-x86_64-4.19.1-gentoo.bak vmlinuz-4.18.1-gentoo.old
  1478. kernel-genkernel-x86_64-4.19.2-gentoo vmlinuz-4.18.2-gentoo
  1479. kernel-genkernel-x86_64-4.19.2-gentoo.bak vmlinuz-4.18.2-gentoo.old
  1480. kernel-genkernel-x86_64-4.19.3-gentoo vmlinuz-4.18.3-gentoo
  1481. kernel-genkernel-x86_64-4.19.3-gentoo.bak vmlinuz-4.18.3-gentoo.old
  1482. kernel-genkernel-x86_64-4.19.4-gentoo vmlinuz-4.18.4-gentoo
  1483. kernel-genkernel-x86_64-4.19.4-gentoo.bak vmlinuz-4.18.4-gentoo.old
  1484. kernel-genkernel-x86_64-4.19.5-gentoo vmlinuz-4.18.5-gentoo
  1485. kernel-genkernel-x86_64-4.19.5-gentoo.bak vmlinuz-4.18.5-gentoo.old
  1486. (chroot) root@e6430 /boot # cp testgrub.cfg /home/adam/Downloads
  1487. (chroot) root@e6430 /boot # cd /home/adam/Downloads
  1488. (chroot) root@e6430 /home/adam/Downloads # ls
  1489. testgrub.cfg
  1490. (chroot) root@e6430 /home/adam/Downloads # mv testgrub.cfg /home/adam
  1491. (chroot) root@e6430 /home/adam/Downloads # cd ..
  1492. (chroot) root@e6430 /home/adam # ls
  1493. '#adam.org#' bin Downloads links repos testgrub.cfg
  1494. adam.org Documents letter quicklisp '#.screenrc#'
  1495. (chroot) root@e6430 /home/adam # ls
  1496. '#adam.org#' bin Downloads links repos testgrub.cfg
  1497. adam.org Documents letter quicklisp '#.screenrc#'
  1498. (chroot) root@e6430 /home/adam # chown adam:adam testgrub.cfg
  1499. (chroot) root@e6430 /home/adam # logout
  1500. activate and reboot into ztest NOW? (Y or N) n
  1501. root@e6430 ~/zedenv-grub # root@e6430 ~/zedenv-grub # ls
  1502. build grub.d MANIFEST.in pytest.ini scripts tox.ini zedenv_grub.egg-info
  1503. dist LICENSE packaging README.rst setup.py zedenv_grub
  1504. root@e6430 ~/zedenv-grub # logout
  1505. adam@e6430 ~ $ ls
  1506. '#adam.org#' bin Downloads links repos testgrub.cfg
  1507. adam.org Documents letter quicklisp '#.screenrc#'
  1508. adam@e6430 ~ $ cat testgrub.cfg
  1509. #
  1510. # DO NOT EDIT THIS FILE
  1511. #
  1512. # It is automatically generated by grub-mkconfig using templates
  1513. # from /etc/grub.d and settings from /etc/default/grub
  1514. #
  1515.  
  1516. ### BEGIN /etc/grub.d/00_header ###
  1517. if [ -s $prefix/grubenv ]; then
  1518. load_env
  1519. fi
  1520. if [ "${next_entry}" ] ; then
  1521. set default="${next_entry}"
  1522. set next_entry=
  1523. save_env next_entry
  1524. set boot_once=true
  1525. else
  1526. set default="0"
  1527. fi
  1528.  
  1529. if [ x"${feature_menuentry_id}" = xy ]; then
  1530. menuentry_id_option="--id"
  1531. else
  1532. menuentry_id_option=""
  1533. fi
  1534.  
  1535. export menuentry_id_option
  1536.  
  1537. if [ "${prev_saved_entry}" ]; then
  1538. set saved_entry="${prev_saved_entry}"
  1539. save_env saved_entry
  1540. set prev_saved_entry=
  1541. save_env prev_saved_entry
  1542. set boot_once=true
  1543. fi
  1544.  
  1545. function savedefault {
  1546. if [ -z "${boot_once}" ]; then
  1547. saved_entry="${chosen}"
  1548. save_env saved_entry
  1549. fi
  1550. }
  1551.  
  1552. function load_video {
  1553. if [ x$feature_all_video_module = xy ]; then
  1554. insmod all_video
  1555. else
  1556. insmod efi_gop
  1557. insmod efi_uga
  1558. insmod ieee1275_fb
  1559. insmod vbe
  1560. insmod vga
  1561. insmod video_bochs
  1562. insmod video_cirrus
  1563. fi
  1564. }
  1565.  
  1566. terminal_input console
  1567. terminal_output console
  1568. if [ x$feature_timeout_style = xy ] ; then
  1569. set timeout_style=menu
  1570. set timeout=5
  1571. # Fallback normal timeout code in case the timeout_style feature is
  1572. # unavailable.
  1573. else
  1574. set timeout=5
  1575. fi
  1576. ### END /etc/grub.d/00_header ###
  1577.  
  1578. ### BEGIN /etc/grub.d/05_zfs_linux.py ###
  1579. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/ztest' {
  1580. load_video
  1581. insmod gzio
  1582. insmod zfs
  1583. set root='hd0,msdos1'
  1584. if [ x$feature_platform_search_hint = xy ]; then
  1585. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1586. else
  1587. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1588. fi
  1589. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  1590. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1591. echo 'Loading initial ramdisk ...'
  1592. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/ztest@/boot/intel-uc.img
  1593. }
  1594. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.5-gentoo-advanced-rpool/root/ztest' {
  1595. load_video
  1596. insmod gzio
  1597. insmod zfs
  1598. set root='hd0,msdos1'
  1599. if [ x$feature_platform_search_hint = xy ]; then
  1600. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1601. else
  1602. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1603. fi
  1604. echo 'Loading Linux genkernel-x86_64-4.19.5-gentoo ...'
  1605. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1606. echo 'Loading initial ramdisk ...'
  1607. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.5-gentoo /root/ztest@/boot/intel-uc.img
  1608. }
  1609. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.5-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.5-gentoo.bak-advanced-rpool/root/ztest' {
  1610. load_video
  1611. insmod gzio
  1612. insmod zfs
  1613. set root='hd0,msdos1'
  1614. if [ x$feature_platform_search_hint = xy ]; then
  1615. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1616. else
  1617. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1618. fi
  1619. echo 'Loading Linux genkernel-x86_64-4.19.5-gentoo.bak ...'
  1620. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.5-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1621. echo 'Loading initial ramdisk ...'
  1622. initrd /root/ztest@/boot/intel-uc.img
  1623. }
  1624. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.4-gentoo-advanced-rpool/root/ztest' {
  1625. load_video
  1626. insmod gzio
  1627. insmod zfs
  1628. set root='hd0,msdos1'
  1629. if [ x$feature_platform_search_hint = xy ]; then
  1630. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1631. else
  1632. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1633. fi
  1634. echo 'Loading Linux genkernel-x86_64-4.19.4-gentoo ...'
  1635. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1636. echo 'Loading initial ramdisk ...'
  1637. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.4-gentoo /root/ztest@/boot/intel-uc.img
  1638. }
  1639. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.4-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.4-gentoo.bak-advanced-rpool/root/ztest' {
  1640. load_video
  1641. insmod gzio
  1642. insmod zfs
  1643. set root='hd0,msdos1'
  1644. if [ x$feature_platform_search_hint = xy ]; then
  1645. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1646. else
  1647. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1648. fi
  1649. echo 'Loading Linux genkernel-x86_64-4.19.4-gentoo.bak ...'
  1650. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.4-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1651. echo 'Loading initial ramdisk ...'
  1652. initrd /root/ztest@/boot/intel-uc.img
  1653. }
  1654. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.3-gentoo-advanced-rpool/root/ztest' {
  1655. load_video
  1656. insmod gzio
  1657. insmod zfs
  1658. set root='hd0,msdos1'
  1659. if [ x$feature_platform_search_hint = xy ]; then
  1660. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1661. else
  1662. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1663. fi
  1664. echo 'Loading Linux genkernel-x86_64-4.19.3-gentoo ...'
  1665. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1666. echo 'Loading initial ramdisk ...'
  1667. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.3-gentoo /root/ztest@/boot/intel-uc.img
  1668. }
  1669. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.3-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.3-gentoo.bak-advanced-rpool/root/ztest' {
  1670. load_video
  1671. insmod gzio
  1672. insmod zfs
  1673. set root='hd0,msdos1'
  1674. if [ x$feature_platform_search_hint = xy ]; then
  1675. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1676. else
  1677. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1678. fi
  1679. echo 'Loading Linux genkernel-x86_64-4.19.3-gentoo.bak ...'
  1680. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.3-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1681. echo 'Loading initial ramdisk ...'
  1682. initrd /root/ztest@/boot/intel-uc.img
  1683. }
  1684. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.2-gentoo-advanced-rpool/root/ztest' {
  1685. load_video
  1686. insmod gzio
  1687. insmod zfs
  1688. set root='hd0,msdos1'
  1689. if [ x$feature_platform_search_hint = xy ]; then
  1690. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1691. else
  1692. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1693. fi
  1694. echo 'Loading Linux genkernel-x86_64-4.19.2-gentoo ...'
  1695. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1696. echo 'Loading initial ramdisk ...'
  1697. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.2-gentoo /root/ztest@/boot/intel-uc.img
  1698. }
  1699. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.2-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.2-gentoo.bak-advanced-rpool/root/ztest' {
  1700. load_video
  1701. insmod gzio
  1702. insmod zfs
  1703. set root='hd0,msdos1'
  1704. if [ x$feature_platform_search_hint = xy ]; then
  1705. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1706. else
  1707. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1708. fi
  1709. echo 'Loading Linux genkernel-x86_64-4.19.2-gentoo.bak ...'
  1710. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.2-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1711. echo 'Loading initial ramdisk ...'
  1712. initrd /root/ztest@/boot/intel-uc.img
  1713. }
  1714. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.1-gentoo-advanced-rpool/root/ztest' {
  1715. load_video
  1716. insmod gzio
  1717. insmod zfs
  1718. set root='hd0,msdos1'
  1719. if [ x$feature_platform_search_hint = xy ]; then
  1720. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1721. else
  1722. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1723. fi
  1724. echo 'Loading Linux genkernel-x86_64-4.19.1-gentoo ...'
  1725. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1726. echo 'Loading initial ramdisk ...'
  1727. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.19.1-gentoo /root/ztest@/boot/intel-uc.img
  1728. }
  1729. menuentry 'GNU/Linux BE [ztest] with Linux genkernel-x86_64-4.19.1-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.1-gentoo.bak-advanced-rpool/root/ztest' {
  1730. load_video
  1731. insmod gzio
  1732. insmod zfs
  1733. set root='hd0,msdos1'
  1734. if [ x$feature_platform_search_hint = xy ]; then
  1735. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1736. else
  1737. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1738. fi
  1739. echo 'Loading Linux genkernel-x86_64-4.19.1-gentoo.bak ...'
  1740. linux /root/ztest@/boot/kernel-genkernel-x86_64-4.19.1-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1741. echo 'Loading initial ramdisk ...'
  1742. initrd /root/ztest@/boot/intel-uc.img
  1743. }
  1744. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.5-gentoo-advanced-rpool/root/ztest' {
  1745. load_video
  1746. insmod gzio
  1747. insmod zfs
  1748. set root='hd0,msdos1'
  1749. if [ x$feature_platform_search_hint = xy ]; then
  1750. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1751. else
  1752. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1753. fi
  1754. echo 'Loading Linux 4.18.5-gentoo ...'
  1755. linux /root/ztest@/boot/vmlinuz-4.18.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1756. echo 'Loading initial ramdisk ...'
  1757. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.5-gentoo /root/ztest@/boot/intel-uc.img
  1758. }
  1759. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.5-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.5-gentoo.old-advanced-rpool/root/ztest' {
  1760. load_video
  1761. insmod gzio
  1762. insmod zfs
  1763. set root='hd0,msdos1'
  1764. if [ x$feature_platform_search_hint = xy ]; then
  1765. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1766. else
  1767. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1768. fi
  1769. echo 'Loading Linux 4.18.5-gentoo.old ...'
  1770. linux /root/ztest@/boot/vmlinuz-4.18.5-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1771. echo 'Loading initial ramdisk ...'
  1772. initrd /root/ztest@/boot/intel-uc.img
  1773. }
  1774. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.4-gentoo-advanced-rpool/root/ztest' {
  1775. load_video
  1776. insmod gzio
  1777. insmod zfs
  1778. set root='hd0,msdos1'
  1779. if [ x$feature_platform_search_hint = xy ]; then
  1780. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1781. else
  1782. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1783. fi
  1784. echo 'Loading Linux 4.18.4-gentoo ...'
  1785. linux /root/ztest@/boot/vmlinuz-4.18.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1786. echo 'Loading initial ramdisk ...'
  1787. initrd /root/ztest@/boot/intel-uc.img
  1788. }
  1789. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.4-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.4-gentoo.old-advanced-rpool/root/ztest' {
  1790. load_video
  1791. insmod gzio
  1792. insmod zfs
  1793. set root='hd0,msdos1'
  1794. if [ x$feature_platform_search_hint = xy ]; then
  1795. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1796. else
  1797. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1798. fi
  1799. echo 'Loading Linux 4.18.4-gentoo.old ...'
  1800. linux /root/ztest@/boot/vmlinuz-4.18.4-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1801. echo 'Loading initial ramdisk ...'
  1802. initrd /root/ztest@/boot/intel-uc.img
  1803. }
  1804. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.3-gentoo-advanced-rpool/root/ztest' {
  1805. load_video
  1806. insmod gzio
  1807. insmod zfs
  1808. set root='hd0,msdos1'
  1809. if [ x$feature_platform_search_hint = xy ]; then
  1810. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1811. else
  1812. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1813. fi
  1814. echo 'Loading Linux 4.18.3-gentoo ...'
  1815. linux /root/ztest@/boot/vmlinuz-4.18.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1816. echo 'Loading initial ramdisk ...'
  1817. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.3-gentoo /root/ztest@/boot/intel-uc.img
  1818. }
  1819. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.3-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.3-gentoo.old-advanced-rpool/root/ztest' {
  1820. load_video
  1821. insmod gzio
  1822. insmod zfs
  1823. set root='hd0,msdos1'
  1824. if [ x$feature_platform_search_hint = xy ]; then
  1825. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1826. else
  1827. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1828. fi
  1829. echo 'Loading Linux 4.18.3-gentoo.old ...'
  1830. linux /root/ztest@/boot/vmlinuz-4.18.3-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1831. echo 'Loading initial ramdisk ...'
  1832. initrd /root/ztest@/boot/intel-uc.img
  1833. }
  1834. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.2-gentoo-advanced-rpool/root/ztest' {
  1835. load_video
  1836. insmod gzio
  1837. insmod zfs
  1838. set root='hd0,msdos1'
  1839. if [ x$feature_platform_search_hint = xy ]; then
  1840. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1841. else
  1842. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1843. fi
  1844. echo 'Loading Linux 4.18.2-gentoo ...'
  1845. linux /root/ztest@/boot/vmlinuz-4.18.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1846. echo 'Loading initial ramdisk ...'
  1847. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.2-gentoo /root/ztest@/boot/intel-uc.img
  1848. }
  1849. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.2-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.2-gentoo.old-advanced-rpool/root/ztest' {
  1850. load_video
  1851. insmod gzio
  1852. insmod zfs
  1853. set root='hd0,msdos1'
  1854. if [ x$feature_platform_search_hint = xy ]; then
  1855. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1856. else
  1857. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1858. fi
  1859. echo 'Loading Linux 4.18.2-gentoo.old ...'
  1860. linux /root/ztest@/boot/vmlinuz-4.18.2-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1861. echo 'Loading initial ramdisk ...'
  1862. initrd /root/ztest@/boot/intel-uc.img
  1863. }
  1864. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.1-gentoo-advanced-rpool/root/ztest' {
  1865. load_video
  1866. insmod gzio
  1867. insmod zfs
  1868. set root='hd0,msdos1'
  1869. if [ x$feature_platform_search_hint = xy ]; then
  1870. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1871. else
  1872. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1873. fi
  1874. echo 'Loading Linux 4.18.1-gentoo ...'
  1875. linux /root/ztest@/boot/vmlinuz-4.18.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1876. echo 'Loading initial ramdisk ...'
  1877. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.18.1-gentoo /root/ztest@/boot/intel-uc.img
  1878. }
  1879. menuentry 'GNU/Linux BE [ztest] with Linux 4.18.1-gentoo.old' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.18.1-gentoo.old-advanced-rpool/root/ztest' {
  1880. load_video
  1881. insmod gzio
  1882. insmod zfs
  1883. set root='hd0,msdos1'
  1884. if [ x$feature_platform_search_hint = xy ]; then
  1885. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1886. else
  1887. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1888. fi
  1889. echo 'Loading Linux 4.18.1-gentoo.old ...'
  1890. linux /root/ztest@/boot/vmlinuz-4.18.1-gentoo.old root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1891. echo 'Loading initial ramdisk ...'
  1892. initrd /root/ztest@/boot/intel-uc.img
  1893. }
  1894. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.5-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.5-gentoo-advanced-rpool/root/ztest' {
  1895. load_video
  1896. insmod gzio
  1897. insmod zfs
  1898. set root='hd0,msdos1'
  1899. if [ x$feature_platform_search_hint = xy ]; then
  1900. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1901. else
  1902. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1903. fi
  1904. echo 'Loading Linux 4.17.5-gentoo ...'
  1905. linux /root/ztest@/boot/vmlinuz-4.17.5-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1906. echo 'Loading initial ramdisk ...'
  1907. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.5-gentoo /root/ztest@/boot/intel-uc.img
  1908. }
  1909. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.5-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.5-gentoo.bak-advanced-rpool/root/ztest' {
  1910. load_video
  1911. insmod gzio
  1912. insmod zfs
  1913. set root='hd0,msdos1'
  1914. if [ x$feature_platform_search_hint = xy ]; then
  1915. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1916. else
  1917. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1918. fi
  1919. echo 'Loading Linux 4.17.5-gentoo.bak ...'
  1920. linux /root/ztest@/boot/vmlinuz-4.17.5-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1921. echo 'Loading initial ramdisk ...'
  1922. initrd /root/ztest@/boot/intel-uc.img
  1923. }
  1924. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.4-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.4-gentoo-advanced-rpool/root/ztest' {
  1925. load_video
  1926. insmod gzio
  1927. insmod zfs
  1928. set root='hd0,msdos1'
  1929. if [ x$feature_platform_search_hint = xy ]; then
  1930. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1931. else
  1932. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1933. fi
  1934. echo 'Loading Linux 4.17.4-gentoo ...'
  1935. linux /root/ztest@/boot/vmlinuz-4.17.4-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1936. echo 'Loading initial ramdisk ...'
  1937. initrd /root/ztest@/boot/intel-uc.img
  1938. }
  1939. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.4-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.4-gentoo.bak-advanced-rpool/root/ztest' {
  1940. load_video
  1941. insmod gzio
  1942. insmod zfs
  1943. set root='hd0,msdos1'
  1944. if [ x$feature_platform_search_hint = xy ]; then
  1945. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1946. else
  1947. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1948. fi
  1949. echo 'Loading Linux 4.17.4-gentoo.bak ...'
  1950. linux /root/ztest@/boot/vmlinuz-4.17.4-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1951. echo 'Loading initial ramdisk ...'
  1952. initrd /root/ztest@/boot/intel-uc.img
  1953. }
  1954. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.3-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.3-gentoo-advanced-rpool/root/ztest' {
  1955. load_video
  1956. insmod gzio
  1957. insmod zfs
  1958. set root='hd0,msdos1'
  1959. if [ x$feature_platform_search_hint = xy ]; then
  1960. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1961. else
  1962. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1963. fi
  1964. echo 'Loading Linux 4.17.3-gentoo ...'
  1965. linux /root/ztest@/boot/vmlinuz-4.17.3-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1966. echo 'Loading initial ramdisk ...'
  1967. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.3-gentoo /root/ztest@/boot/intel-uc.img
  1968. }
  1969. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.3-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.3-gentoo.bak-advanced-rpool/root/ztest' {
  1970. load_video
  1971. insmod gzio
  1972. insmod zfs
  1973. set root='hd0,msdos1'
  1974. if [ x$feature_platform_search_hint = xy ]; then
  1975. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1976. else
  1977. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1978. fi
  1979. echo 'Loading Linux 4.17.3-gentoo.bak ...'
  1980. linux /root/ztest@/boot/vmlinuz-4.17.3-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1981. echo 'Loading initial ramdisk ...'
  1982. initrd /root/ztest@/boot/intel-uc.img
  1983. }
  1984. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.2-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.2-gentoo-advanced-rpool/root/ztest' {
  1985. load_video
  1986. insmod gzio
  1987. insmod zfs
  1988. set root='hd0,msdos1'
  1989. if [ x$feature_platform_search_hint = xy ]; then
  1990. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  1991. else
  1992. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  1993. fi
  1994. echo 'Loading Linux 4.17.2-gentoo ...'
  1995. linux /root/ztest@/boot/vmlinuz-4.17.2-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  1996. echo 'Loading initial ramdisk ...'
  1997. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.2-gentoo /root/ztest@/boot/intel-uc.img
  1998. }
  1999. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.2-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.2-gentoo.bak-advanced-rpool/root/ztest' {
  2000. load_video
  2001. insmod gzio
  2002. insmod zfs
  2003. set root='hd0,msdos1'
  2004. if [ x$feature_platform_search_hint = xy ]; then
  2005. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2006. else
  2007. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2008. fi
  2009. echo 'Loading Linux 4.17.2-gentoo.bak ...'
  2010. linux /root/ztest@/boot/vmlinuz-4.17.2-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2011. echo 'Loading initial ramdisk ...'
  2012. initrd /root/ztest@/boot/intel-uc.img
  2013. }
  2014. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.1-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.1-gentoo-advanced-rpool/root/ztest' {
  2015. load_video
  2016. insmod gzio
  2017. insmod zfs
  2018. set root='hd0,msdos1'
  2019. if [ x$feature_platform_search_hint = xy ]; then
  2020. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2021. else
  2022. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2023. fi
  2024. echo 'Loading Linux 4.17.1-gentoo ...'
  2025. linux /root/ztest@/boot/vmlinuz-4.17.1-gentoo root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2026. echo 'Loading initial ramdisk ...'
  2027. initrd /root/ztest@/boot/initramfs-genkernel-x86_64-4.17.1-gentoo /root/ztest@/boot/intel-uc.img
  2028. }
  2029. menuentry 'GNU/Linux BE [ztest] with Linux 4.17.1-gentoo.bak' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.17.1-gentoo.bak-advanced-rpool/root/ztest' {
  2030. load_video
  2031. insmod gzio
  2032. insmod zfs
  2033. set root='hd0,msdos1'
  2034. if [ x$feature_platform_search_hint = xy ]; then
  2035. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2036. else
  2037. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2038. fi
  2039. echo 'Loading Linux 4.17.1-gentoo.bak ...'
  2040. linux /root/ztest@/boot/vmlinuz-4.17.1-gentoo.bak root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2041. echo 'Loading initial ramdisk ...'
  2042. initrd /root/ztest@/boot/intel-uc.img
  2043. }
  2044. menuentry 'GNU/Linux BE [ztest] with Linux 4.15.0-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.15.0-42-generic-advanced-rpool/root/ztest' {
  2045. load_video
  2046. insmod gzio
  2047. insmod zfs
  2048. set root='hd0,msdos1'
  2049. if [ x$feature_platform_search_hint = xy ]; then
  2050. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2051. else
  2052. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2053. fi
  2054. echo 'Loading Linux 4.15.0-42-generic ...'
  2055. linux /root/ztest@/boot/vmlinuz-4.15.0-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2056. echo 'Loading initial ramdisk ...'
  2057. initrd /root/ztest@/boot/initrd.img-4.15.0-42-generic /root/ztest@/boot/intel-uc.img
  2058. }
  2059. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.5-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.5-42-generic-advanced-rpool/root/ztest' {
  2060. load_video
  2061. insmod gzio
  2062. insmod zfs
  2063. set root='hd0,msdos1'
  2064. if [ x$feature_platform_search_hint = xy ]; then
  2065. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2066. else
  2067. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2068. fi
  2069. echo 'Loading Linux 4.14.5-42-generic ...'
  2070. linux /root/ztest@/boot/vmlinuz-4.14.5-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2071. echo 'Loading initial ramdisk ...'
  2072. initrd /root/ztest@/boot/intel-uc.img
  2073. }
  2074. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.4-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.4-42-generic-advanced-rpool/root/ztest' {
  2075. load_video
  2076. insmod gzio
  2077. insmod zfs
  2078. set root='hd0,msdos1'
  2079. if [ x$feature_platform_search_hint = xy ]; then
  2080. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2081. else
  2082. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2083. fi
  2084. echo 'Loading Linux 4.14.4-42-generic ...'
  2085. linux /root/ztest@/boot/vmlinuz-4.14.4-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2086. echo 'Loading initial ramdisk ...'
  2087. initrd /root/ztest@/boot/intel-uc.img
  2088. }
  2089. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.3-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.3-42-generic-advanced-rpool/root/ztest' {
  2090. load_video
  2091. insmod gzio
  2092. insmod zfs
  2093. set root='hd0,msdos1'
  2094. if [ x$feature_platform_search_hint = xy ]; then
  2095. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2096. else
  2097. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2098. fi
  2099. echo 'Loading Linux 4.14.3-42-generic ...'
  2100. linux /root/ztest@/boot/vmlinuz-4.14.3-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2101. echo 'Loading initial ramdisk ...'
  2102. initrd /root/ztest@/boot/intel-uc.img
  2103. }
  2104. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.2-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.2-42-generic-advanced-rpool/root/ztest' {
  2105. load_video
  2106. insmod gzio
  2107. insmod zfs
  2108. set root='hd0,msdos1'
  2109. if [ x$feature_platform_search_hint = xy ]; then
  2110. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2111. else
  2112. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2113. fi
  2114. echo 'Loading Linux 4.14.2-42-generic ...'
  2115. linux /root/ztest@/boot/vmlinuz-4.14.2-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2116. echo 'Loading initial ramdisk ...'
  2117. initrd /root/ztest@/boot/intel-uc.img
  2118. }
  2119. menuentry 'GNU/Linux BE [ztest] with Linux 4.14.1-42-generic' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.14.1-42-generic-advanced-rpool/root/ztest' {
  2120. load_video
  2121. insmod gzio
  2122. insmod zfs
  2123. set root='hd0,msdos1'
  2124. if [ x$feature_platform_search_hint = xy ]; then
  2125. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2126. else
  2127. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2128. fi
  2129. echo 'Loading Linux 4.14.1-42-generic ...'
  2130. linux /root/ztest@/boot/vmlinuz-4.14.1-42-generic root=ZFS=rpool/root/ztest rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2131. echo 'Loading initial ramdisk ...'
  2132. initrd /root/ztest@/boot/intel-uc.img
  2133. }
  2134. submenu 'Boot Environments (GNU/Linux)' $menuentry_id_option 'gnulinux-advanced-be-rpool/root/ztest' {
  2135. menuentry 'GNU/Linux BE [GENTOO-17.1-201812151703] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812151703' {
  2136. load_video
  2137. insmod gzio
  2138. insmod zfs
  2139. set root='hd0,msdos1'
  2140. if [ x$feature_platform_search_hint = xy ]; then
  2141. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2142. else
  2143. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2144. fi
  2145. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  2146. linux /root/GENTOO-17.1-201812151703@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812151703 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2147. echo 'Loading initial ramdisk ...'
  2148. initrd /root/GENTOO-17.1-201812151703@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812151703@/boot/intel-uc.img
  2149. }
  2150. menuentry 'GNU/Linux BE [GENTOO-17.0] with Linux genkernel-x86_64-4.19.8-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.8-gentoo-advanced-rpool/root/GENTOO-17.0' {
  2151. load_video
  2152. insmod gzio
  2153. insmod zfs
  2154. set root='hd0,msdos1'
  2155. if [ x$feature_platform_search_hint = xy ]; then
  2156. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2157. else
  2158. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2159. fi
  2160. echo 'Loading Linux genkernel-x86_64-4.19.8-gentoo ...'
  2161. linux /root/GENTOO-17.0@/boot/kernel-genkernel-x86_64-4.19.8-gentoo root=ZFS=rpool/root/GENTOO-17.0 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2162. echo 'Loading initial ramdisk ...'
  2163. initrd /root/GENTOO-17.0@/boot/initramfs-genkernel-x86_64-4.19.8-gentoo /root/GENTOO-17.0@/boot/intel-uc.img
  2164. }
  2165. menuentry 'GNU/Linux BE [GENTOO-17.1-201812162157] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812162157' {
  2166. load_video
  2167. insmod gzio
  2168. insmod zfs
  2169. set root='hd0,msdos1'
  2170. if [ x$feature_platform_search_hint = xy ]; then
  2171. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2172. else
  2173. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2174. fi
  2175. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  2176. linux /root/GENTOO-17.1-201812162157@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812162157 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2177. echo 'Loading initial ramdisk ...'
  2178. initrd /root/GENTOO-17.1-201812162157@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812162157@/boot/intel-uc.img
  2179. }
  2180. menuentry 'GNU/Linux BE [GENTOO-17.1-201812140214] with Linux genkernel-x86_64-4.19.9-gentoo' --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-genkernel-x86_64-4.19.9-gentoo-advanced-rpool/root/GENTOO-17.1-201812140214' {
  2181. load_video
  2182. insmod gzio
  2183. insmod zfs
  2184. set root='hd0,msdos1'
  2185. if [ x$feature_platform_search_hint = xy ]; then
  2186. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1 --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint-bios=hd1,msdos1 --hint-efi=hd1,msdos1 --hint-baremetal=ahci1,msdos1
  2187. else
  2188. search --no-floppy --fs-uuid --set=root 199c8f7c6a7869f1
  2189. fi
  2190. echo 'Loading Linux genkernel-x86_64-4.19.9-gentoo ...'
  2191. linux /root/GENTOO-17.1-201812140214@/boot/kernel-genkernel-x86_64-4.19.9-gentoo root=ZFS=rpool/root/GENTOO-17.1-201812140214 rw init=/lib/systemd/systemd elevator=noop verbose i915.enable_fbc=1
  2192. echo 'Loading initial ramdisk ...'
  2193. initrd /root/GENTOO-17.1-201812140214@/boot/initramfs-genkernel-x86_64-4.19.9-gentoo /root/GENTOO-17.1-201812140214@/boot/intel-uc.img
  2194. }
  2195. }
  2196. ### END /etc/grub.d/05_zfs_linux.py ###
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement