0

Hi I learned about Linux kernel just recently and I'd want to install Ubuntu in my laptop so that I could try it. (I am also in the journey of learning programming :) )

My questions are:

  1. I have 2 separate SSD's (One of which has Windows installed and the other is empty), how do I go about installing Ubuntu on the empty SSD?
  2. I tried to use my SD card(SDHC) as a bootable drive but for some reason, the boot bios doesn't detect it. Can I install Ubuntu without a bootable USB?

I have a ThinkPad X270 with 16gb of ram and two 250GB ssds.

Your response is highly appreciated, thanks!

1 Answers1

0

This is probably answered already somewhere, but I will answer it nevertheless.

You leave the windows partition(s) as it is / as they are.

If the windows partition uses too much space, you have to resize it with gparted-live (runs from an USB-stick) before installing.

At the very beginning, you backup your system to an external hard drive. You can use clonezilla-live for this (bootable from USB-live-stick).

Then you create a start medium for installing Ubuntu or any other Linux. When you come to the point, where it asks where you want to install Ubuntu, you select custom/something else. There you can assign partitions on the remaining, empty hard drive space. There you create a ext4 partition, where you specify "use as /" and one partition as swap (size=2x your RAM).

Then you continue with the installation. Ubuntu installs GRUB, which allows you to choose between windows and Linux. If you want to delete Linux again, you have to set the boot flag on the windows partition first.