<div dir="ltr"><div dir="ltr">The problematic line in 10_linux is line 84 for me under /etc, I applied the diff, and it works:<div><br></div><div><div>root@hp:/etc/grub.d# diff -u ~/grub.cfg.bad /boot/grub/grub.cfg</div><div>--- /root/grub.cfg.bad<span style="white-space:pre"> </span>2018-10-29 07:01:32.185073792 +0100</div><div>+++ /boot/grub/grub.cfg<span style="white-space:pre">    </span>2018-10-29 07:03:37.400997184 +0100</div><div>@@ -116,7 +116,7 @@</div><div> <span style="white-space:pre">       </span>  search --no-floppy --fs-uuid --set=root 8f9671a77bda9003</div><div> <span style="white-space:pre"> </span>fi</div><div> <span style="white-space:pre">  </span>echo<span style="white-space:pre"> </span>'Loading Linux 4.18.0-2-amd64 ...'</div><div>-<span style="white-space:pre">   </span>linux<span style="white-space:pre">        </span>/@/boot/vmlinuz-4.18.0-2-amd64 root=ZFS=rpool/ ro  quiet</div><div>+<span style="white-space:pre">    </span>linux<span style="white-space:pre">        </span>/@/boot/vmlinuz-4.18.0-2-amd64 root=ZFS=rpool ro  quiet</div><div> <span style="white-space:pre">    </span>echo<span style="white-space:pre"> </span>'Loading initial ramdisk ...'</div><div> <span style="white-space:pre">       </span>initrd<span style="white-space:pre">       </span>/@/boot/initrd.img-4.18.0-2-amd64</div><div> }</div></div><div>[ and many other similar pieces ]</div><div><br></div><div>But this is just my setup, I don't have a box where rpool is not the root dataset.</div></div></div>