Difference between revisions of "Centos installation"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
In order to install MOR, you need the Centos 5.2+ system ('''Install newest version''').
In order to install MOR, you need the Centos 6 system ('''Install newest version''').


First of all, you need to download the Install image. Decide which architecture you need (i386 or x86_64) and download only the first CD out of 6(7), because only the first CD is necessary to install the base system.
First of all, you need to download the Install image. Decide which architecture you need (i386 or x86_64) and download only the first CD out of 6(7), because only the first CD is necessary to install the base system.

Revision as of 14:54, 2 November 2012

In order to install MOR, you need the Centos 6 system (Install newest version).

First of all, you need to download the Install image. Decide which architecture you need (i386 or x86_64) and download only the first CD out of 6(7), because only the first CD is necessary to install the base system.

How do you choose between i386 (32bit) and x86_64 (64bit)? There is a simple rule: if you have 4gb of RAM or more, choose x86_64 (64bit).

Centos can be downloaded from here: http://mirror.centos.org/centos/5/isos/ version 6 can be found here: http://mirror.centos.org/centos/6/isos/ (we recommend downloading latest releases).

As an example, for i386 you should download the file CentOS-5.4-i386-bin-1of6.iso.

For x86_64, download the file CentOS-5.4-x86_64-bin-1of7.iso

Make sure file IS NOT LiveCD and extension is ISO, but not .torrent!

After you burn and boot from this CD, you will see:

Centos (1).jpg

Press enter. System will ask you to check your installation media. Press Skip to save the time:

Centos (2).jpg

Now select your language here and click Next:

Centos (3).jpg

Select your keyboard layout and click Next:

Centos (4).jpg

If your hard disk is blank (no partition) you will get this message. Click Yes, discard any data and then click Next:

Centos (5).jpg

Type your Hostname and click Next:

Centos (6).jpg

Select your time zone and click Next:

Centos (7).jpg

Create a strong password for your system and click Next.

Centos (8).jpg

Read this menu carefully. First section will use all the spaces of your HDD and erase all data. Second Section will only remove previous Linux partition. Third section will reduce size of exiting partition and create some free spaces to install CentOS. In last section you can create partition manually. Just choose last section to manually create partition:

Centos (9).jpg

Here you have to create partition to install CentOS. And also have to create a root (/) partition and Swap area. Select free space and click Create:

Centos (10).jpg

Select Standard Partition and click Create. In Mount Point section Type / for root partition. Type your partition size in MB and click Ok:

Centos (11).jpg

Now you have to create a Linux swap area. Swap area is generally double of your RAM size. So select free space again and click Create. In File System Type select Swap. Give the size of this partition in MB and click Ok:

Centos (12).jpg

Now you will get a warning message (Format Warning). Click Format.

Centos (13).jpg

Click Next:

Centos (14).jpg

Select your desired option. If you want desktop version select Desktop or if you want to install server then select Basic Server. You can also customize default software installation by clicking on Add additional Software repositories or Modify repository. Then click Next.

Centos (15).jpg

After finishing all the process you will get a "Congratulations" message. Click on Reboot.

Centos (16).jpg

After reboot your computer you will get a login screen. Just type root as user name and your password.


Troubleshooting

If the installer is asking you for CD #2, #3, #4, or anything else, it means you failed to UNSELECT all packets, as was pointed out above.

Solution:

1. Read the manual carefully once again.

2. Do as it says EXACTLY (unselect ALL packets).

3. Reinstall.


See also

CentOS installation on OVH servers