PXE network booting was a major feature added to SystemRescueCd-0.4.0. To get it to work, you need three network services:
dhcp server that sends a dynamic IP address and some parameters
tftp server that sends the bootloader and the kernel + ramdisk
http server that sends the compressed root filesystem (sysrcd.dat)
Some users complained because three different services were […]