0. Prepare the working environment mkdir ~/workshop cd ~/workshop http://x.x.x.x/clonezilla/ Download clonezilla-live-2.5.2-17-amd64.zip, isolinux-template.cfg and stretch-x64-20170626.tar, save them to ~/workshop/ apt-get install genisoimage 1. unzip ~/workshop/clonezilla-live-2.5.2-17-amd64.zip # Edit isolinux.cfg, refer to http://clonezilla.org/clonezilla-live.php#Advanced_mode cp -a ../isolinux-template.cfg syslinux/isolinux.cfg genisoimage -A 'Clonezilla live CD' -f -r -hide-rr-moved -hide-joliet-trans-tbl -J -l -allow-limited-size -b syslinux/isolinux.bin -c syslinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -efi-boot EFI/images/efiboot.img -no-emul-boot ./ > /tmp/clonezilla-live-super-easy.iso