Server OS Installation
Step 1: Download Debian ISO
- Go to theĀ Debian Website and download the Debian installer ISO image suitable for your computer architecture (e.g., amd64 for 64-bit systems).
Step 2: Create a Bootable USB Drive
-
Insert a USB drive into your computer. Make sure it's empty, as all data on it will be erased during this process.
-
Download and install a tool like Rufus (for Windows) or balenaEtcher (for Windows, macOS, and Linux).
-
Open Rufus or balenaEtcher and select the Debian ISO file you downloaded.
-
Choose your USB drive as the target device.
-
Click "Start" to create the bootable USB drive. This process may take some time.
Step 3: Boot from the USB Drive
-
Restart your computer.
-
As your computer restarts, press the key to enter the boot menu. This key is usually F12, F11, ESC, or Del, depending on your computer's manufacturer.
-
Select the option to boot from the USB drive. It may be labeled as "USB" or "UEFI: USB" depending on your system's firmware.
Step 4: Install Debian
-
Once the Debian installer loads, you'll be presented with several options. Choose "Graphical Install" for an easier graphical installation process, or "Install" for a text-based installation.
-
Follow the on-screen instructions to complete the installation. You'll need to select your language, location, keyboard layout, and set up users and passwords.
-
When prompted, choose whether to use the entire disk or set up partitions manually. If you're unsure, you can choose the guided option for automatic partitioning.
-
Wait for the installation to complete. Once finished, you'll be prompted to restart your computer.
-
Remove the USB drive and press Enter to restart your computer.
Step 5: Post-Installation Setup
-
After your computer restarts, Debian should boot up from the hard drive. Log in with the username and password you created during installation.
-
You may want to update your system to ensure you have the latest software packages. Open a terminal and run:
sudo apt updatesudo apt upgrade