From b6fd009eddcc6f97d7627e5727f7d62b7f605d14 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 30 May 2020 17:43:37 -0500 Subject: [PATCH] Ubuntu 20.04: Fix /boot/grub issues zsys was setting canmount=off on bpool/grub. It is now bpool/BOOT/ubuntu_UUID/grub. Signed-off-by: Richard Laager Reported-by: Larry Wagner --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index e071f59..90ea12a 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -566,7 +566,7 @@ Step 3: System Installation For a mirror or raidz topology, create a dataset for ``/boot/grub``:: - zfs create -o com.ubuntu.zsys:bootfs=no bpool/grub + zfs create bpool/BOOT/ubuntu_$UUID/grub A tmpfs is recommended later, but if you want a separate dataset for ``/tmp``::