From a96d8f011035958825f3de40a85a1ddfa97d36cf Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Mon, 18 Mar 2019 21:44:22 -0500 Subject: [PATCH] Ubuntu: Lowercase "ubuntu" for EFI mirroring This probably doesn't matter, since it is FAT32. --- Ubuntu-18.04-Root-on-ZFS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 0142bc7..0a759e5 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -516,7 +516,7 @@ If you installed to multiple disks, install GRUB on the additional disks: # dd if=/dev/disk/by-id/scsi-SATA_disk1-part2 \ of=/dev/disk/by-id/scsi-SATA_disk2-part2 # efibootmgr -c -g -d /dev/disk/by-id/scsi-SATA_disk2 \ - -p 3 -L "ubuntu-2" -l '\EFI\Ubuntu\grubx64.efi' + -p 3 -L "ubuntu-2" -l '\EFI\ubuntu\grubx64.efi' # mount /boot/efi