On Tue, Jul 12, 2016 at 5:25 PM, Chris Murphy <li...@colorremedies.com> wrote:
> My understanding is that PXE is booting is going to talk to a DHCP
> server which should be configured to recognize UEFI specifically, so
> it can hand over the proper kind of bootloader, in this case an EFI
> version of GRUB2. What I don't know is how that works exactly.

With ISC's dhcpd, you make "architecture-type" a condition:

option architecture-type code 93 = unsigned integer 16;
if option architecture-type = 00:07 {
        filename "shim.efi";
} else {
        filename "pxelinux.0";
}

At least, I think that's what you mean.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to