DEV Community

Cover image for Installing Linux
Muhammad
Muhammad

Posted on

Installing Linux

Great Guyz, let's get ready to enjoy what linux is really. I specifically chose PopOS by System76, after experimenting installs of up to 8 Distributions. The purpose was to select a distribution, that would underlay the minimal of the simplest principles upon which the concepts can be made on because once you simplify things, possibilities start to spin up.

Put in that USB of Linux, restart your computer or turn it on and start pressing F12 or F8 in some cases to bring about the boot menu. Once the boot menu is there, select your USB.

Now you will be brought upon a screen, lets press enter and Try or Install Pop_OS.

Now that fancy prodev text starts running down, its called a terminal.

You will be taken directly to the Desktop, let select English and Press Select.

You can select the language over here.

Then the keyboard layout.

Now the default keyboard layout screen 2.

Ok, now comes the fun part, we are going to go advanced on the install section, and partition our own operating system scheme. Select Custom (Advanced).

Now look at all those fancy colors, click on modify partitions.

As we installed windows before, so we will make this dual boot, therefore you should have a greyed on area on the upper right. Click on the Unallocated Partition.

Now click that Black Document icon on the upper left.

Type in 1000 in the New Size (MiB) and name it Boot. Then Click Add

Now click on the Unallocated Partition once again, and click on the New Blank Document Icon. Now type in 2000 in the New Size (MiB) and name it Swap also from the File System Dropdown, select linux-swap. Click Add

Now this is the last one, repeat the process and dont change anything leave to whatever amount is the New Size (MiB), name is Root and set the File System to ext4. Click Add

It should be something similar to what you see now. Now click the Green Tick to Apply all operations.

You should be back to the colorful strip, and it should be something like this.

Now click on the First Green Bar, and select Use Partition, and set it to Use as Boot (/boot/efi).

Select the Orangish Red right next to it, and select Use Partition and set it to Use as: Swap.

Now select the last big green bar, select Use Partition, Format and Use as: Root (/).

Once you do that you will have check marks and the Erase and Install button will lit up.

Short Summary of Linux Partition Scheme

  • Boot Partition: Mounted as: /boot/efi - Used to place the bootloader which helps in loading the operating system.
  • Swap Partition: Mounted as: linux-swap - Used to increase the amount of virtual memory available to a host if ram runs out.
  • Root Partition: Mounted as (/) - Used just like C Drive on windows, stores all the operating system files.

Now sit back and get yourself a coffee, although this is going to be really quick.

Ok, now plug out the USB and click on Restart Device.

Great Giuyz, at this stage, your not noobs anymore. Rejoice for the happiness shall stay with your forever.

Next: Setting up the IDE for Linux

Noob Index

Oldest comments (0)