0

I bought a new desktop PC with 2 hard disks: 1 x 256GB SSD with Windows pre-installed, and a clean 1TB HDD.

I have a 1 x 256GB SSD that I have used on an old laptop. I intend to put this into the new desktop pc.

My goal is to dual-boot; Meaning I want to have the option to load either Windows 10 or Ubuntu, but from two different SSD's.

Before putting it in, I'd like to ask the process for this: How do I retain the content of the SSD containing Ubuntu AND Windows 10, but manage to dual-boot them without formatting either, in the new computer? Are there any precautions I must take, or alternative steps that are to be followed in comparison to clean installs?

cbll
  • 1,620

2 Answers2

1

The easiest way to do that is to copy your old 256GB SSD to a partition on the 1TB disk ( make the partition 156GB like your SSDdisk so there is space enough for everything - you want to copy using a live Ubuntu so you can create a EXT4 partition (dosn't work from windows) after everything is copied to the new 1TB HDD!

Install Ubuntu to this partition - Do NOT Formate, you need the settings for all your programs and mail accounts, as well as all the new drivers for your new PC's hardware.

When asked Where to install the GRUB till it to install it on SDA (that is the root of your Windows disk) This will create a boot menu for Windows (SSD) and your "Old Ubuntu - now upgraded) on the 2nd Disk in your system! Now Format the rest of the 1TB disk as NTFS - for joint files (Media Documents Photos etc...) from both Ubuntu and Windows! Happy Ubunting :-)

Ken Mollerup
  • 1,315
0

Before installing Ubuntu do not forget to create partitions for linux. One partition should be ext4 with root access "/". Other one is required for swapping. If you will not create these two drives then Ubuntu will not let you hibernate after installation which will reduce performance also. Size of Linux swap partition should be more than size of your ram. Windows 10 takes two drives first one is of 500 mb for booting purpose second one is for windows 10 installation. Then third drive should be formatted in ext4 (min 20 gb) with root access [/] then next should be swap partition (its size varies according to ram). After doing this all, You will automatically get option for dual boot at the time of installing Ubuntu. It will automatically detect these two drives and give you message only these two drives will be formatted again. You can do all this with Gparted Partition editor which is also present in Ubuntu test mode (live mode of Ubuntu instillation DVD or ISO).

You should choose small drive for installing OS because OS remains active all the time and performs plethora of operations. Especially swap memory of Hard Drive will be used again again which will reduce its life time. So If you will use 1TB drive for storing personal data only then it will be wiser move.