Feature #3490
closedUpdate DHCP options for network booting with UEFI
100%
Description
All new computers have the ability to boot UEFI afaik. There are few little changes that need to be made to pfsense to support some of the new challenges presented by UEFI booting. Previously, we could boot any machine that supported x86 with the same binary bootloader, so only supporting a single file was all that was necessary for the most part. With UEFI, we actually load a different binary depending on whether we are booting i686 or x86_64. This is totally supported by the DHCP spec, and you can see a low-level configuration example here.
In this way, we don't have to keep a static mapping of mac to bootloader files. So I would think that all you have to do is ginger up the network booting dialog to support per arch boot files, at least in the general DHCP options page.
Updated by Renato Botelho over 10 years ago
- Category set to DHCP (IPv4)
- Status changed from New to Feedback
- Target version set to 2.2
- % Done changed from 0 to 100
Pull request 992 was merged
Updated by Chris Buechler about 10 years ago
- Status changed from Feedback to Resolved