- Download Clonezilla http://clonezilla.org/downloads/download.php?branch=stable
- Extract the zip to a temp folder
- Copy the live and syslinux folders to c:\uxd
- Rename c:\uxd\live to c:\uxd\clonezilla
- Open c:\uxd\pxelinux.cfg folder
- Open the tools file with notepad.
- Add a new label entry by copying and pasting the following:
- label 0.7
- menu label Clonezilla
- text help
- HDD Clone
- endtext
- kernel clonezilla\vmlinuz
- append initrd=clonezilla\initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" keyboard-layouts="" ocs_live_batch="no" locales="" vga=788 nosplash noprompt fetch=tftp://ENTER_IP_TFTP_SERVER_ADDRESS_HERE/clonezilla/filesystem.squashfs
8. Done!