From 338b5675743cfd991687309dcbeee8fe5af50a27 Mon Sep 17 00:00:00 2001 From: Luca Citi Date: Fri, 26 Jun 2020 01:51:54 -0500 Subject: [PATCH] Ubuntu 20.04: Fix rescue instructions /boot is no longer in /etc/fstab. Closes: #32 Signed-off-by: Richard Laager --- 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 069ed1a..335bdca 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 @@ -1185,6 +1185,7 @@ Mount everything correctly:: zfs load-key -a # Replace “UUID” as appropriate; use zfs list to find it: zfs mount rpool/ROOT/ubuntu_UUID + zfs mount bpool/BOOT/ubuntu_UUID zfs mount -a If needed, you can chroot into your installed environment:: @@ -1193,7 +1194,6 @@ If needed, you can chroot into your installed environment:: mount --rbind /proc /mnt/proc mount --rbind /sys /mnt/sys chroot /mnt /bin/bash --login - mount /boot mount -a Do whatever you need to do to fix your system.