From 8a78aada680260b415f30189dc04b80785e37464 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 3 Feb 2020 03:46:13 -0600 Subject: [PATCH] Debian/Ubuntu: Clarify grub-install for UEFI --- Debian-Buster-Root-on-ZFS.md | 2 ++ Ubuntu-18.04-Root-on-ZFS.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Debian-Buster-Root-on-ZFS.md b/Debian-Buster-Root-on-ZFS.md index 90372e6..ed9b69e 100644 --- a/Debian-Buster-Root-on-ZFS.md +++ b/Debian-Buster-Root-on-ZFS.md @@ -476,6 +476,8 @@ If you are creating a mirror or raidz topology, repeat the `grub-install` comman grub-install --target=x86_64-efi --efi-directory=/boot/efi \ --bootloader-id=debian --recheck --no-floppy +It is not necessary to specify the disk here. If you are creating a mirror or raidz topology, the additional disks will be handled later. + 5.7 Verify that the ZFS module is installed: ls /boot/grub/*/zfs.mod diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 9f185e8..c88b9d6 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -456,6 +456,8 @@ If you are creating a mirror or raidz topology, repeat the `grub-install` comman grub-install --target=x86_64-efi --efi-directory=/boot/efi \ --bootloader-id=ubuntu --recheck --no-floppy +It is not necessary to specify the disk here. If you are creating a mirror or raidz topology, the additional disks will be handled later. + 5.7 Verify that the ZFS module is installed: ls /boot/grub/*/zfs.mod