Flux rss

Linux: Preparation of the system prior to installation

Required hardware

Linux does not require a state-of-the-art computer in minimal configuration:

  • a 386SX processor or higher
  • 4 MB of RAM (8 MB recommended)
  • a hard disk controller and a hard disk with 20 MB of free space (100 MB recommended)
    (in practice, Linux can run from a simple floppy disk)
  • a CD-ROM drive
As to connected peripheral devices, hardware components that are commonly available on the market are much more likely to be supported by Linux...

Prerequisites

Linux can be installed in addition to the operating system that is already installed on your machine.
Before launching the installation, make sure that the file system is errorfree by using a program such as scandisk or chkdsk to verify the integrity of the drive, since Linux makes much heavier use of the disk than DOS, for example.

Installation stages

Linux is installed in several steps which make it possible to implement a file system that is recognized by Linux (ext2fs) on one or several dedicated partitions and then to proceed with the installation itself. To configure a node prior to startup from the disk, the steps are as follows:

  • Creating boot disks
  • Startup of the system from the floppy disk
  • Creating the main partition of the hard disk
  • Creating the swap partition
  • Creating the file system
  • installation of Linux
  • Configuration of the kernel
  • Restarting the system

Creating the boot and root disks

Floppy disks that allow booting of the system under Lindux with a minimal kernel make it possible to install Linux. These floppy disks will be created by using a program which makes it possible to copy image files (all files to be placed on floppy disks) onto a floppy disk. There are two such floppy disks:

  • boot disk: containing a Linux kenerl which makes it possible to start up the system
  • root disk: containing the installation program
The image file to be chosen in each case depends on the configuration of your system and will be called:
  • scsi, in the case of a SCSI CD-ROM drive
  • sbpcd, in the case of a Panasonic CD-ROM drive or a Sound Blaster Pro branched drive
  • nec260, in the case of a CD-ROM Nec 260 drive
  • Mitsumi, in the case of a CD-ROM Mitsumi drive
  • cdu31a, in the case of a CD-ROM Sony CDU31 or CDU33a drive
  • cdu535, in the case of a CD-ROM Sony CDU531 or CDU535 drive
For both of the two image files (boot and root), you just need to go to the directory containing the proper image file and then type "\rawrite", the program will then prompt you for the name of the image file (scsi, for example, for the image file of the boot disk), then the drive (a:)

You may finally create an additional disk for subsequent use (for example, if you plan to buy a SCSI card because you have a CD-ROM IDE drive...).

Booting from the floppy disk boot

Once the disks have been created, reboot the computer after placing the floppy disk in the drive a:
After a few messages, the system displays the line: "boot:", hit enter to continue.
The system then asks for the root disk

Creating partitions

To be able to use Linux, you must create a partition (preferably larger than 900 MB to be able to install all options) using the "Linux Ext2" file system and (optionally) a swap partition (virtual memory, i.e. a part of the disk that is used in case of a lack of active memory) with a size of several MB.

You may optionally create other partitions to be dedicated to a special type of data, for example a partition for your documents, one for utilities, etc.

There are different ways to create partitions:

  • Under a Microsoft system, prior to starting up the system with the boot disk:
    • Under Windows 9x, the software Partition Magic 4 makes it very easy to create ext2fs and swap partitions without losing data on the disk
    • Under MS-DOS, use the software fdisk that is supplied by default, which is more ergonomical that the software with the same name that is supplied with Linux
    • Please also note the existence of a DOS utility with the name fips, which makes it possible to perform non-destructive operations on partitions
  • Under Linux, upon successful startup of the system. The installation procedure varies depending on the distribution:
    • with Slackware type distributions, you must enter the commands manually, i.e. successively partition, format, create the file system, and install.
    • with RedHat type distributions, these operations are automated, and you must respond to questions...

Once the partitions have been created, you will certainly be asked for the type of the two preceding partitions. They are:

  • type 82 for the secondary memory
  • type 83 for the main partition

  • The main partition must be located in the disk interval between the first and the 1023rd cylinder!
  • Write down the size (in number of blocks) of the main partition and of the swap partition on a piece of paper for future reference

Creating the file system

Under certain distributions, you will be prompted to create a file system before launching the installation (this is not the case, among others, with the distributions RedHat 5.2 and Mandrake 6.0, for which all of the following operations are automated menus).
Once you have created the main partition and the partition of the secondary memory (swap partition), activate the secondary memory and create the file system of the main partition.

The secondary memory is activated by using the following command:

mkswap -c partition size
For example, for a secondary memory using 10000 blocks, on the second partition of the second disc (hdb2) the command would be as follows:
mkswap -c /dev/hdb2 10000
Use the command swapon to activate this partition

Use the following command to create the file system ext2fs:

mke2fs -c partition size
for example:
mke2fs -c /dev/hda2 202137
This document entitled « Linux: Preparation of the system prior to installation » 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.

Résultats pour Linux: Preparation of the system prior to installation

Download WorldSharp 1099 Preparation System WorldSharp 1099 Preparation System is an accounting software. It allows for files in standard ACH (Automated Clearing House - NACHA) and make deposits and payments. The forms are supported: 1098, 1098-C, 1098-E, 1098-T, 1099-A, 1099-B, 1099-C, 1099... en.kioskea.net/telecharger/telecharger-1153-worldsharp-1099-preparation-system
[Debian] Debian GNU/Linux 4.0 AMD64 - Installing Skype [Debian] Debian GNU/Linux 4.0 AMD64 - Installing Skype Downloading Skype Installation Configuring Skype Downloading Skype mkdir /home/lami20j/src cd /home/lami20j/src wget http://www.skype.com/go/getskype-linux... en.kioskea.net/faq/sujet-808-debian-debian-gnu-linux-4-0-amd64-installing-skype
File transfering two linux systems using ftp Hello, I have a problem in transfering the files between two linux computers. My problem is that not able to transfer the files using ftp and myself new to linux operating systems. I am doing my project on linux and the first task is to transfer files... en.kioskea.net/forum/affich-12207-file-transfering-two-linux-systems-using-ftp

Résultats pour Linux: Preparation of the system prior to installation

GIT for WindowsGIT for Windows GIT is the acronym of GNU Interactive tools. It is a file system browser for handling various and large software projects with shell facilities to ease the work most notably for Linux operating system. However GIT... en.kioskea.net/faq/sujet-499-git-for-windows
Changing password via a scriptChanging password via a script Method 1: passwd Method 2: chpasswd Method 1: passwd Conventionally the command use to change password on Linux based system is passwd , the option related to this command is –stdin ,an this is all done... en.kioskea.net/faq/sujet-790-changing-password-via-a-script
Convert your video file to and from .flvConvert your video file to and from .flv Introduction Under Windows Riva FLV Encoder: Super: Under Linux Operating Systems Introduction This tips has been drawn to explain how to convert your video files from any files type to .flv... en.kioskea.net/faq/sujet-822-convert-your-video-file-to-and-from-flv

Résultats pour Linux: Preparation of the system prior to installation

System automatically reboot when startupHello, my name is ashok kumar, in my system have installed windows xp, and also when that time update my antivirus software then that time my system will reboot automatically when startup. in this problem occured in spyware anti virus and f-securfe... en.kioskea.net/forum/affich-21647-system-automatically-reboot-when-startup
How to get linux????Hello, i just wanted to know how to do to get a linux and how to install it on my pc,,,,please help me en.kioskea.net/forum/affich-15505-how-to-get-linux
Video is coming without soundRecently I formatted my system and installed windows XP. Now video is coming without sound.When I saw message your sound device is not proper and driver of that device is not established.Can you please tell me how to get the sound and information of... en.kioskea.net/forum/affich-22788-video-is-coming-without-sound

Résultats pour Linux: Preparation of the system prior to installation

Download Ext2 Installable File SystemIf 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... en.kioskea.net/telecharger/telecharger-235-ext2-installable-file-system

Résultats pour Linux: Preparation of the system prior to installation

French police deal blow to MicrosoftFrench police at work in Paris in 2006. The French paramilitary police force has said it is ditching Microsoft for the free Linux operating system, becoming one of the biggest administrations in the world to make the break. The French paramilitary... en.kioskea.net/actualites/french-police-deal-blow-to-microsoft-10037-actualite.php3

Résultats pour Linux: Preparation of the system prior to installation

Linux - Tree structure of files To ensury compatibility and portability, Linux systems comply with the sole FHS (File Hierarchy Standard) standard. The basic hierarchy is as follows: /the root, containing the main directories /bincontains essential executables of the system, used... en.kioskea.net/linux/linarb.php3
Linux - Installation 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... en.kioskea.net/linux/lininst.php3
Linux - Mini HOW-TO Documents The mini HowTo documents are a set of documentations written by different people on very specific topics concerning Linux. Below you will find a (non exhaustive) list of HowTo documents written or translated into French: HOW-To Description 3Dfx-HOWTO... en.kioskea.net/linux/howto.php3