From da1ee47f3387fef7f08a3462aae8ffed32f04dab Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 28 Dec 2019 22:18:25 -0600 Subject: [PATCH] Ubuntu: Switch to shimx64.efi Closes #9785 Reported-by: fermulator --- 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 c7f42db..617680e 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -549,7 +549,7 @@ For the second and subsequent disks (increment ubuntu-2 to -3, etc.): 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 2 -L "ubuntu-2" -l '\EFI\ubuntu\grubx64.efi' + -p 2 -L "ubuntu-2" -l '\EFI\ubuntu\shimx64.efi' mount /boot/efi