How to Setup an IPXE Server on Raspberry?
|
2017-10-07, 21:32
(This post was last modified: 2017-10-07 21:35 by NiKiZe.)
Post: #2
|
|||
|
|||
RE: How to Setup an IPXE Server on Raspberry?
Maybe it helps if we clear up that there is no "iPXE server" software.
If you already have some kind of PXE setup. it should be easy to just put the undionly.kpxe file of iPXE in your tftp path and point your dhcp server to that filename instead. If you don't want to compile from sources your self then you can find precompiled versions of iPXE at http://boot.ipxe.org iPXE can be booted in different ways, the simplest to test the basics might be to create a USB drive that you boot from. But in the end what you want is probably to chainload into iPXE, you need 2 services to do this: * DHCP server * TFTP server These can be in separate processes, or in the same. The basic documentation for setting up a good config for iPXE are located at http://ipxe.org/howto/chainloading This recommends the ISC-DHCPD service which is the de-factor reference implementation of DHCP servers To this you also need a TFTP service, such as atftpd or similar. One other option is to use dnsmasq, there is some examples of users running that here on the forum. You can find more information about all of this at http://networkboot.org/fundamentals/ Use GitHub Discussions VRAM bin |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to Setup an IPXE Server on Raspberry? - sugram - 2017-10-07, 16:45
RE: How to Setup an IPXE Server on Raspberry? - NiKiZe - 2017-10-07 21:32
RE: How to Setup an IPXE Server on Raspberry? - sugram - 2017-10-08, 07:25
|
User(s) browsing this thread: 2 Guest(s)