Introduction
Debian 11 “Bullseye” is a stable, security-conscious Linux distribution popular for servers and careful desktops. This guide walks through a standard install with emphasis on disk planning—the step most likely to cause regret if rushed.
Preparation
- Download an ISO from
https://www.debian.orgmatching your architecture (most laptops: amd64). Netinst images stay small; full DVD sets bundle more offline packages. - Create boot media with balenaEtcher, Rufus, or
ddfrom another Linux box. Verify the USB actually boots before wiping a production machine.
Installation flow
- Boot the installer from USB/DVD; firmware settings must prefer removable media.
- Choose Install (not merely live mode) when you intend to persist to disk.
- Select language, locale, and timezone—this drives default formats and clock behavior.
- Keyboard layout: test characters; auto-detect helps but manual selection is fine.
- Networking and hostname: wired DHCP usually “just works”; set a memorable hostname for LAN services.
- User account: pick a strong password; note whether the installer adds you to
sudo(varies by image and choices). - Disk partitioning: guided partitioning suits beginners; advanced users may carve separate
/,/home, andswap(or swap files on recent defaults). Double-check device names before committing destructive changes. - Confirm partition map on the summary screen—this is your last easy undo.
- Base system install copies packages and configures essential services.
- Software selection: choose a desktop metapackage (GNOME, KDE, Xfce, etc.) or a minimal system if you will install services manually.
- Install GRUB to the correct disk when dual-booting—mis-targeting here overwrites other OS bootloaders.
- Reboot into the new system; remove installation media when prompted.
Conclusion
Debian’s installer rewards patience: especially on partitioning, read twice and apply once. After first boot, run full updates, configure backups, and harden remote access if you exposed SSH.
Welcome to a distribution valued for predictability—next steps are yours: containers, web stacks, or a daily-driver desktop with years of security support.