Hello,
since the tutorial is for an old RescueCD Version, the config has to be changed. I didn’t know the existence of Fog 2 days ago so maybe the “way to do” is not the good one, but this is working
-
Download SystemRescueCD 8.01 iso file on official website, mount it.
-
copy directory sysresscd to /var/www :
cp -dpR /media/cdrom0/sysresccd/ /var/www/utils/systemrescuecd/
- copy following files to /tftpboot/utils/systemrescuecd/ :
/media/cdrom0/sysresccd/boot/amd_ucode.img
/media/cdrom0/sysresccd/boot/intel_ucode.img
/media/cdrom0/sysresccd/boot/x86_64/vmlinuz
/media/cdrom0/sysresccd/boot/x86_64/sysresccd.img
- Add a new menu entry
Menu Item: os.SystemRescueCd.8.01
Description: SystemRescueCd 8.01
Parameters:
kernel tftp://${fog-ip}/utils/systemrescuecd/vmlinuz archisobasedir=sysresccd ip=dhcp archiso_http_srv=http://${fog-ip}/utils/systemrescuecd/ checksum
initrd tftp://${fog-ip}/utils/systemrescuecd/intel_ucode.img
initrd tftp://${fog-ip}/utils/systemrescuecd/amd_ucode.img
initrd tftp://${fog-ip}/utils/systemrescuecd/sysresccd.img
imgargs docache
boot || goto MENU
Menu Show with: All Hosts
and you are good to go