On 1/09/2012 8:22 PM, C. L. Martinez wrote:
Hi all,
I am trying to configure dhcpd daemon in a OpenBSD 5.1 host to use
iPXE options for booting vm guests via iscsi. To do this, I have
configured dhcpd.conf with these options:
option space ipxe;
option ipxe-encap-opts code 175 = encapsulate ipxe;
...
Same configuration works for RHEL/CentOS 6.x dhcpd hosts ... What am I
doing wrong??
The base dhcpd won't work this method of breaking the infinite loop, you
need to create an undionly.kpxe with an embedded script.
The embedded script can be as complex as you like, but it is easiest to
update if you embed a simple script which chainloads your 'real' script.
http://ipxe.org/howto/chainloading
FWIW, you can boot OpenBSD by using memdisk to load the install iso.