From eba4dc915e23a08bbe4d09ce42d2b134ec699bfe Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Wed, 20 Sep 2017 09:35:09 +0200
Subject: [PATCH] change uefi boot image

---
 src/hostinfo/dhcpd.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hostinfo/dhcpd.py b/src/hostinfo/dhcpd.py
index 54f8b3d..826ad67 100755
--- a/src/hostinfo/dhcpd.py
+++ b/src/hostinfo/dhcpd.py
@@ -86,7 +86,7 @@ class "pxeclient" {
   if option arch = 00:06 {
     filename "bootia32.efi";
   } else if option arch = 00:07 {
-    filename "bootx64.efi";
+    filename "uefi/boot/grub2/bootx64.efi";
   } else {
     filename "pxelinux.0";
   }
-- 
GitLab