Kahibaro
Discord Login Register

Installing on real hardware

Understanding “Real Hardware” Installation

Installing Linux on real hardware means putting it directly on a physical computer’s internal drive (SSD/HDD), so it boots natively without needing virtualization software. This is different from:

Installing on real hardware gives you full performance and direct access to your hardware, but it also means changes to your disk are real and can affect existing data or operating systems.

This chapter assumes you already know how to create a bootable USB and choose a distribution. Here we focus on the actual installation process on a physical machine.

Preparing the Machine

1. Backup Anything Important

Before you touch partitions or install an OS on a real machine:

Even if you plan to keep an existing OS, installation mistakes can wipe partitions, so treat this as mandatory, not optional.

2. Check Hardware Compatibility (Basic Level)

Most mainstream distributions (Ubuntu, Fedora, Debian, etc.) work well on common desktops and laptops. Still, check:

If you’re unsure, search the web for your laptop/PC model plus the name of your distribution (e.g., “ThinkPad T480 Ubuntu 24.04 install”).

Configuring Firmware (BIOS/UEFI) for Installation

Your computer’s firmware (BIOS or UEFI) controls boot order and some hardware behaviors. You typically access it by pressing a key (often F2, Delete, Esc, F10, or F12) immediately after powering on.

Common Steps

  1. Enter the boot menu or setup:
    • Look for text like “Press F12 for Boot Options” when the PC starts.
  2. Set USB as the first boot option (if needed):
    • In the firmware setup, adjust boot order so the USB device is above the internal drive.
    • Alternatively, use the one‑time boot menu key (often F12 or F8) and select your USB manually.

BIOS vs UEFI Behavior (Practical View)

Without going into boot internals:

Secure Boot and Fast Boot

In the firmware setup:

Booting the Installer on Real Hardware

Once boot order is set and the USB is plugged in:

  1. Power on (or reboot) the machine.
  2. Choose the USB from the boot menu if necessary.
  3. You will typically see:
    • A menu like:
      • Try Ubuntu without installing
      • Install Ubuntu
      • Advanced options
    • Or a graphical menu with similar choices.

For a real‑hardware install:

Choosing Installation Type on a Physical Disk

Once you start the installer, you’ll eventually reach a screen asking how to use the disk. The exact wording varies by distro, but common options on real hardware are:

  1. Erase disk and install
    • Uses the whole drive for Linux.
    • Deletes all existing partitions and data on that drive.
    • Simplest option if the machine is dedicated to Linux and you’ve already backed up.
  2. Install alongside existing OS (Automatic dual‑boot)
    • Keeps the existing OS (e.g., Windows) and shrinks its partition.
    • Creates Linux partitions in the newly freed space.
    • Sets up a boot menu so you can choose OS at startup.
    • Recommended for beginners who want to keep Windows/macOS and avoid manual partitioning.
  3. Manual / Custom / “Something else”
    • You choose partitions and mount points yourself.
    • Required for advanced setups (custom partition layout, multiple disks, encryption schemes, etc.).
    • Use only when you understand drive and partition naming; this is covered in the partitioning chapter.

Identifying the Correct Drive

On real hardware with multiple drives (for example, an SSD and HDD):

Take extra time here—this is where irreversible mistakes often happen.

Typical Simple Installation Scenario (Single‑Boot Linux)

If you want Linux as the only OS on the machine:

  1. Boot from the installer USB.
  2. Start the installer.
  3. When asked about:
    • Language, keyboard layout, time zone: choose your preferences.
    • Updates / third‑party software: choose based on your needs and internet connection.
  4. At the disk selection screen:
    • Choose Erase disk and install (wording may vary).
    • If you have multiple drives, carefully select the drive to wipe.
  5. Confirm you understand that all data on that drive will be lost.
  6. Continue and wait for file copying and installation to complete.
  7. When prompted, remove the USB and reboot.

After reboot, the system should start directly into Linux.

Handling Common Real‑Hardware Issues

1. The Computer Ignores the USB

Possible causes:

Fixes:

2. Black Screen or No Display After Selecting “Install”

Common workarounds:

3. Wi‑Fi Not Working During Install

Options:

4. Touchpad / Keyboard Issues on Laptops

If your trackpad or keyboard behaves strangely in the installer:

Post‑Installation: First Boot on Real Hardware

After installing and rebooting:

  1. Remove the USB when the installer asks, so the system boots from the internal drive.
  2. You may see:
    • A boot menu with one or more entries (especially if dual‑booting).
    • Or directly your Linux login screen.

On real hardware, pay attention to:

Fine‑tuning these aspects is covered in other chapters (drivers, first‑time setup, desktop basics), but installing on real hardware is the crucial step that makes those possible.

Safety Tips and Good Habits

By following these steps, you can confidently move from testing Linux on a live USB to running it natively on your physical machine.

Views: 24

Comments

Please login to add a comment.

Don't have an account? Register now!