Tabela de Conteúdos
1.0 Before Start
To know more about Debian GNU/Linux releases and versions check Debian Releases.
Prepare the installation CD-Rom
The easiest way to install Debian is from a CD-Rom. Debian provides several installation media formats, from a small business card size CD to a full set of DVDs with all available packages to install. Because we want a minimal installation, just download the netinst CD image. This is a small iso image file (about 180Mb), available at http://debian.org/devel/debian-installer. The rest will be downloaded from the Internet during the installation.
Download the iso CD image
The iso image files are available to direct download from:
- http://cdimage.debian.org/cdimage/release/current/multi-arch/iso-cd (multi architecture)
Other iso image files are also available for specific architectures:
- http://cdimage.debian.org/cdimage/release/current/i386/iso-cd (32bits architecture)
- http://cdimage.debian.org/cdimage/release/current/amd64/iso-cd (64bits architecture)
The previous versions are still available to download from the debian archives:
- http://cdimage.debian.org/cdimage/archive (Debian CDs/DVDs archive)
Burn the iso image
In order to create a bootable CD from the image you have to select “burn iso image”, not “create a data disc”. Please check the CD reccorder software manual for help.
Boot from the CD-Rom
You will have to boot your system from the CD-Rom. In most recent systems you can chose the boot device during the power on process. There is also an option on the BIOS setup menu to select the boot device priority. Again, the Debian GNU/Linux Installation Guide can help you.
Be careful with your data
During the installation process the disk will be formatted an all existing data will be lost! Make sure you backup your important data!
Login as root or as a 'regular' user?
Keep in mind that with great power comes great responsibility!
For security reasons, work as root is never a good option. Remember that as root you have super powers, so a small mistake typing a command can be catastrophic for the system!
But for software installation and system configuration, work as root is usually necessary: a regular user can't install software, edit configuration files, start or stop services, etc.
The golden rule is to be wise: always login as a regular user. Just login as root when absolutely necessary and logout from root as soon as possible.
Also, the su command allows a regular user to become root:
fribeiro@server:~$ su - root Password: root@server:~#
You are root now and you have super powers! To finish the root session, type exit:
root@server:~# exit logout fribeiro@server:~$
References
- Debian GNU/Linux Installation Guide, Chapter 3. Before Installing Debian GNU/Linux (http://www.debian.org/releases/stable/i386/ch03.html)
- Debian GNU/Linux Installation Guide, 3.6. Pre-Installation Hardware and Operating System Setup (http://www.debian.org/releases/stable/i386/ch03s06.html)