This release of Clonezilla live (2.6.5-21) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES from 2.6.4-10
This release of Clonezilla live (2.6.4-10) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES from 2.6.3-7
This release of Clonezilla live (2.6.3-7) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES from 2.6.2-15
• The underlying GNU/Linux operating system was upgraded. This release is based on the Debian Sid repository (as of 2019/Sep/03).
• Linux kernel was updated to 5.2.9-2.
• Partclone was updated to 0.3.13+git0819-2f1830e-drbl1.
• Remove zfs-fuse since it's too old. The support for zfs mounting using openzfs can be found in Ubuntu-based Clonezilla live >= 20190903 releases.
• Package partclone-utils was updated with new upstream on Aug/29/2019: https://github.com/prekageo/partclone-utils
• Modify parameters about BT in drbl-ocs.conf: Use gen-torrent-from-ptcl (ezio-ptcl) to create torrent file from torrent.info, not using transmission-create anymore. This could save a lot of time when the source image is big.
• Remove "-t 3 -k 60" from ezio_seeder_opt, i.e., keep ezio seeder in the server all the time until it's killed by ocs-live-feed-img stop.
• Add a new sample program custom-ocs-3.
BUG FIXES
• Package live-tools was updated to 20190627. The issue about poweroff/reboot should have been fixed: failed to execute shutdown binary freezing execution.
• Add thin-provisioning-tools in drbl/clonezilla live packages list, and device-mapper-persistent-data in the PKG_TO_QUERY of drbl.conf. Thanks to Tseng Wynn (wynn1212 at gmail com) for reporting this bug.
• Fix a typo in zh_TW.UTF-8. Thanks to Chih-Hsuan Yen: https://gitlab.com/stevenshiau/drbl/merge_requests/12
• Avoid torrent.info created by Partclone being included in the torrent file. This should solve the issue: https://sourceforge.net/p/clonezilla/discussion/Clonezilla_server_edition/thread/15c3efbffa and https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/aba35adf97
• Separate 32-bit and 64-bit syslinux when running makeboot.sh. Thanks to Martin Mokrejs for reporting this issue. Ref: https://sourceforge.net/p/clonezilla/bugs/326/
• Update the mechanism to generate new machine-id for restored GNU/Linux. Thanks to Peter Sun for reporting the issue and providing the solution.
• Add option -iui for ocs-onthefly, and implement the ocs-update-initrd for restored GNU/Linux.
• Bug fixed: the source IP address for disk to remote disk was not shown in the source (server) side when there is one NIC configured.
This release of Clonezilla live (2.6.2-15) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES from 2.6.1-25
This release of Clonezilla live (2.6.1-25) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES from 2.6.0-37
This release of Clonezilla live (2.6.0-37) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES from 2.5.6-22
This release of Clonezilla live (2.5.6-21) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
This release of Clonezilla live (2.5.5-38) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
This release of Clonezilla live (2.5.2-31) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
BUG FIXES... read more
This release of Clonezilla live (2.5.2-17) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
This release of Clonezilla live (2.5.0-25) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
This release of Clonezilla live (2.5.0-5) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
This release of Clonezilla live (2.4.9-17) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
* This release of Clonezilla live (2.4.7-8) includes major enhancements and
bug fixes. *
*** ENHANCEMENTS and CHANGES ***
* The underlying GNU/Linux operating system was upgraded. This release is
based on the Debian Sid repository (as of 2016/Jun/27).
* Linux kernel was updated to 4.6.2-2.
* Partclone was updated to 0.2.89. A btrfs issue has been fixed.
* Cloudfuse was updated to 0.9+redbogit871a98f-drbl2, i.e. the version from
redbo with patches from Am1GO. Thanks to maple52046 (maple52046 _at_
gmail com).
* Partclone-utils was updated to 0.4.1.
* When option "-k1" or "-k2" in the TUI is chosen, "-icds" is on
automatically.
* Add "-batch" in the TUI for expert saving mode.
* Provide an option to mount image repository again when failing in ocs-
live-repository. "ask_user" is a reserved name to be used as the Samba
domain and account and SSHFS account in the URI so that user can input
their own names. Thanks to Aaron Burling (aaron_burling _at_ lkstevens
wednet edu) for these ideas.
* If failing to mount sshfs and samba server as image repository,
clonezilla now asks if retrying.
* Use shorter name for fsck-related options, i.e. "-fsck-src-part" is
replaced by "-fsck", and "-fsck-src-part-y" is replaced by "-fsck-y".
* Reuse the parsed partition info when detecting the data/swap/extended
partitions. Thanks to starnavi for this suggestion. Ref: https://
sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/ba256b4b
* Add support for device /dev/nbd. Thanks to Mircea Dan for this
suggestion. Ref: https://sourceforge.net/p/clonezilla/discussion/Help/
thread/d2d2a480/
* Boot parameter ocs_preload now supports mount command for nfs/cifs to
preload files. E.g. ocs_preload="mount -t cifs //192.168.120.2/images/ /
tmp/cifs -o user=administrator,password=yourpasswd" will preload files on
cifs server to /opt/ in Clonezilla live environment.
* Add a mechanism so that image repository can be auto mounted with boot
parameter ocs_repository in URI format, e.g. ocs_repository="dev:///dev/
sdf1" or ocs_repository="smb://wa-domain;jack:mypass@192.168.7.25/
images". Thanks to Aaron Burling (aaron_burling _at_ lkstevens wednet
edu) for this idea.
* Live-boot was updated so that its toram parameter can be assigned as
multiple modules (e.g. "live,syslinux")
* Add supporting for grub on EBR (Extended Boot Record) imaging and
cloning. Thanks to Bill Wright (bill _at_ blug org) for reporting this
issue.
*** BUG FIXES ***
* Failed to mount OpenStack swift image repository. Thanks to maple52046
(maple52046 at gmail com) for reporting this issue.
* Failed to restore the boot loader on EBR (Extended Boot Record). Thanks
to Bill Wright (bill at blug org) for reporting this issue.
* MBR (executable code area) data should be restored even it's GPT disk.
Some OS, e.g. ESXi 5.5 need that. Ref: https://sourceforge.net/p/
clonezilla/discussion/Clonezilla_live/thread/30662778/
This release of Clonezilla live (2.4.5-23) includes minor enhancements and
bug fixes.
*** ENHANCEMENTS and CHANGES ***
* The underlying GNU/Linux operating system was upgraded. This release is
based on the Debian Sid repository (as of 2016/Feb/10).
* Linux kernel was updated to 4.3.5-1. From Linux kernel v4, the default
union file system has been changed to overlay, therefore if you edit boot
parameter manually, you have to use "union=overlay". No more using
"union=aufs". Due to the linux kernel change in Debian repository, no
more i586 linux kernel, so now Debian-based Clonezilla live is only
released with 3 architectures: i686, i686-pae and amd64.
*** BUG FIXES ***
* Failed to set keyboard layout due to console-common was removed. Thanks
to Matthew M for reporting this. (https://sourceforge.net/p/clonezilla/
support-requests/70/)
* This release of Clonezilla live (2.4.5-20) includes major enhancements and
bug fixes. *
*** ENHANCEMENTS and CHANGES ***
* The underlying GNU/Linux operating system was upgraded. This release is
based on the Debian Sid repository (as of 2016/Feb/03).
* Linux kernel was updated to 4.3.3-7. From Linux kernel v4, the default
union file system has been changed to overlay, therefore if you edit boot
parameter manually, you have to use "union=overlay". No more using
"union=aufs". Due to the linux kernel change in Debian repository, no
more i586 linux kernel, so now Debian-based Clonezilla live is only
released with 3 architectures: i686, i686-pae and amd64.
* Partclone was updated to 0.2.87-drbl2. A fat16 issue was fixed. Thanks to
Åukasz Stefanowicz for reporting this. (http://sourceforge.net/p/
clonezilla/bugs/237/)
* New file system nilfs2 is supported in this release.
* Now ocs-onthefly supports nvme device cloning, and can work for different
types of disk cloning, e.g. nvme0n1 -> sda or vice versa.
* Make ocs-install-grub run when it's a GPT disk with a special "bios_boot"
partition exists in the machine using legacy BIOS.
* By default the image integrity will be checked before restoring. The
option "-scr" can be used to skip this checking. Thanks to Nabi OUMAROV
(contact _at_ nabioumarov com) for the feedback.
* The option "-sc" was replaced by "-scs" in drbl-ocs and ocs-sr. This will
be easier to tell the differences between saving and restoring image.
Option "-sc" is still working in the same way with "-scs", but might be
dropped in the future.
* Packages fatresize, nilfs-tools and fancontrol were added.
* Add removing swapfile.sys in ocs-rm-win-swap-hib. Thanks to Bartosz
BÄ
torek batorek _at_ gmail com> for suggesting this.... [read more](/p/clonezilla/news/2016/02/stable-clonezilla-live-245-20-released/)
This release of Clonezilla live (2.4.2-61) includes major enhancements and bug fixes.
*** ENHANCEMENTS and CHANGES ***
This release of Clonezilla live (2.4.2-32) includes major enhancements and bug fixes. ****
*** ENHANCEMENTS and CHANGES ***
This release of Clonezilla live (2.4.2-10) includes major enhancements and bug fixes.
ENHANCEMENTS and CHANGES
This release of Clonezilla live (2.3.2-22) includes major enhancements and bug fixes.
*** ENHANCEMENTS and CHANGES ***
This release of Clonezilla live (2.3.1-18) includes major enhancements and bug fixes.
*** ENHANCEMENTS and CHANGES ***
* The underlying GNU/Linux operating system was upgraded. This release is based on the Debian Sid repository (as of 2014/Dec/08).
* Linux kernel was updated to 3.16.7-2.
* Package drbl was updated to 2.11.13-drbl1, and clonezilla was updated to 3.12.7-drbl1.
* Syslinux was updated to 6.03.
* Language files de_DE, ca_ES, es_ES, fr_FR, it_IT, ja_JP.UTF-8, tr_TR and sk_SK was updated. Thanks to Michael Vinzenz, Juan Ramón Martínez, René Mérou, Jean-Francois Nifenecker, Gianfranco Gentili, Akira YOSHIYAMA, Volkan GEZER and Ondrej Dzivy Balucha.
* A mechanism was added to check if i386 library (libc6-i386 or glibc.i686) exists on x86-64 system when running makeboot.sh due to syslinux included in Clonezilla live is 32-bit.
* Linux kernel i486 was replaced by i586 because now only i586 kernel exists on Debian Sid repository.
* A better way to deal with --rsyncable option of gzip and pigz was implemented. (https://sourceforge.net/p/clonezilla/discussion/Open_discussion/thread/8d5f80a6/)
* Adding support for device name format like /dev/rd/c0d0 and /dev/ida/c0d0 RAID cards. (https://sourceforge.net/p/clonezilla/discussion/Clonezilla_live/thread/e82e1c04/)
* Now Clonezilla could support PV on disk, not only on partition.
* Fake RAID/firmware RAID is now supported if its device naming style is /dev/md.
* The partition from an image could be now restored to different name device, e.g. sda1 could be restored to sdb5.... [read more](/p/clonezilla/news/2014/12/stable-clonezilla-live-231-18-released/)
This release of Clonezilla live (2.2.4-12) includes major enhancements and
bug fixes.
*** ENHANCEMENTS and CHANGES ***
* The underlying GNU/Linux operating system was upgraded. This release is
based on the Debian Sid repository (as of 2014/Sep/15).
* Linux kernel was updated to 3.16.2-3.
* Package partclone was updated to 0.2.73.drbl1 with new support for f2fs
and updated exfat lib.
* Package drbl was updated to 2.9.22-drbl1, and clonezilla was updated to
3.10.33-drbl1.
* Syslinux was updated to 6.03-pre20.
* Package f2fs-tools, iw, davfs2, fstransform and rfkill were added.
* Language files of Turkish were added. Thanks to Ãmer YILDIZ .
*** BUG FIXES ***
* The vmwgfx.enable_fbdev=1 instead of vmwgfx.enable_fbdev=no is used in
boot parameters. Now we use vesafb instead of uvesafb in both Debian-
based and Ubuntu-based Clonezilla live. No more uvesafb for Ubuntu-based
one so no conflicting between vmwgfx and uvesafb.
This release of Clonezilla live (2.2.3-25) includes major enhancements
and bug fixes.
*** ENHANCEMENTS and CHANGES ***
* The underlying GNU/Linux operating system was upgraded. This
release is based on the Debian Sid repository (as of 2014/Jun/01).
* Linux kernel was updated to 3.14.7-1.
* Package drbl was updated to 2.9.9-drbl1, and clonezilla was
updated to 3.10.26-drbl1.
* Syslinux was updated to 6.03-pre17.
* Program makeboot.sh was patched by Ceasar Sun to support xfs, ufs
and ffs.
* Language files ca_ES, de_DE, es_ES, fr_FR, it_IT, ja_JP.UTF-8 and
sk_SK was updated. Thanks to René Mérou, Michael Vinzenz, Juan Ramón
Martínez, Alex Ibáñez López, Jean-Francois Nifenecker, Gianfranco
Gentili, Akira YOSHIYAMA, and Ondrej Dzivy Balucha.
* A testing program "ocs-img-2-vdk" was added. It can be used to
convert Clonezilla image as virtual disk file (qcow2 and vmdk) via KVM.
To use it, qemu-utils and qemu-kvm packages are required.... read more
This release of Clonezilla live (2.2.2-37) includes minor enhancements and bug fixes.
*** ENHANCEMENTS and CHANGES ***
* The underlying GNU/Linux operating system was upgraded. This release is based on the Debian Sid repository (as of 2014/Apr/15).
* Package drbl was updated to 2.8.10-drbl1, and clonezilla was updated to 3.10.2-drbl1.
* Package ntfs-3g was updated to 2014.2.15AR.1-1.
* Package parted was updated to 2.3-20.... [read more](/p/clonezilla/news/2014/04/stable-clonezilla-live-222-37-released/)