Share on Social Media

In this tutorial, you will learn CentOS 7 installation guide with screenshots. #centlinux #linux

What is CentOS?

CentOS (Community Enterprise Operating System) is the famous distribution of Linux that provides a free, enterprise-class, community-supported computing platform, functionally compatible with it’s upstream source, Red Hat Enterprise Linux.

System Specification :

We are using a KVM virtual machine with following specification:

CPU2.4 Ghz (2 Cores)
Memory2 GB
Storage50 GB

Install CentOS 7 in VMWare:

First of all, you are required to download the CentOS 7 ISO from the their Official website

We prefer to start with Minimal ISO, and then install only those packages when they are required by using yum command.

Insert CentOS 7 ISO/DVD in your virtual machine DVDROM and start it.

image 404

Select Install CentOS 7 and press Enter.

image 405

Select Language for the installation process. We selected English – English (United States).

Click on Continue.

image 406

Now, you are at the installation summary screen. You are required to make various customizations here. At first, click on Date/Time to adjust settings.

image 407

Select your timezone and adjust time and date (if required). Click on Done to get back to installation summary screen.

image 408

Click on Installation Destination to setup disk partitions.

image 409

At Installation Destination screen, the primary hard disk is already been selected by the installer, and at the Other Storage Options section Automatic Configure Partitioning is selected. But for the sake of demonstration we select I will configure partitioning and Click on Done.

image 410

In Manual Partitioning screen, select Standard Partition from drop down list. and Click on +.

image 411
image 412

Add a swap partion of 4 GB and / root partition of 50 GB.

image 413

Review the storage structure and click on Done.

image 414

Click on Accept Changes.

image 415

At the Installation Summary screen again. Click on Network and Host name.

image 416

Turn on the Ethernet adaptor and you will notice that Linux Server will automatically acquire a dynamic IP and other network configurations from our DHCP Server.

image 417

But usually, we required to assign a fixed IP to the Server, therefore, we assign another IP, that we have already reserved for it. Click on Configure.

image 418

Go to IPv4 Settings tab.

image 419

Select method Manual and Click on Add to add an IP address. Also add Gateway and DNS servers information on this screen. Our final configurations are as follows”:

image 420

We are not intented to use IPv6 networking, therefore go to IPv6 Settings tab and select method Ignore.

Click on Save.

image 421

Review Network settings and set the FQDN (Fully Qualified Hostname) of your Linux server.

Click on Done.

image 422

Click on Begin Installation to start CentOS 7 minimal installation.

image 423

Two more configurations are available during the installation. i.e. Root Password and User Creation. So set a password for root user and create another Admin User as follows:

image 424
image 425

Click on Done at both screens.

image 426
image 427

At the end of CentOS 7 installation, Click on Reboot.

image 428
image 429

Conclusion – CentOS 7 Installation Guide with Screenshots:

CentOS 7 minimal installation completed successfully.

Leave a Reply