What to do with the disk image [^]
The previous page contains partial instructions to create an automated recovery DVD. They're partial because they only tell how the disk image can be created, not what one should do with the image. Of course, partial instructions are not enough, but don't worry - this page is the other part.
Earlier versions of Clonezilla Live allowed creating the DVD without reboot, but it's no longer possible due to a known bug. The disk image can't be created if Clonezilla Live has been loaded into memory (source) and the image can't be burned to disc if Clonezilla Live isn't in memory. And if the computer must be rebooted anyway, it's a good idea to use one's favorite operating system and a graphical burning program for burning the disc. Doing so also allows reading these instructions while burning the disc.
This page walks through burning the disc by using ImgBurn and K3b. The instructions can be adapted for many other burning programs as well. If your burning program is too different, download either of the programs mentioned - they both can be downloaded for free.
In addition to a DVD, bootable pendrive or external hard drive can be created as well. If you want to do so, follow instructions below.
Before following these instructions, insert a writable DVD or Blu-ray disc to your burner.
Burning the disc [^]
If the ISO file contains the disk image [^]
Using ImgBurn [^]
ImgBurn is a lightweight but very feature-rich disc burning program. It only requires about two megabytes disk space and contains a lot of settings. ImgBurn is closed-source freeware and - unfortunately - Windows-only software. I (Jyrki) personally use ImgBurn when burning discs within Windows.
Launch ImgBurn and press Write image file to disc. Select the disk image you just created.
At the settings window, keep Test Mode disabled. I also recommend keeping the Verify option enabled. Verifying the integrity of the disc after burning requires time and doesn't prevent the disc from becoming a so-called coaster, but it allows you to know immediately if the burning attempt failed, so you can try burning the disc again.
Keep the number of copies as 1 (or increase it, if you really want multiple copies of the disc). Use your best judgment while choosing the burning speed: according to this forum thread lowering the burning speed gives very mixed results in quality. I personally use ¾ of the maximum speed of the disc, for example 12x on a disc rated 16x.
After choosing the settings, press the big picture at the bottom-left of the window. Don't do anything that requires much computer resources while burning, because doing so increases the likelihood of burning failure.
That's it. You own now an automated recovery disc.
Using K3b [^]
K3b (KDE Burn Baby Burn) is the disc burning program included in KDE Software Compilation. It comes with most, if not all, KDE-based GNU/Linux distributions. It can also be installed on other distributions, but I recommend against doing so - K3b requires KDE base packages to be installed, and it doesn't make much sense to install KDE base only for K3b.

I launch K3b and navigate to the folder where the disk image resides.

I double-click the file clonezilla-live-Backup_5-2010_hda.iso.

This window allows me to choose burning settings. I don't touch Image Type or Burn Medium, because they're auto-detected anyway. The maximum burning speed allowed by the disc is 16x, so I choose speed 12x. According to this forum thread low burning speed can decrease burning quality, so I always use speed near the maximum speed of the disc.
I keep Writing Mode as Auto and number of copies as 1. I also keep the Simulate option disabled and enable the Verify written data option. The latter allows me to notice immediately if the burning attempt failed, so I can try burning the disc again, rather than owning a so-called coaster and relying on it if something happens to my data...

I click Start and the burning process begins.

Because I enabled the Verify written data option, K3b starts verifying the integrity of the disc right after burning.

The burning attempt succeeded.
If the ISO file contains no image [^]
If you have enabled the workaround to create a ISO file that contains no disk image (required if the size of the image is over 4,4 gigabytes), things become much more problematic. The ISO file and the image can't be burned to the disc simultaneously, they must be written one-by-one. That requires two burning sessions: the first for writing the ISO file to the disc and the second for adding the disk image. Many burning programs don't even support multisession burning at all. About the programs I've mentioned in this page: K3b supports multisession burning, ImgBurn doesn't.
I didn't find any instructions for adding an additional file to a spesific directory by using K3b. Actually, I don't even know if that's possible at all. Thus, I recommend using growisofs for burning the disc if the workaround has been enabled, because growisofs allows adding any file to any directory. However, there's one more limitation: growisofs doesn't support multisession burning on dual layer DVD-R discs, so you must use dual layer DVD+R or Blu-ray disc. (source)
Growisofs is a command-line program and a part of dvd+rw-tools that is installed on most GNU/Linux distributions. Dvd+rw-tools is Linux-only software, so if you use a competing operating system, you must boot into SystemRescueCD (graphical mode is not needed) in order to burn the disc.
Open terminal and mount the partition that contains the image. The commands below must be run as root.
mkdir /media/usb
mount /dev/sdc1 /media/usb
Note: How a command can be run as root depends on the GNU/Linux distribution you use. If it's Ubuntu or a distro based on it, simply put "sudo" above the command. For example, the latter of the above commands can be executed by typing "sudo mount /dev/sdc1 /media/usb". If you're using SystemRescueCD, all commands are run as root, so you don't need to add any prefix to the commands.
Note: In the command replace /dev/sdc1 with the partition where the disk image resides. It's the same partition you mounted as /home/partimag when creating the image.
Go to root of the partition:
cd /media/usb
Burn the ISO file to the disc:
growisofs -Z /dev/dvd=clonezilla-live-Backup_5-2010_hdb.iso
Note: In the last command I have assumed your ISO file is clonezilla-live-Backup_5-2010_hdb.iso. You will have to replace this with the actual name of the file.
Note: If your computer has multiple DVD drives, replace /dev/dvd with the name of your DVD writer.
The disc must be ejected because it's the only known way to force the drive to reread the disc. Do it:
eject /dev/dvd
Note: If your drive can't reload the disc, insert the disc back right after ejecting it.
Finally, add the image file to the disc:
growisofs -M /dev/dvd -R -J -V "Backup_5-2010_hdb" --publisher "Your Name" -graft-points /Backup_5-2010_hdb/=/media/usb/Backup_5-2010_hdb
Note: In the command replace Your Name with anything you want to be the publisher ID of the disc. If you don't want the disc to have any publisher ID, run this command instead:
growisofs -M /dev/dvd -R -J -V "Backup_5-2010_hdb" -graft-points /Backup_5-2010_hdb/=/media/usb/Backup_5-2010_hdb

Here we can see the boot menu of the disc.
ZIP file instructions [^]
Often the image file is way too big to fit to even 8 GB DVD. Some people may also want to be able to overwrite the backup when it becomes outdated. In addition, netbooks don't have optical drives at all.
One option is using recovery thumb drive or external hard drive instead of DVD. If the external HD is big enough, the disk image can be even over a terabyte in size. Recovery USB drive can also be used on netbooks and overwritten at will.
Clonezilla Live allows creating a ZIP file instead of disk image. If you want to do so, follow this step-by-step guide.
Before creating the disk image, make sure it is split to pieces of four gigabytes or less. It is split automatically if you use Beginner mode, and if you use Expert mode, you should already know how the splitting setting can be changed.
Using GNU/Linux [^]
After creating the disk image and booting into GNU/Linux, make sure that the filesystem of the partition where you plan to put the disk image is FAT32. If you don't know the filesystem, open terminal and run this command as root:
fdisk -l /dev/sdc
Note: How a command can be run as root depends on the GNU/Linux distribution you use. If it's Ubuntu or a distro based on it, simply put "sudo" above the command. For example, the above command can be executed by typing "sudo fdisk -l /dev/sdc"
Note: In the command replace /dev/sdc with the name of your USB disk.
Note: The l in parameter -l is lowercase L, not number 1.
If your disk doesn't contain any FAT32 partition, but it contains a partition which is big enough and doesn't contain any important data, format the partition as FAT32. The command below needs root access too.
![]() |
The command below erases all the data on the target partition. Make sure you don't format a wrong partition by accident. |
mkfs.vfat -F 32 /dev/sdc1
After formatting the partition or noticing that it was already FAT32, extract the ZIP archive to the root of the partition. Also these commands need root rights.
mount /dev/sdc1 /media/usb
unzip clonezilla-live-Backup_5-2010_hdb.zip -d /media/usb/
Note: In the last command I have assumed your image file is clonezilla-live-Backup_5-2010_hdb.zip. You will have to replace this with the actual name of the file.
ZIP package contains a script to make the USB drive bootable. Let's run it. The latter of these commands needs root access.
![]() |
The latter of the commands below replaces the existing bootloader of the target disk, if there is one. Make sure you don't select a wrong disk by accident. |
cd /media/usb/utils/linux
./makeboot.sh /dev/sdc1
That's all. Your thumb drive or external hard drive should be now an automatic recovery disk.
Using Windows [^]
If the Windows version you use is not Vista or 7, you need to be logged in as administrator. If you're not, but you have access to an admin account, log out and then log again in as admin.
If you don't have admin rights at all, boot into SystemRescueCD (you don't need graphical mode this time) and follow the instructions for GNU/Linux. In SystemRescueCD all commands are run as root, so you don't need to add any prefix to the commands.
If you normally use Windows, you maybe don't know the name of your USB disk in GNU/Linux. If that's the case, don't specify any disk in the first command. It causes fdisk to tell about all disks in the computer and you should be able to identify both the right disk and the right partition.
After creating the disk image and booting into Windows, make sure that the filesystem of the partition where you plan to put the disk image is FAT32. If you don't know the filesystem, open My Computer, right-click the partition and select Properties. Then read the "File system" column. If there reads anything but FAT32, check other partitions of the disk too, if the disk contains multiple partitions. If you have a suitable FAT32 partition, continue from this step.
If your disk doesn't contain any FAT32 partition, but it contains a partition which is big enough and doesn't contain any important data, format the partition as FAT32.
![]() |
Formatting erases all the data on the target partition. Make sure the partition contains nothing important. |
Right-click the partition and select Format.... If the Windows version you use is Vista or 7, an UAC prompt asks for admin password. Enter it.
At the format window, choose the FAT32 filesystem. You can enter any volume label (it means the name of the partition you can see next to the partition letter) and enable Quick Format if you're in a hurry. If Quick Format is disabled, Windows checks if the partition is physically OK after formatting it. Enabling Quick Format makes the formatting process many times faster and, contrary to popular belief, hardly ever causes any harm.
After formatting the partition or noticing that it was already FAT32, extract the ZIP archive to the root of the partition. Navigate to the folder where you've saved the ZIP file and right-click it. Choose Extract all..., and when you're asked for location where the archive is extracted, enter the letter of the partition, for example H:\. Do NOT choose any folder in the partition!
After that, browse to the folder X:\utils\win32, where X: is the letter of the partition.
Then, double-click makeboot.bat. If the Windows version you use is Vista or 7, another UAC prompt appears. Enter the password again. Then just follow the prompts to make the USB drive bootable.Now you're done. Your thumb drive or external hard drive should be an automatic recovery disk.


