From 28d89ab4a1783699d1b0377c9a356c7939fabf55 Mon Sep 17 00:00:00 2001 From: shotcollin Date: Tue, 28 Dec 2021 18:53:59 -0700 Subject: [PATCH] Ubuntu: Update errata to remove old paths I think there might be a mixup in the errata between paths suggested in 2020-05-30 fix and those in original/2020-12-15 fix. Closes #244 Signed-off-by: Richard Laager --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 04ce73a..a72cbde 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 @@ -34,7 +34,7 @@ to 20.04, so it is now back to being ``bpool/grub``. If it is mounted, everything is fine. Stop. Otherwise:: - zfs set canmount=on bpool/boot/grub + zfs set canmount=on bpool/grub update-initramfs -c -k all update-grub @@ -48,7 +48,7 @@ to 20.04, so it is now back to being ``bpool/grub``. grub-install --target=x86_64-efi --efi-directory=/boot/efi2 \ --bootloader-id=ubuntu-2 --recheck --no-floppy - Check that these have ``set prefix=($root)'/BOOT/ubuntu_UUID/grub@'``:: + Check that these have ``set prefix=($root)'/grub@'``:: grep prefix= \ /boot/efi/EFI/ubuntu/grub.cfg \