summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2012-10-05 11:20:56 -0700
committerSteve Langasek <steve.langasek@canonical.com>2012-10-05 11:20:56 -0700
commit5ea013bd8112dc1c2536ff5ccd8ee41f012ff8c0 (patch)
treec4c2f2fac4b5af8888fee98369bb42592b2c14ba /shim.c
parentbe30a8502c24089efd92d22f5b629836d4498a27 (diff)
downloadefi-boot-shim-5ea013bd8112dc1c2536ff5ccd8ee41f012ff8c0.tar.gz
efi-boot-shim-5ea013bd8112dc1c2536ff5ccd8ee41f012ff8c0.zip
debian/patches/second-stage-path: Chainload grubx64.efi, not
grub.efi.
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index 59825099..6ba33526 100644
--- a/shim.c
+++ b/shim.c
@@ -40,7 +40,7 @@
#include "shim.h"
#include "signature.h"
-#define SECOND_STAGE L"\\grub.efi"
+#define SECOND_STAGE L"\\grubx64.efi"
static EFI_SYSTEM_TABLE *systab;
static EFI_STATUS (EFIAPI *entry_point) (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *system_table);