I'm planning to buy a new SSD for my laptop and playing ahead. Is there a way to move my current installation of Ubuntu (on regular HD) to the SSD without reinstalling from scratch?
Asked
Active
Viewed 176 times
1
sudo dd bs=4M if=/dev/whicheverdeviceisthehdd of=/dev/sdddevice
. Be aware that as @Rinzwind notes, this won't enable SSD optimisations. You'll need to look those up and do them manually. You should also disconnect the old drive before rebooting, to be sure you have the right copy of the system active, then hotplug it to reformat. – Darael Nov 20 '15 at 12:30