So, I'm planning to get an SSD card soon and make it my boot drive, as I've heard that can make your computer boot much faster. I also want to try to leave my old HDD in as a secondary storage drive. Is there a good program someone can recommend to me to transfer the boot data onto the SDD?
Edit: I want to try to keep my current install of Ubuntu and just move it over to the new SSD card.
Use the Raspberry Pi ssd creation tool. It has never failed me yet.
make the same partition table on SSD like your HDD (user GParted or similar on GUI oder fdisk on console)
boot from a live cd with old HDD and new SSD connected to your system
mount the new SSD and old HDD (check the devices before with "sudo fdisk -l")
sync you data with
rsync
from old to newsearch the new UUIDs for your new partitions on your SSD with
edit
/etc/fstab
on your new SSD with the UUIDs for "/" and "SWAP"chroot your new SSD
update grub (please check that
/dev/sda
is your SSD! or change the device name!)finish, you can exit and reboot with your old system on your new SSD
After this, you can mount your old HDD wherever you want in
/etc/fstab