| Boot the machine via Clonezilla live |
In this example, the machine has 2 disks, 1st disk's name is sda (device name in GNU/Linux), 2nd disk's device name is sdb. We already have a Clonezilla image in sdb. //NOTE// You must first create an image and it should exist in dir /home/partimag, otherwise later the menu "recovery-iso-zip" won't be shown.
In this example, the image name is called "precise-2012-11-27-img", and its contents is:
root@debian:~# ls -alFh /home/partimag/
total 16K
drwxr-xr-x 5 root root 4.0K Nov 27 14:08 ./
drwxr-xr-x 4 root root 80 Nov 27 14:16 ../
drwxr-xr-x 2 root root 4.0K Nov 27 13:53 DOCS/
drwxr-xr-x 2 root root 4.0K Nov 27 13:54 Photos/
drwxr-xr-x 2 root root 4.0K Nov 27 14:09 precise-2012-11-27-img/
root@debian:~# ls -alFh /home/partimag/precise-2012-11-27-img/
total 319M
drwxr-xr-x 2 root root 4.0K Nov 27 14:09 ./
drwxr-xr-x 5 root root 4.0K Nov 27 14:08 ../
-rw-r--r-- 1 root root 69 Nov 27 14:08 clonezilla-img
-rw-r--r-- 1 root root 4 Nov 27 14:08 disk
-rw-r--r-- 1 root root 143K Nov 27 14:08 Info-dmi.txt
-rw-r--r-- 1 root root 64K Nov 27 14:08 Info-lshw.txt
-rw-r--r-- 1 root root 4.5K Nov 27 14:08 Info-lspci.txt
-rw-r--r-- 1 root root 171 Nov 27 14:08 Info-packages.txt
-rw-r--r-- 1 root root 85 Nov 27 14:09 Info-saved-by-cmd.txt
-rw-r--r-- 1 root root 10 Nov 27 14:08 parts
-rw------- 1 root root 317M Nov 27 14:08 sda1.ext4-ptcl-img.gz.aa
-rw------- 1 root root 1.5M Nov 27 14:08 sda5.ext4-ptcl-img.gz.aa
-rw-r--r-- 1 root root 36 Nov 27 14:07 sda-chs.sf
-rw-r--r-- 1 root root 1.0M Nov 27 14:07 sda-hidden-data-after-mbr
-rw-r--r-- 1 root root 512 Nov 27 14:07 sda-mbr
-rw-r--r-- 1 root root 443 Nov 27 14:07 sda-pt.parted
-rw-r--r-- 1 root root 400 Nov 27 14:07 sda-pt.parted.compact
-rw-r--r-- 1 root root 310 Nov 27 14:07 sda-pt.sf
-rw-r--r-- 1 root root 53 Nov 27 14:08 swappt-sda2.info
Now we will use the image "precise-2012-11-27-img" to create a recovery Clonezilla live CD, which can be used to recover the sda if the system on sda crashes.
Once you have the bootable Clonezilla Live CD/DVD or USB flash drive, you can boot the machine you want to clone via Clonezilla live. Remember to use the Clonezilla live CD or USB flash drive to boot the machine. For example, if you have Clonezilla Live in USB flash drive, you have to boot it via USB device (Ex. USB-HDD or USB-ZIP). If necessary, you can set the first boot priority in the BIOS as USB-HDD or USB-ZIP so that it can boot Clonezilla Live from your USB flash drive.
Here we take CD as an example. You can either set CD as first boot priority in machine's BIOS like this:

Or by pressing a hotkey (e.g. Esc or F9) when you boot the machine, you will see the boot menu of BIOS like this:

Check your motherboard manual for more details about how to boot your machine via CD.
 |
|