Hi.
I have successfully upgraded from ubuntu 22.04 to ubuntity unity 24.04 by doing a ‘fresh’ install, copying my home directory over, and install all my apps. This took a long time, but well worth the effort. The ‘new’ system is infinitely faster, and ‘cleaner’.
The old ubuntu 22.04 is on a 512gb SATA and uses roughly 400gb over 6
partitions (formatted as gpt).
The new ubuntu unity 24.04 is on a 1tb SATA and uses roughly 400gb over the same sized 6 partitions (formatted as gpt).
Okay, so you guessed it:
I want to copy all of the new data to the smaller SATA, and of course it has to be bootable. There is lotsa room data wise, but how to deal with booting, and the gpt table which is at the end of each SATA ??
I suppose I could gparted copy each partition from the 1tb source to the 512gb destination - but I’m pretty sure the 512gb won’t boot.
Would ‘dd’ copying the 1st 446 bytes of the source to the destination work?
What is the best way to do this ?
Thanks,
M…