Project

General

Profile

Actions

Feature #9130

open

Request ID [#INC-16195]: DHCP - PXE Boot

Added by Eric Lochtefeld over 5 years ago. Updated over 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
DHCP (IPv4)
Target version:
-
Start date:
11/17/2018
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:

Description

I wanted to follow up with issue 765 (https://redmine.pfsense.org/issues/765) and see if we can add this issue with a new version.

Thanks !

Actions #1

Updated by Eric Lochtefeld over 5 years ago

This is what I'm trying to do:

next-server 192.168.5.2;
if exists user-class and option user-class = "iPXE" {
filename "menu.ipxe";
} else {
if option arch = 00:06 {
filename "ipxe.efi";
} else if option arch = 00:07 {
filename "ipxe.efi";
} else if option arch = 00:09 {
filename "ipxe.efi";
} else {
filename "undionly.kpxe";
}
}
Actions #2

Updated by Ted Lum about 5 years ago

Vote: +1

Actions #3

Updated by Stefan Weichinger about 5 years ago

I also look for this feature, as described in:

https://forum.netgate.com/topic/138637/ipxe-chainloading

Actions #4

Updated by Jim Pingle over 4 years ago

  • Category set to DHCP (IPv4)
Actions #5

Updated by Nathan Revo over 3 years ago

Eric Lochtefeld wrote:

I wanted to follow up with issue 765 (https://redmine.pfsense.org/issues/765) and see if we can add this issue with a new version.

Thanks !

Since pfsense leverages ISC DHCP it would be nice to have the ability to customize this if block (for now just adding iPXE support would be awesome)

Actions

Also available in: Atom PDF