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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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