- You are intelligent enough to setup tftp server
- Your brains don't freeze on a DHCP server's config files
- You are purveyed with tcpdump, dhcpdump and strace
- You can configure and server HTTP pages with whatever means you like.
Thus, I'm not going to detail the above to bore nor confuse, but rather help you with the iPXE understandings (and freshening your linux kernel parameters :) )
The other assumptions:
- You have a PXE enabled BIOS/network adapter and want to chainload iPXE from it with a UNDI stack
The basic idea/process:
- Have your PXE network adapter, get a DHCP IP and information about the next image to load. This will be undionly.kpxe (You could do an ipxelinux.0, but that's adding complexity for now)
- The normal PXE understands TFTP, so you'll add the following parameters to give to the client:
- next-server "ip_of_tftp_server";
- filename "undionly.kpxe"
No comments:
Post a Comment