Detailed steps to install a virtual machine and use CentOS 8 using VMware 15

Detailed steps to install a virtual machine and use CentOS 8 using VMware 15

Preface:

I'm currently learning Linux and .Net Core, and learning some cross-platform knowledge. First of all, the virtual machine software I used is VMware-15.1.0, and the Linux system is CentOS-8-x86_64-1905-dvd1.

1. Install VMware 15.0

First, download the software from the Internet. The installation is pretty simple, so I won’t go into details.

2. Install Linux system

1. Open the VM software installed in the previous step and see the interface as shown below

2. Click New, a pop-up window for creating a new virtual computer will pop up. Select Typical. You can select Custom if necessary.

3. Set up the installer CD/image file, and choose to install the operating system later.

4. CentOS is a free version of RedHat that can be recompiled and repaired, so I chose the RHE version here.

5. After completing the previous step, it is time to command the virtual machine name and set the installation location. The next step is to determine the disk capacity and whether to split the disk. The default disk capacity is 20GB.

6. In this step, you can customize some hardware parameters, including setting the boot floppy disk. Be sure to set it, choose to use the ISO image file, and browse to where you store the ISO file.

7. At this step, you can click to turn on this virtual machine and start the installation.

8. Select the language interface. If you are fluent in other languages, you can choose another one.

9. After setting the language, there will be a summary of the installation information. Just do all the items with a yellow exclamation mark. Generally, only the installation destination item needs to be clicked in to take a look. Basically, you don’t need to modify anything. Just click to complete it.

10. In the software selection, you can choose according to your preferences, there are many options.

11. After everything is completed, you can click to start the installation. You will be asked to set a root password, which is the password for the root account. Root is the account with the highest system permissions, and then wait for the installation to complete.

12. The installation completion interface is as follows, and a restart is required.

This completes the installation.

Conclusion

I tried to install it using Virtual Box several times at the beginning but all failed. I had to reinstall it when it restarted. I still don’t know what caused the problem. I will study it later. If anyone knows, please let me know.

This is an explanation of the format used when creating a virtual machine in Virtual Box. You can take a look at it.

vdi format: a unique hard disk file format created by VirtualBox by default. Currently, no other software supports this format. vmdk format: a virtual hard disk file format created by VMware. This can be migrated to a VM. vhd format: a Microsoft virtual machine hard disk file format. This can be migrated to Windows.

The above is a detailed introduction to the steps of using VMware 15 to install a virtual machine and use CentOS 8. I hope it will be helpful to everyone. If you have any questions, please leave me a message and I 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:
  • A complete tutorial on installing Ubuntu 20.04 using VMware virtual machine
  • Detailed explanation of the practice of installing the Permeate range system using VMware
  • Install Ubuntu using VMware 10 14 steps with pictures and text
  • How to use Open VM Tools instead of VMware Tools when installing Fedora 23/24 and other Linux systems in VMware Workstation/Fusion
  • Problems and solutions when installing and using VMware

<<:  Steps to enable MySQL database monitoring binlog

>>:  How to clear the timer elegantly in Vue

Recommend

Implementation of multi-port mapping of nginx reverse proxy

Code Explanation 1.1 http:www.baidu.test.com defa...

How to design the homepage of Tudou.com

<br />I have been working in front-end for s...

Summary of methods for cleaning Mysql general_log

Method 1: SET GLOBAL general_log = 'OFF';...

In-depth explanation of closure in JavaScript

Introduction Closure is a very powerful feature i...

How to use the vue timeline component

This article example shares the specific implemen...

Detailed description of the function of meta name="" content="

1. Grammar: <meta name="name" content...

Binary Type Operations in MySQL

This article mainly introduces the binary type op...

The concept and characteristics of MySQL custom variables

A MySQL custom value is a temporary container for...

Writing daily automatic backup of MySQL database using mysqldump in Centos7

1. Requirements: Database backup is particularly ...

Insufficient memory problem and solution when docker starts elasticsearch

question Insufficient memory when docker installs...

About VUE's compilation scope and slot scope slot issues

What are slots? The slot directive is v-slot, whi...

idea uses docker plug-in to achieve one-click automated deployment

Table of contents environment: 1. Docker enables ...

MySQL optimization solution: enable slow query log

Table of contents Preface Setting up slow query l...

Javascript to achieve the drag effect of the login box

This article shares the specific code of Javascri...