VMware virtual machine installation Linux system graphic tutorial

VMware virtual machine installation Linux system graphic tutorial

This article shares the specific steps of VMware installation of Linux system for your reference. The specific content is as follows

First, prepare a Linux image file. I use the CentOS-6.6-x86_64-minimal version here.

Secondly, you need to install VMware software on your computer. This step is omitted (idiot-style installation)

The installation steps are as follows:

1. New Virtual Machine Wizard

2. Select the operating system to be installed and its corresponding version

3. Name the virtual machine and set its location

4. Specify disk capacity

5. Configure the relevant hardware of Linux operating system

Click "Customize Hardware" on the left and the hardware configuration diagram on the right will appear. In this interface, you can configure the operating system memory, processor, image file, network, printer, etc. This step can be configured now or in the next step (see step 7). After the configuration is complete, click the Close button.

6. Configure the operating system image file

7. Configuration is complete, let me show you the VMware interface

8. Next is to start the virtual machine

Select the virtual machine to start, click the start button in step 7, and the following pictures will appear in sequence:

9. Whether to conduct media test

Select Skip here

Go to the next interface

Continue next

10. Select the language displayed during installation

I chose English here

11. Select keyboard input language

11. Storage Device Warning

Select “Yes, discard any data”

12. Set the hostname

13. Set the operating system time zone information

The time zone selected here is Shanghai


14. Set the operating system login password

If the password is set too simple, the system will prompt as follows:

If it is used for local computer testing, it doesn’t matter much, but if it is in important situations such as production environment, you need to set a complex password!

Click Use Anyway to skip

15. Select the installation type

Select Use All Space here

16. Write the above configuration to disk

17. Installing

18. Installation completed interface

19. Click the Reboot button in step 18 to restart the operating system

20. Complete the installation

Now you can log in to the operating system. The default username is root, and the password is the password set in step 14 above.

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • How to install Linux system (Redhat8) and virtual machine network configuration in VMware
  • Create a virtual machine and install the Redhat Linux operating system on VMware (graphic tutorial)
  • Windows uses VMware to create a Linux virtual machine and install the CentOS7.2 operating system
  • VMware 14.0.0 version virtual machine installation Ubuntu 16.04 LTS version Linux system graphic tutorial
  • VMware installs Linux system on virtual machine
  • Installing Linux operating system in VMware virtual machine

<<:  Detailed explanation of galera-cluster deployment in cluster mode of MySQL

>>:  Vue2/vue3 routing permission management method example

Recommend

Three ways to implement waterfall flow layout

Preface When I was browsing Xianyu today, I notic...

Detailed explanation of the transition attribute of simple CSS animation

1. Understanding of transition attributes 1. The ...

Complete steps to install mysql5.7 on Mac (with pictures and text)

I recently used a Mac system and was preparing to...

A brief analysis of the basic concepts of HTML web pages

What is a web page? The page displayed after the ...

MySQL Optimization Summary - Total Number of Query Entries

1. COUNT(*) and COUNT(COL) COUNT(*) usually perfo...

How to redirect to https through nginx load balancing

Copy the certificate and key on the web scp -rp -...

Detailed explanation of FTP environment configuration solution (vsftpd)

1. Install vsftpd component Installation command:...

Javascript operation mechanism Event Loop

Table of contents 1. Four concepts 1. JavaScript ...

MySQL database basic syntax and operation

MySQL database basic syntax DDL Operations Create...

How to build a MySQL PXC cluster

Table of contents 1. Introduction to PXC 1.1 Intr...

Vue implements pull-down to load more

Developers familiar with Element-UI may have had ...

Docker installs Redis and introduces the visual client for operation

1 Introduction Redis is a high-performance NoSQL ...

Detailed explanation of mysql exists and not exists examples

Detailed explanation of mysql exists and not exis...