Ubuntu 20.04: Fix rescue instructions
/boot is no longer in /etc/fstab. Closes: #32 Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
committed by
Richard Laager
parent
f48c187dfa
commit
338b567574
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user