0

Currently I have Kubunut 19.10 with windows dualboot and I would like to completely remove Windows and change from HDD to SSD without losing any data at Kubuntu. What would be the "receipt" for that? Should I first deinstall windows and then change everything to SSD or should I make it in another way?

3 Answers3

0

Step 1: Install Kubuntu to the SSD.

Step 2: Boot from the SSD. Mount the HDD and copy your data over.

There are lots of details involved in each step, of course.

user535733
  • 62,253
0

Support for 19.10 ends July 2020. As this is the case at this point you might wish to consider simply installing 20.04 on the SSD and installing the applications you are used to using (if available for 20.04). You can generate a list of currently installed packages and use that as a guide to install them. You could then mount your old HDD and use rsync or similar to duplicate the files in your HDD home directory to your SSD.

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
0

First install Kubuntu (19.10 although you might want to consider 20.04 as @Elder Geek pointed out). Then use deja dup to backup your data on your hard drive and then transfer the backup and restore it to your SSD. You can just write a script to install all the programs that you use and then execute that script on your new SSD.

To list all installed programs

apt list --installed

See this article for information on how to write a script.

ldias
  • 2,055