Installation process of CentOS8 Linux 8.0.1905 (illustration)

Installation process of CentOS8 Linux 8.0.1905 (illustration)

As of now, the latest version of CentOS is CentOS 8. Next, we will introduce the installation process of CentOS Linux 8.0.1905.

1. Install CentOS 8

A successful boot of the system will display the interface shown above:

# Interface Description

Install CentOS Linux 8.8.1905

Test this media & install CentOS Linux 8.0.1995: Test and install CentOS Linux 8.0.1995

Troubleshooting

Here we will install directly, so select the first option, install CentOS 8, press Enter, and the following interface will pop up:

Here is a check. We can choose to skip it by pressing the [Esc] key. Then we will wait until the language selection is displayed:

We can enter Chinese in the search bar in the lower left corner to help us quickly find the Chinese option

Continue with the installation

Select System--Installation Destination and enter the disk allocation interface

Here, select the disk in the local approved disk, then select Custom in Storage Configuration, and then select Done in the upper left corner. A customized disk allocation interface will be displayed. Here we use the + sign in the lower right corner to add a swap partition, and set the space size to twice the memory. Mine is 4G.

#Swap partition, usually set to twice the memory

Then add a \ to represent the remaining space, set the device type to standard partition, and select Finish.

After returning to the main interface, we can start the installation, and the following interface will be displayed

Select Root Password to set the root user's password (required), select Create User (recommended), and then wait for the installation to complete.

After restarting, you need to authenticate the license. Click to agree directly, then select Finish, and you can continue to restart.

Finally, the login interface will be displayed. We can enter the password according to the account and then start using CentOS.

Summarize

The above is the installation process of CentOS8 Linux 8.0.1905 introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • CentOS 8 installation diagram (super detailed tutorial)
  • VMware installation of Centos8 system tutorial diagram (Chinese graphical mode)
  • VMware installation of Centos8 system tutorial diagram (command line mode)
  • CentOS 8 Installation Guide for Zabbix 4.4
  • VMware virtual machine installation CentOS 8 (1905) system tutorial diagram
  • MySQL 8.0.16 installation and configuration tutorial under CentOS7
  • Installation and configuration of mysql 8.0.15 under Centos7
  • Detailed steps to install Docker 1.8 on CentOS 7
  • MySQL 8.0.13 installation and configuration tutorial under CentOS7.3

<<:  getdata table table data join mysql method

>>:  A brief analysis of the basic implementation of Vue detection data changes

Recommend

Solutions to the problem of table nesting and border merging

【question】 When the outer table and the inner tab...

Summarize the commonly used nth-child selectors

Preface In front-end programming, we often use th...

JS Asynchronous Stack Tracing: Why await is better than Promise

Overview The fundamental difference between async...

Some questions about hyperlinks

<br />I am very happy to participate in this...

Vue implements multi-tab component

To see the effect directly, a right-click menu ha...

A detailed introduction to the Linux directory structure

When you first start learning Linux, you first ne...

Mini Program Development to Implement Unified Management of Access_Token

Table of contents TOKEN Timer Refresher 2. Intern...

Introduction to CSS BEM Naming Standard (Recommended)

1 What is BEM Naming Standard Bem is the abbrevia...

Detailed explanation of using Baidu style in eslint in React project

1. Install Baidu Eslint Rule plugin npm i -D esli...

JS thoroughly understands GMT and UTC time zones

Table of contents Preface 1. GMT What is GMT Hist...

Sliding menu implemented with CSS3

Result:Implementation code: <!DOCTYPE html>...

MySQL uses find_in_set() function to implement where in() order sorting

This article introduces a tutorial about how to u...