paperlined.org
apps > virtualbox
document updated 14 years ago, on Feb 23, 2010

PXE booting

methods

my experimentation

So far, this is what works for me: The commands I type in are:
ifstat
dhcp net0
chain http://192.168.1.71/boot/pxelinux.cfg/pxelinux.0
The problem is that PXELINUX starts fine, but it's unable to load its pxelinux.cfg/default config file. Unfortunately, it looks like PXELINUX can only load this file via tftp, so we HAVE to start the tftpd on the SLAX box?

Maybe I should just use the "internal" network mode, and use SLAX's own DHCPd? That would be the much more "normal" way to get this done.