After removing 2 hidden characters and slightly modify the APPEND command line it does the job via PXEBoot, executing the bash script and sending the log-file to the server and shuts down. Thank you very much, Steven. Lars BTW, here the working isolinux.cfg: default vesamenu.c32 timeout 10 prompt 0 noescape 1 label CloneZilla Live for XXX MENU DEFAULT MENU LABEL Custom CloneZilla by XXX KERNEL /live/vmlinuz APPEND initrd=/live/initrd.img vmalloc=448M boot=live union=overlay username=user config components...
Thank you for your fast reply and tips. I have modified the code according your message and tried with the latest stable. Still no postrun execution. Any other suggestion to get it work? Lars
We run a system of disk cloning via PXE Boot using a serverTftpd32. Some PC still run winXP, others Win8.1 or Win10. Now I try to switch the system to use savedisk to safe images. I use the the version clonezilla-live-2.7.1-15-i686.iso The savedisk command works via PXE Boot, but I can't figure out why the postrun shell is not executed when savedisk is finished . the postrun.sh should rename the clonezilla.log file according to the mac address of the PC and then send the file to the server. the command...