On Sun, Dec 01, 2013 at 10:20:55PM +1100, mufurcz wrote:
> Greetings,
> 
> It is possible to PXE boot other OSs (like RHEL 6.3 and/or OL 6.3)
> with pxeboot.  If so, can somebody point me to a valid PXE
> configuration.

No because pxeboot is "a modified version of the i386 second-stage
bootstrap program, boot(8),"... That said, it is OpenBSD specific.

Check iPXE, http://ipxe.org/howto/chainloading. Problem is that
dhcpd in default OpenBSD installation does not support the way
how to escape netboot looping. Thus you have to use ISC dhcpd or
another dhcpd, or you have to compile undionly.kpxe yourself
with embedded script. There's compilation issue of iPXE on OpenBSD,
see http://forum.ipxe.org/showthread.php?tid=7135.

Description of loop problem:

* dhcp client -> tftp server
* get's undionly.kpxe
* undionly.kpxe (iPXE) again tries dhcp...
* loop :-)

Feel free to help with iPXE compilation.

jirib

Reply via email to