I recently ran out of space in one of my internal drives(SSD), so I decided to move Ubuntu 18.04 into the other (HDD) without using a Live CD/USB. After looking online, I went with cloning the partitions (root and home) into the other drive using dd
, but I'm still unsure on whether or not I can get rid of the original partition. Is there anything else I would need to change other than the UUIDs in the fstab(also it seems I have to generate new ones cause the ones on the cloned partitions are the same, but I'm not sure I need to since I want to get rid of the old one anyway)? I get the feeling that some file paths in certain places might need to be changed. Am I being paranoid?
For context, when I boot, GRUB lists the following options:
Ubuntu
Advanced options for Ubuntu
Ubuntu (/dev/the-new-partition)
Advanced options for Ubuntu (/dev/the-new-partition)
Windows (in the same drive as my initial Ubuntu installation)
Initially, I could not boot with the first option; it never finished booting and I would get stuck waiting for GNOME to be done. Now it's hit or miss, and sometimes I have togo into the advanced options a boot with (what I assume is) a previous version. The last is my other OS. I assume the first option is from my old partition, but I'm not sure and I don't know how to check (I used df to check that Ubuntu is running from the new partition, and it showed me that root is indeed mounted from the new filesystem. My home directory is still in the old partition because I have yet to update that UUID I suppose)
I tried to follow this post and its source but stopped at the "update grub and fstab" (like I said, I'm not sure I need to change this).
TL;DR: Decided to move linux from one internal drive to another with dd(and no live CD/USB). Aware of the necessary fstab changes, but not sure if anything else needs to be done. What am I missing?