CS Fundamentals
A practical guide to installing an operating system — from preparing installation media to configuring the system after installation.
Introduction
Every computer you use came with an operating system already installed — you turned it on and Windows, macOS, or Chrome OS was just there, ready to use. But knowing how to install an operating system yourself is an essential skill for any IT professional. You need it when setting up a new computer that came without an OS, when replacing a failed hard drive, when upgrading to a newer OS version, when installing Linux alongside Windows for learning purposes, or when fixing a system that has become corrupted beyond repair.
The process might seem intimidating if you have never done it, but modern OS installation is surprisingly straightforward. The installers guide you through each step with clear graphical interfaces. This guide walks you through the entire process so you know exactly what to expect.
Before You Begin — Prerequisites
Before installing any operating system, you need several things prepared. First, you need the OS installation files — either on a USB drive (most common today) or a DVD. For Windows, you download the official ISO file from Microsoft's website and use their "Media Creation Tool" to create a bootable USB drive. For Linux distributions like Ubuntu, you download the ISO from the distribution's official website and use a tool like Rufus (Windows) or Etcher to write it to a USB drive.
Second, you need to back up any important data currently on the computer. Installing an OS typically involves formatting (erasing) the drive, which permanently destroys all existing data. If this is a new or empty drive, this is not a concern.
Third, check the system requirements for the OS you want to install. Windows 11, for example, requires a 64-bit processor, 4GB RAM minimum, 64GB storage, UEFI firmware with Secure Boot capability, and TPM 2.0. Linux distributions generally have lower requirements — Ubuntu runs well with 2GB RAM and 25GB storage.
Fourth, ensure you have a stable power supply throughout the installation. For laptops, keep the charger plugged in. An interrupted installation can leave the system in an unbootable state.
Creating Bootable Installation Media
A bootable USB drive is a USB drive configured so the computer can start (boot) from it instead of the hard drive. This is necessary because you cannot install an OS from within another OS on the same drive.
For Windows: Download the Media Creation Tool from Microsoft's website. Insert a USB drive (8GB or larger). Run the tool, select "Create installation media," choose your language and edition, select USB flash drive, and let the tool download and write the files. This takes 15-30 minutes depending on your internet speed.
For Ubuntu Linux: Download the ISO file from ubuntu.com. Download and install Rufus (on Windows). Insert a USB drive, open Rufus, select your USB device, click the SELECT button to choose the downloaded ISO file, and click START. Rufus will write the bootable image to the USB drive in a few minutes.
Booting from the Installation Media
To install the OS, you need to tell your computer to start from the USB drive instead of the hard drive. This is done through the boot menu or BIOS/UEFI settings.
When you power on the computer, immediately press the boot menu key — this varies by manufacturer (F12 for most Dell and Lenovo, F9 for HP, Escape for some Asus). This shows a list of devices to boot from — select your USB drive.
Alternatively, enter the BIOS/UEFI settings (usually by pressing F2 or Delete during startup) and change the boot order to prioritize USB drives over the hard drive. Save changes and restart.
Installing Windows — Step by Step
Once booting from the Windows USB, you will see the Windows Setup screen. Select your language, time format, and keyboard layout, then click "Install Now." Enter your product key if you have one, or click "I don't have a product key" to continue without activation.
Choose your Windows edition (Home or Pro). Accept the license terms. For a fresh installation, select "Custom: Install Windows only" rather than "Upgrade." You will see a list of drives and partitions — if installing on a new drive, select the unallocated space and click Next. If replacing an existing OS, you may need to delete existing partitions first (warning: this erases all data on those partitions).
Windows will copy files, install features, and restart several times — this takes 15-45 minutes. Do not interrupt the process. After installation, Windows guides you through initial setup: connecting to WiFi, creating a user account, choosing privacy settings, and customizing preferences.
Installing Ubuntu Linux — Step by Step
Booting from the Ubuntu USB gives you the option to "Try Ubuntu" (run from USB without installing) or "Install Ubuntu." Trying first lets you verify that your hardware works correctly with Linux before committing.
When you click Install, you will choose your language, keyboard layout, and whether to install updates during setup. For disk partitioning, beginners should choose "Erase disk and install Ubuntu" for a simple single-OS setup, or "Install alongside Windows" for a dual-boot configuration that keeps both operating systems.
Create your username, computer name, and password. The installation proceeds automatically — copying files, configuring the system, and installing the boot loader. After completion, remove the USB drive and restart into your new Linux system.
Post-Installation Setup
After installing any OS, several tasks should be completed immediately. Install all available updates — both Windows Update and Linux package managers will have security patches and improvements released since the ISO was created. Install hardware drivers — especially graphics drivers for the best display and GPU performance. Windows usually handles most drivers automatically through Windows Update, while Linux includes most drivers in the kernel.
Create a system restore point or backup immediately after setup, before installing additional software. This gives you a clean state to return to if something goes wrong later. Install essential software — a web browser, office suite, antivirus (Windows), and any tools needed for your work or studies.
Key Takeaways
- OS installation is a learnable skill essential for any IT professional
- Always back up data before installing — formatting erases everything permanently
- Create bootable USB media using Microsoft's Media Creation Tool (Windows) or Rufus (Linux)
- Access the boot menu or BIOS to start from the USB drive
- Modern OS installers are graphical and guide you through each step
- Dual-booting lets you have both Windows and Linux on one computer for learning
- After installation, immediately update the system and install necessary drivers
- Practice in a virtual machine (VirtualBox) if you are nervous about doing it on real hardware
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Operating System Installation.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Computer Fundamentals topic.
Search Terms
computer-fundamentals, computer fundamentals, computer, fundamentals, practicals, operating, system, installation
Related Computer Fundamentals Topics