#84 manifest: Use 64 bit grub2 EFI
Merged 6 years ago by dustymabe. Opened 6 years ago by walters.
walters/fedora-atomic grub2-efi-x64  into  master

manifest: Use 64 bit grub2 EFI
Colin Walters • 6 years ago  
file modified
+1 -1
@@ -131,7 +131,7 @@ 

  

      "packages-ppc64le": ["grub2", "ostree-grub2", "atomic-devmode"],

  

-     "packages-x86_64": ["grub2", "grub2-efi", "ostree-grub2",

+     "packages-x86_64": ["grub2", "grub2-efi-x64", "ostree-grub2",

                           "efibootmgr", "shim", "atomic-devmode",

                           "microcode_ctl"],

  

i tested this as well. was going to submit a PR for it but walters beat me to it.

on the f27 tree I was testing I did see a failure in dbxtool.service, I think this is unrelated though:

-bash-4.4# systemctl status dbxtool.service 
● dbxtool.service - Secure Boot DBX (blacklist) updater
   Loaded: loaded (/usr/lib/systemd/system/dbxtool.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2017-09-19 17:57:10 EDT; 44s ago
  Process: 716 ExecStart=/usr/bin/dbxtool -a /usr/share/dbxtool/ (code=exited, status=1/FAILURE)
 Main PID: 716 (code=exited, status=1/FAILURE)

Sep 19 17:57:10 localhost.localdomain systemd[1]: Started Secure Boot DBX (blacklist) updater.
Sep 19 17:57:10 localhost.localdomain dbxtool[716]: Applying 1 updates
Sep 19 17:57:10 localhost.localdomain dbxtool[716]: Applying "DBXUpdate-2016-08-09-13-16-00.bin" 2010-3-6 19:17:21
Sep 19 17:57:10 localhost.localdomain dbxtool[716]: Could not apply database update "DBXUpdate-2016-08-09-13-16-00.bin": Invalid argument
Sep 19 17:57:10 localhost.localdomain dbxtool[716]: Cannot Continue.: Invalid argument
Sep 19 17:57:10 localhost.localdomain systemd[1]: dbxtool.service: Main process exited, code=exited, status=1/FAILURE
Sep 19 17:57:10 localhost.localdomain systemd[1]: dbxtool.service: Unit entered failed state.
Sep 19 17:57:10 localhost.localdomain systemd[1]: dbxtool.service: Failed with result 'exit-code'.

Pull-Request has been merged by dustymabe

6 years ago

@walters please open up a PR for f27 as well

Metadata