Menu

Automatic Disk to Disk Cloning

Help
2014-05-27
2014-05-28
  • Gabriel Cantu

    Gabriel Cantu - 2014-05-27

    I'm trying to setup a boot menu option for Clonezilla that will automatically clone from sda to sdb. I've found auto image to disk cloning, but not disk to disk.

    Thanks

     
  • Fuchs

    Fuchs - 2014-05-28

    First I hope you have made a backup of your important data.

    You can use the disk-to-disk option in clonezilla:
    :
    device-device
    disk_to_local_disk
    source sda
    target sdb
    :

    or with automatic:
    Insert in the append line of 'syslinux.cfg' (without any newlines!)
    append ..
    .. locales=en_US.UTF-8 keyboard-layouts=us
    .. toram=filesystem.squashfs #if you have to change the clonezilla USB stick
    .. ocs_prerun4="echo -e '\e[1;32m\nIf necessary you can change the USB drives, wait 5 sec, then press Enter to continue \e[0m'&&read"
    .. ocs_live_run="ocs-onthefly -g auto -e1 auto -e2 -r -j2 -f sda -t sdb"
    (clonezilla-live-2.2.3-9-i686-pae and newer ones)

     

    Last edit: Fuchs 2014-05-28

Log in to post a comment.