Subscribe to News

Debian Etch Installation Configuration

Author : Vicente

From TechnologicalWiki

Jump to: navigation, search

This article is a set of options I have chosen when I installed Debian Etch (currently stable version at december 2008).


As we are going to perform a network installation, first we Download debian installation cd minimal version

$wget http://cdimage.debian.org/debian-cd/4.0_r5/i386/iso-cd/debian-40r5-i386-businesscard.iso


Then we toast the iso image in a cdrom or use qemu for the install.


When installation begins, lot of questions are asked to the user:

Initial splash screen-> boot: expert
Choose language: English
Country: Spain
Locale: en_US.UTF8
Other locales supported: en_GB.UTF8, es_ES.UTF8
Keyboard Layout: PC-style
Keymap: Spanish
Start PC card services: No
Autoconfigure network with DHCP: Yes
Hostname: DebianEtch
Domain: (void)
Mirror: protocol: http
Mirror: country: Spain
Debian archive mirror: ftp.es.debian.org
Http proxy: (void)
Debian version: stable
Partition method: manual

/dev/hda4:

  • ext3
  • mount point /
  • size 15G

/dev/hda9:

  • swap
  • size 256M
Time zone: Madrid
Clock set to: UTC
Shadow passwords: yes
Allow login as root: yes
Create a normal user account: yes
Kernel to install: linux-image-2.6-686
Tool to generate boot initrd: initramfs-tools
Use non-free and contrib software: no
Software to install:
  • Desktop environment
  • Standard system
X server video modes:
  • 1024x768
  • 800x600
  • 640x480
Install Grub boot loader: yes


Then we can reboot in our Debian Etch system.

Main Collaborators