I have a Dell laptop that runs Windows 10. I also have an empty partition on this laptop's HDD that I want to install Ubuntu there and use it as a dual boot machine.
In addition I have Lenovo laptop with Ubuntu on it.
I want to clone my Lenovo machine and install this image on the Dell free partition.
I found the clonezilla app to clone my Lenovo machine but also read that I need the target disk to be exactly (or more) the size of the original disk.
Does anyone knows if it possible to clone my Lenovo machine and install it on the free partition on my Dell's HDD?
Asked
Active
Viewed 76 times
1

Alon Zahavi
- 11
rsync
when booted from another drive, for example a live drive, for example something likesudo rsync -Hav path-to-source-partition/ path-to-target-partition
and after that make the UUID match the content of/etc/fstab
and/boot/grub/grub.cfg
and also install the grub bootloader. (You may need a swap partition too.) This should work, if there is space enough in the target partition for all the directories and files. – sudodus Feb 12 '18 at 12:24