I generally use this command sudo ddrescue /dev/sda /dev/sdb --force
to clone my hdd ubuntu to ssd and the ssd would boot and work like a charm but .. this time the new ssd drive is not booting. does have to do with the file system in target ssd doesn't ddrescue or dd do a complete clone including file system and all.What can I do to clone my harddrive to ssd make that ssd a fully independent bootable disk;
Asked
Active
Viewed 799 times
0
sudo fdisk -lu
. If a GUID partition table, GPT, you must also fix the backup partition table. See this link for more details. -ddrescue
is a reliable tool and is not causing problems. It might still be a good idea to make a fresh installation and get rid of old cruft. – sudodus Nov 14 '21 at 15:11