Installazione di Linux Instalação de Linux Installation von Linux Installation de Linux Instalación de Linux

Installation of the RedHat distribution

The RedHat distribution is currently one of the most popular distributions, considering that the installation procedure is very simple. As a matter of fact, this procedure simply asks you to choose from a list of main peripheral devices as well as languages and packages to install. The installation steps are as follows:

  • choice of language: choose the language for the installation procedure
  • choice of keyboard: For a French keyboard with accented characters, choose fr-latin1
  • choice of installation support: In case your Linux installation is on a CD, choose CD-ROM, otherwise (if you have downloaded it, for example), choose Hard drive
  • choice of installation style: Means either update of an existing system or full installation from scratch
  • type of installation: The system allows you to choose between workstation, server or customized. Choosing customized installation will give you more flexibility
  • choosing SCSI adapators: In case you have a SCSI adaptor, you should answer yes to this question. The installation system will try to detect your hardware. In case this automatic search comes up empty, you just have to enter a line of parameters to specify the type of SCSI adapter as well as IRQ and memory address. A card "AHA1520" with the address 0x140 and IRQ 10 will be found by the command llne:
    aha152x=0x140,10
  • partitioning the hard disk: this distribution will allow you to partition your hard disk at this level of the installation process (unless you have done so earlier) and let you choose between druid diskand fdisk
  • partitioning the hard disk: the software prompts you to chose the hard disk from a list on which you want to create the partitions
    • eliminating unnecessary partitions: under fdisk, use the "d" key to eliminate unnecessary partitions (please make sure not to erase your Windows partitions!)
    • creating Linux partitions: the keys n and p will allow you to create root and swap partitions as well as any other partitions you may need. You will be asked for the number of the first cylinder of the partition as well as its size (in Mo)
    • changing the type of partition: Use the key t to assign type 82 to the swap partition and type 83 to the Linux partitions...
    • exiting fdisk: Hit the q key to quit fdisk without any changes, hit the key
    w to save any changes before quitting
  • selecting mount points: on a screen, the different partitions are proposed that you can mount. Select the partition you want to mount and name them one after another, i.e. by specifying the mount point The root must be specified: it represents the master partition and must be named /. Each partition you want to use under Linux must be assigned a mount point (/home for example, or rather /mnt/dos for your DOS partition, in case you want it to be mounted automatically after installation
  • selecting the swap partition: the system will then prompt you to choose the partition to be used as secondary memory
  • formatting partitions: you must select all new partitions that you have created. Make sure not to format any partitions containing any data!
  • choosing packets: this options simply prompts you to choose the elements to be installed from a list
  • installing/copying packets: the system will install all specified packets one by one. This operation may take a very long time! (up to half an hour...)
  • Configuring the network: Applies to computers having a network card (not a modem)
  • Choosing the time zone: choose the time zone that is appropriate for your country (for France, Belgium, and Switzerland, choose Europe/Paris, for Québec, it depends...)
  • Choosing startup services: you can choose the services to be activated at each startup from a list. A priori apmd, netfs and sendmail will not be very useful for you if your machine is not a server...
  • Choosing the printer: a series of questions will allow you to configure your printer by choosing from a list and specifying the port to which it is connected
  • Recording the password: you will be prompted to enter a password for the superuser (root) account, i.e. a user who has all rights
Once you have completed all steps, the computer will restart, and a prompt will be displayed which reads
LILO:
just type linux to boot under Linux and dos to go to your DOS partition, where you will find Windows 9x, DOS or another...

Once you have booted under Linux and entered your superuser name (root) and your password, you must (a priori) install a graphical interface that is more user-friendly than the console (text mode). To do this, go to Installation - XFree86

Last update on Thursday October 16, 2008 02:43:15 PM.This document entitled « Installation of Linux » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.

Best answers for « Installation of Linux » in :
Installing Linux using your USB drive Show Installing Linux using your USB drive UNetbootin Other features UNetbootin If it happens that you have to install linux on a machine and you don’t have any CD or DVD to make an image but you have your USB flash drive. The minimum...
Install Dofus under Linux ShowDownload Dofus Decompress the file Use Dofus Online Install Dofus under Linux Download Dofus For example, if the directory link for the download is set as /home/USERNAME/dofus, you should make use of the command mkdir $HOME/dofus to...
Configure your tv card on linux ShowConfigure your tv card on linux Step1: Card Installation Step 2: Tvtime Installation Step 3: Remote control configuration Lirc Installation First Test Configure Lirc Configure the behavior of buttons Example Autorun This faq...
WINE-Running Windows applications under Linux ShowWINE-Running Windows applications under Linux Installation Test Install a software Directories Notes Wine is a software to run some Windows applications under Linux. Unlike VMWare or VirtualBox, Wine n'émule not a full PC, but...
Download Wubi ShowFor those who want to become familiar with the handling of Ubuntu, there are four paths: one must simply install it. The install? But how? It's a bit difficult not? Wubi (Windows-based Ubuntu Installer) is a program that can install Linux (Ubuntu to...
Download Ext2 Installable File System ShowIf you currently have Windows running and you realize that you need some files for your work which you have stored on an Ext2 volume of your Linux installation, you no longer have to shut down Windows and boot Linux! Furthermore, Windows will now...
Intranet - Installing a mail server ShowIntroduction to installation The most commonly used e-mail server in Linux is Sendmail; however, as it is very hard to configure, we will use Qmail, an alternative e-mail server, instead. Qmail is made up of a group of programs that work with...
Installing a network adapter ShowPurpose The purpose of this article is to set up a network to enable data exchanges between computers, resource sharing and network games. Is it therefore necessary to install a network card in each computer that may be part of the local area...
Intranet - Installing a DNS ShowPackages needed for installation A DNS (domain name server) is a server that links names to the IP addresses of computers on a network. In order to set up such a server, it is necessary to install bind and named. They can be downloaded as RPM files...