Ubuntu Pastebin

Paste from roaksoax at Tue, 29 Aug 2017 18:46:13 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/src/provisioningserver/boot/uefi.py b/src/provisioningserver/boot/uefi.py
index e770b0e..544a37c 100644
--- a/src/provisioningserver/boot/uefi.py
+++ b/src/provisioningserver/boot/uefi.py
@@ -143,7 +143,7 @@ class UEFIBootMethod(BootMethod):
             # Extract the package with dpkg, and install the shim
             call_and_check(["dpkg", "-x", shim_output, tmp])
             install_bootloader(
-                os.path.join(tmp, 'usr', 'lib', 'shim', 'shim.efi.signed'),
+                os.path.join(tmp, 'usr', 'lib', 'shim', 'shimx64.efi.signed'),
                 os.path.join(destination, self.bootloader_path))
 
             # Download the grub-efi-amd64-signed package.
Download as text