iPXE discussion forum
Newbie on PXE/iPXE - help with wifi - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Newbie on PXE/iPXE - help with wifi (/showthread.php?tid=7049)



Newbie on PXE/iPXE - help with wifi - talora - 2013-10-07 21:19

Fellows,

I'm newbie on PXE boot: have read about it, but never implemented such solution before. I'd like to run a few test with iPXE, in order to implement a few diskless wireless clients. So, I burned the iPXE CD and both the wired (net0) and wireless (net1) NICs seemed to be found. So... What do I do now? I'm wasn't able do get an IP address over DHCP yet. Do you guys recomend some iPXE wifi how-to or something like that?

Thanks!

Regards,

Luis


RE: Newbie on PXE/iPXE - help with wifi - robinsmidsrod - 2013-10-12 11:32

I would recommend you start out with wired network first. Wireless is a bit trickier and there are lots of places to fall over. There are some tutorials linked over at http://networkboot.org, which you might find helpful.

The checklist is like this:
1. Setup a DHCP server on your local network to provide IP address and location of TFTP server and boot filename.
2. Setup a TFTP server that can provide the boot filename. Your DHCP server must point to this one.
3. Compile ipxe.pxe or undionly.kpxe (see http://rom-o-matic.eu/ if you don't have a Linux system available) and put it on the TFTP server.

Alternatively you can use the iPXE CD (ipxe.iso) instead of step 2 and 3. The above method is called "chainloading" and is described here: http://ipxe.org/howto/chainloading

Once this is working you can start with some iPXE scripting. You can find various examples at http://ipxe.org/examples. The scripts can be located on either the TFTP server or on a web server (HTTP). There are other options also, but that is for the more advanced.


RE: Newbie on PXE/iPXE - help with wifi - pazhanii - 2015-05-08 16:49

Could you plz let know the network card detected. Make and model of wireless card.