1
As a base I started with the configuration of TFTP-PXE-Boot-Server. But now I also want to boot SystemRescueCD (version 2017-06-11) with using PXE.
I downloaded the ISO image and then on the TFTP-Server mounted the ISO as images/sysresccd
. Following directions found in the manual for PXE@sysresccd I added to my menu this:
LABEL SysRescCd
MENU LABEL SysRescCd
KERNEL images/sysresccd/isolinux/rescue32
APPEND initrd=images/sysresccd/isolinux/initram.igz dodhcp netboot=tftp://MY_SERVER_IP/images/sysresccd/sysrcd.dat
The menu item shows up in the menu and when I select it then at first everything looks fine. But during the book, when it tries to download the sysrcd.dat, the download is very slow and when it reaches 7%, then the download stalls and then restarts and it does so in endless loops. What is wrong?
I don't want to start yet another service (like NFS).