Easily Install Debian 9.2.0 (Bookworm) - Step-by-Step Guide
In this article, we will provide a comprehensive guide on how to easily install Debian 9.2.0 (Bookworm), the latest version of Debian at the time of writing. We will cover the key concepts of the installation process, including system requirements, installation media, and partitioning. The installation guide will be divided into several subtitles to make it easier to follow.
System Requirements
Before we begin, it's essential to ensure that your system meets the minimum requirements for Debian 9.2.0 (Bookworm) installation. Here are the minimum system requirements:
- 64-bit or 32-bit x86 processor
- 512 MB of RAM
- 10 GB of disk space
- VGA compatible graphics card
- CD-ROM or DVD-ROM drive (for installation from physical media)
Note that while these are the minimum system requirements, a more powerful system will lead to better performance.
Installation Media
Debian provides several installation media options, including DVD and USB images, as well as network installation. For this guide, we will use the DVD image, which can be downloaded from the official Debian website.
Installation Steps
Now that you have downloaded the Debian 9.2.0 (Bookworm) installation media, it's time to begin the installation process. Follow these steps to install Debian:
Insert the installation media into your system and reboot. Ensure that your system is set to boot from the installation media.
Select the installation language and press Enter.
# Choose your language and press Enter lang enSelect your location and press Enter.
# Choose your location and press Enter country USConfigure the keyboard layout and press Enter.
# Choose your keyboard layout and press Enter keymap usDetect and mount the CD-ROM or DVD-ROM drive. The Debian installer should detect the installation media automatically. If it doesn't, you can manually mount it by selecting "Manual partitioning" and then " expert" mode. From there, you can scan for and mount the installation media.
# Detect and mount the installation media cdrom-detect debcdromConfigure the network. Ensure that your system is connected to the network. You can configure the network manually or let the Debian installer configure it automatically.
# Configure the network net-detectPartition the disk. You can choose to use the entire disk or partition it manually. For this guide, we will use the entire disk.
# Use the entire disk scandisks select-disk parted yes allInstall the base system. This step will install the basic Debian system, including the kernel, shell, and basic utilities.
# Install the base system base-systemConfigure the package manager. This step will set up the package manager and update the package lists.
# Configure the package manager popularity-contestSelect and install software. You can select the software that you want to install or use the default selection. For this guide, we will use the default selection.
# Select and install software software-selectionConfigure the clock and time zone. Set the system clock to the correct time and configure the time zone.
# Configure the clock and time zone clock-set tzconfigCreate a user account. This step will create a user account for daily use.
# Create a user account useraddSet a password for the user account and press Enter.
Install the GRUB bootloader. This step will install the GRUB bootloader on the master boot record (MBR) or the GUID partition table (GPT).
# Install the GRUB bootloader grub-installReboot the system. This step will reboot the system, and you can log in to your new Debian 9.2.0 (Bookworm) system.
# Reboot the system reboot
- Ensure that your system meets the minimum system requirements for Debian 9.2.0 (Bookworm) installation.
- Download the Debian 9.2.0 (Bookworm) installation media from the official Debian website.
- Insert the installation media into your system and reboot, ensuring that the system is set to boot from the installation media.
- Follow the installation steps outlined in this guide to install Debian 9.2.0 (Bookworm) on your system.