Installing Linux
Installing Linux
that covers the steps for most popular Linux distributions like Ubuntu, Fedora, or Linux Mint.
Insert the USB Drive: Plug the bootable USB into the computer where you want to
install Linux.
Access BIOS/UEFI: Restart your PC and press the key (usually F2, F10, F12, or Delete)
to enter BIOS/UEFI settings.
Set USB as Boot Device:
o In BIOS/UEFI, navigate to the boot menu.
o Set the USB drive as the first boot device.
Save and Exit: Save the changes and exit BIOS/UEFI.
5. Install Linux
Live Session: Your PC will boot into a live session of the Linux distribution, allowing
you to try it out before installing.
Start Installation: Look for an “Install” icon on the desktop or in the menu, and click it
to start the installation process.
Choose Language and Keyboard Layout: Select your preferred language and keyboard
layout.
Connect to Wi-Fi (if not already connected): Follow the prompts to connect to your Wi-
Fi network.
Installation Type:
o Install alongside Windows (dual-boot): If you want to keep Windows and Linux
on the same computer, choose this option.
o Erase Disk and Install Linux: This will delete everything on the disk and install
Linux.
o Something Else: Advanced users can manually partition the disk.
Partitioning:
o If choosing "Something Else," you will need to create partitions:
Root (/): At least 20GB, ext4 format.
Swap: Equal to your RAM size (e.g., 4GB, 8GB).
Home (/home): Rest of the space for personal files.
Install: After selecting your installation method, click "Install Now."
Time Zone: Choose your time zone.
Create User Account: Enter your name, computer name, username, and password.
6. Complete Installation
Wait for Installation: The installation process will take some time, depending on your
system.
Restart: Once the installation is complete, you’ll be prompted to restart your computer.
Remove the USB drive when prompted.
First Boot: After restarting, your system should boot into your new Linux installation.
7. Post-Installation Setup
Update System: Open the terminal and run the following command to update your
system:
bash