How to install Debian GNU/Linux quickly
Last updated: Sep 28, 2024
In this article, we'll look at how to install Debian with the default settings. We won't get bogged down in specific settings. The aim here is to get a GNU / Linux operating system up and running as quickcly as possible.
Download netinstall ISO
Installation on a Physical Computer
Create boot media
From GNU / Linux you can use dd tool (⚠️ Set the correct USB device. Use fdisk -l. Here with /dev/sde USB device. ) :
root@host:~# dd if=debian-10.5.0-amd64-netinst.iso of=/dev/sde bs=8M
Or even simpler: burn a cd
See your manufacturer's boot options. For example, for Dell workstations, press F12 during startup.
Install on VMware
To boot from ISO media, we need to modify the Virtual Machine parameters:
In the VM Options tab, expand Boot Options and check the During the next boot… .
From the VMware Remote Console , go to VMRC > Removable Devices > CD/DVD drive 1 > Connect to Disk Image File (iso)… and select the netinstall iso:
Still from the VMware Remote Console , go to VMRC > Power > Restart Guest :
Select the CDROM Drive and press enter :
Installation
From the Debian Installer Menu , we can proceed with the installation. Select Install :
Configure the network . On a dhcp network, simply select your primary network interface:
Configure the Package manager :
Configuring popularity-contest :
Select software , personally I don't use a desktop environment:
But if necessary, select a Debian desktop environment :
Without desktop environment
With an desktop environment