From a4f8837031dcc827fc06de50eb38b60ec24fc1c8 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 5 Dec 2020 17:11:24 -0600 Subject: [PATCH] Debian: Use UUID instead of PARTUUID for esp I don't know why this was different from Ubuntu. Signed-off-by: Richard Laager --- docs/Getting Started/Debian/Debian Buster Root on ZFS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4c427a3..f21666b 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -634,7 +634,7 @@ Step 4: System Configuration apt install dosfstools mkdosfs -F 32 -s 1 -n EFI ${DISK}-part2 mkdir /boot/efi - echo PARTUUID=$(blkid -s PARTUUID -o value ${DISK}-part2) \ + echo UUID=$(blkid -s UUID -o value ${DISK}-part2) \ /boot/efi vfat nofail,x-systemd.device-timeout=1 0 1 >> /etc/fstab mount /boot/efi apt install --yes grub-efi-amd64 shim-signed