Cloned SSD to larder SSD with extending partitions: GPT, Windows 10 Pro + some other partitions (EFI boot, Linux /boot and some other Linux non root partitions). Boot partition was the last one. There was unpartioned space at end of source drive.
Result: last partition (ext4) was expanded after cloning to all available space up to very end which resulted of boot partition of size of many GB.
The problem is however not-critical as it can be easily and quickly fixed with gparted after unmounting it.
System information:
- Arch Linux, clonezilla 3.35.2-3 (https://archlinux.org/packages/community/any/clonezilla/)
- it was possible to unmount used partions on source drive and run clonezilla without need to reboot from USB (or some other media)
You can enter expert mode, then check "-k1" option:
https://clonezilla.org/clonezilla-live/doc/02_Restore_disk_image/advanced/09-advanced-param.php
Steven
I used expert mode and option -k1 to use proportional partition table expansion as was cloning to larger drive (960GB Kingston SSD -> 2000GB Samsung SSD).
It worked as expected (partitions expanded proprtionally according to drive size increase) to all partitions except the last partition which took trailing unoccupied space (also expanded proportionally). That is why I reported this.
Fetched and attached additionally clonezilla.log from /var/log.
Which version of Clonezilla live did you use?
Steven
Did not record output of df after cloning and booting with target disk as /dev/sda but could extract information from system journal
I did not use Clonezilla live but installed on Arch Linux as it was possible to run it from normal Linux installation
Installed clonezilla version: 3.35.2
PKGBUILD file: https://github.com/archlinux/svntogit-community/blob/30487ee759f62a763ef5071ce39ab60c62f9ba01/trunk/PKGBUILD
Applied patch for ArchLinux build (I installed binary):
https://github.com/archlinux/svntogit-community/blob/30487ee759f62a763ef5071ce39ab60c62f9ba01/trunk/usrbin.patch
As result for functionality it is original 3.35.2 as only installation place is edited
Arch is not supported as the underlying GNU/Linux operating system by Clonezilla project.
Anyway, if you want to try, please use the unstable DRBL to test it, or please give testing Clonezilla live, e.g., >=2.7.25 a try.
Steven
I have already done what I wanted to achieve (SSD content is cloned to larger one and all is working without problems) and do not plan to do additional testing in near future. So I did what I can to document the problem.
Collected installed versions of packages mentioned in PKGBUILD as dependencies fir reference:
ArchLinux bug https://bugs.archlinux.org/task/70712 now links to this one.