From 142c5da69152500712c6e8415011fa5783028315 Mon Sep 17 00:00:00 2001 From: Rakor Date: Wed, 20 Jan 2021 20:49:01 +0100 Subject: [PATCH] Corrected partition number in grub config for efi --- docs/Getting Started/Debian/Debian Buster Root on ZFS.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index a58207a..b0e8f5c 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -650,7 +650,7 @@ Step 4: System Configuration mkdosfs -F 32 -s 1 -n EFI ${DISK}-part2 mkdir /boot/efi - echo /dev/disk/by-uuid/$(blkid -s UUID -o value ${DISK}-part1) \ + echo /dev/disk/by-uuid/$(blkid -s UUID -o value ${DISK}-part2) \ /boot/efi vfat defaults 0 0 >> /etc/fstab mount /boot/efi apt install --yes grub-efi-amd64 shim-signed @@ -666,7 +666,7 @@ Step 4: System Configuration `__. To do so, add it to ``/etc/fstab`` this way instead:: - echo /dev/disk/by-uuid/$(blkid -s UUID -o value ${DISK}-part1) \ + echo /dev/disk/by-uuid/$(blkid -s UUID -o value ${DISK}-part2) \ /boot/efi vfat \ x-systemd.idle-timeout=1min,x-systemd.automount,noauto \ 0 1 >> /etc/fstab