Install CentOS 7 Minimal
By Vladimir Mikhalev · Solutions Architect · Docker Captain · IBM Champion
This article is for those looking for a detailed and straightforward guide on installing CentOS 7 Minimal.
After successfully booting from a CentOS 7 installation flash drive or DVD, the first step is to select in which language the welcome menu will be displayed.
Select “Install CentOS 7” from the welcome menu.

Now you need to choose in which language the installation process of CentOS 7 will be displayed. I highly recommend using English.
Select “English” and click on the “Continue” button.

Now you need to enable the network adapter and provide a name for the new server.
In the “System” section, select “Network & Host Name”.

Select the network adapter that you want to enable, and click on the power button in the upper right corner of the screen.
If you need to assign a static IP address to the server, then select a network adapter and click on the “Configure” button.

Now you need to assign a name to the new server.
In the “Host name” field, specify the full name of the server.

Now you need to choose which disk the new operating system will be installed on.
In the “System” section, select “Installation Destination”.

NOTEIn this example, one 20 GB disk is installed.
NOTEAll free disk space will be allocated for the system.
Leave the default settings and click on the “Done” button.

Next, you need to specify the geographic location of your server on which the system is being installed.
In the “Localization” section, select “Date & Time”.

NOTEIn this guide, we consider a server located in Russia, in the city of Moscow.
Select the region, city and click on the “Done” button.

If you need to specify additionally the repository and proxy server settings, you can do this in the “Software” section by selecting “Installation Source”.
This guide does not use a proxy server.
Next, you need to select a security policy for your server.
In the “Security” section, select “Security Policy”.

Select “Standard System Security Profile” and click on the “Select Profile” button.

Click on the “Done” button.

Now you can start the process of installing the system.
Click on the “Begin Installation” button.

The process of installing the system has begun.
Next, you need to set a password for the “root” administrator account and create a user account.
Let’s change the password for the “root” account.
In the “User Settings” section, select “Root Password”.

We provide a strong password for the “root” account.
Click on the “Done” button.

Now let’s create a new user.
In the “User Settings” section, select “User Creation”.

We indicate the name, surname, login, and strong password for the new user.
Click on the “Done” button.

Now you need to wait for the completion of the system installation process.

The system installation process is complete.
Click on the “Reboot” button.

Next, you need to specify the login credentials that were specified earlier during the installation of the system.

Related Posts
- 1Recovering a Corrupt Exchange Database with Stellar Repair — Real-World Lab TestSysAdmin & IT Pro · We deliberately broke an Exchange 2019 server to see if Stellar Repair for Exchange could recover a dirty-shutdown EDB file. Step-by-step recovery process, lab setup, and lessons learned.
- 2Distinctions Between Terminal, Command Line, Shell, and PromptSysAdmin & IT Pro · Learn the differences between terminal, command line, shell, and prompt in Linux. A beginner-friendly guide to essential CLI concepts and tools.
- 3Install Ubuntu Server 22.04 LTSSysAdmin & IT Pro · Step-by-step guide to install Ubuntu Server 22.04 LTS. Covers language, disk setup, OpenSSH, user creation, and system configuration for beginners.
- 4Install OTRS on Ubuntu ServerSysAdmin & IT Pro · Comprehensive guide to installing OTRS Community Edition on Ubuntu Server. Learn to configure PostgreSQL, Apache, SSL with Let's Encrypt, and launch OTRS securely.
Random Posts
- 1AI Didn't Fix Productivity. Measurement Did.Opinion & Culture · AI adoption is easy. Proving productivity isn't. A Docker Captain's view on why AI impact is hard to measure—and how teams can finally prove real value.
- 2Install Bitwarden on Ubuntu Server 22.04 LTSSelf-Hosting · Learn how to install Bitwarden on Ubuntu Server 22.04 LTS using Docker. Step-by-step instructions for setup, SSL with Let's Encrypt, and secure password storage.
- 3Simplifying the Transition from Docker Compose to Kubernetes with Compose BridgeDevOps & Cloud · Discover how to convert Docker Compose files to Kubernetes manifests using Docker's Compose Bridge. Simplify your migration and deploy applications efficiently.
- 4Export Drivers Using Windows PowerShellSysAdmin & IT Pro · Learn how to export Windows drivers using PowerShell with the Export-WindowsDriver cmdlet. Step-by-step guide for automation and IT pros.