Installing Debian
Downloading Debian
- Visit the official Debian website: https://www.debian.org/
- Go to the "Getting Debian" section.
- Choose the appropriate ISO image:
- For beginners: Debian Stable (current stable release).
- Architecture: amd64 for most modern computers.
- Download the ISO (about 1GB).
Installation Methods
Virtual Machine (Recommended for Beginners)
- Install virtualization software like VirtualBox or VMware.
- Create a new VM with at least 2GB RAM and 20GB disk space.
- Mount the Debian ISO as the boot device.
- Start the VM and follow the installation prompts.
Dual Boot
- Backup your data.
- Create a bootable USB drive using tools like Rufus (Windows) or dd (Linux/Mac).
- Boot from the USB drive.
- Partition your hard drive (leave space for Windows/Linux).
- Follow the installation wizard.
Live USB
- Create a bootable USB with persistent storage.
- Boot from USB without installing.
- Install from the live environment if desired.
Installation Steps
- Boot from Installation Media: Select "Install" or "Graphical Install".
- Language Selection: Choose your preferred language.
- Location: Select your country for time zone and mirror settings.
- Keyboard: Configure your keyboard layout.
- Network: Connect to the internet (recommended).
- Hostname: Set a name for your computer.
- Domain: Leave blank for home use.
- Root Password: Set a strong password for the root user.
- User Account: Create your user account.
- Partitioning: Use guided partitioning for simplicity.
- Package Selection: Select "Debian desktop environment" and "standard system utilities".
- Install GRUB: Yes, to the master boot record.
- Finish Installation: Reboot and remove installation media.
Post-Installation
After installation:
- Update your system:
sudo apt update && sudo apt upgrade - Install additional software as needed.
- Familiarize yourself with the desktop environment (GNOME by default).
Next, we'll explore basic terminal commands.
