Let’s assume that legacy boot and UEFI boot provisioning are functioning fine. I have attempted to enable secure boot on several systems - Dell 7720 Laptop, HP Z8 Workstation, etc. These all provision wonderfully with plain UEFI, but when secureboot is enabled and the grub2 uefi secureboot pxe template is selected, they fail.
What template does that ^^^^ refer to? I have no provisioning template on my system that mentions SecureBoot. I checked the community templates repo and there doesn’t seem to be any reference to such a template there either.
Is this what’s messed up? Do I need to manually make a new grub2 uefi template that connects to this menu entry?
When you provision the host, on the Operating System tab there’s a “PXE loader” option - choose Grub2 UEFI SecureBoot. It’s not a provisioning template itself, it’s just setting the name of the filename used by DHCP.
Aha! So, every time I need to provision a secureboot system, I need to change the boot loader in the dhcp config? I’m not managing dhcp with Foreman, unfortunately.
Ok, so I have shim.efi as the boot file in dhcp already. I believe that’s the correct file, though it seems to work when not securebooting too if that matters.
Still, I get an untrusted error on a blue screen after showing the pxe download of shim.efi, but before the grub menu should present. That said, if I switch to grubx64.efi, the system doesn’t get that far before showing a different more bios like message saying that it’s not trusted.
Foreman and tftpd is on a CentOS 7.5 VM. shim-x64 is installed. The shim.efi file in /var/lib/tftpboot/grub2 matches the md5sum of the same file /boot/efi/EFI/centos. According to pesign, the shim.efi file is signed by Microsoft Windows UEFI Driver Publisher.
Regarding the error conditions…
Attempting to provision an HP Z8 workstation (with whatever HP’s bios is), I have secureboot enabled. DHCP server provides grub2/shim.efi as the pxe filename. Boot the system, select F12 for network boot. I get a white BIOS screen with HP logo and two NICs to boot from, I select the correct one. Screen goes black I see the PXE process flash in white text and the full screen turns blue with a gray text message that says “ERROR Verification Failed: (15) Access Denied” and an OK button in the center of the screen.
The tftpd logs show RRQ for grub2/shim.efi and a 2nd RRQ for grub2/grubx64.efi and that’s it. There are no logs for downloading the grub-cfg- file.
Is your grubx64.efi the same one from /boot/EFI that comes with the grub2-efi-x64 package? At some point Foreman built it’s own with grub-mkimage which wasn’t signed, depending on the version of Foreman you have.
@stbenjam it seems to be as you say. The /boot/efi/EFI/centos/grubx64.efi file has a different checksum than what is deployed in /var/lib/tftboot/grub2. Also, according to pesign, the /boot version is signed by Red Hat, whereas the tftp version is not signed at all.
I have backed up the original and replaced it with the signed version and am now able to see the typical grub2 pxeboot menu.
Thank you for pointing that out. I should note that this particular foreman server was brand new as of April 2018, there shouldn’t be much cruft from old foreman versions lying around.
RHEL 7.4 introduced a regression that broke PXE building with Grub2, and there was a workaround introduced that returned to using mkimage on 7.4 or later, which produces unsigned images.