For this I was thinking of doing the following steps:
1. mount new SSD with USB
2. format the new SSD with fdisk
3. copy everything from old SSD to new SSD with:
Code: Select all
rsync -aAHXv / --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /mnt/MyNewSSD/5. physically remove old SSD and insert new SSD
Would this work in theory?
A few questions regarding this:
* When chrooting from liveusb what steps do I have to do in order to install the bootloader? Do I have to mount the same directories as described in the installation handbook
* The new SSD is accessed from /dev/nvme0n1 while the old one is accessed from /dev/sda. Is there anywhere other than the fstab file where this difference matters?
Thanks for your help




