openEuler operating system installed on vmware

openEuler installation

Description:

This installation is based on the host's AMD x86_64 architecture CPU, under win10

Install the client (virtual machine) openEuler operating system,


ready:

Basic environment: VMWare Workstation14 pro, openEuler operating system image.

 

First, download the openEuler operating system image

https://repo.openeuler.org/openEuler-20.03-LTS/ISO/

 

https://repo.openeuler.org/openEuler-20.03-LTS/ISO/x86_64/

 

Combined with local win10 AMD x64 environment, personally recommend downloading this one

https://repo.openeuler.org/openEuler-20.03-LTS/ISO/x86_64/openEuler-20.03-LTS-x86_64-dvd.iso

 

 

 

After the download is complete, the installation begins.

The following is installed on VMWare Workstation14 pro

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Remove the excess

 

 

Load the image below

 

 

 

 

 

 

Boot

 

 

 

 

 

 

 

 

 

 

Set at least 3 combinations of root user password

 

 

 

Successful installation, restart

 

Then shutdown 0 shutdown

 

Modify virtual machine configuration

 

 

Since the system has been installed, physical drives are used to automatically detect

 

 

Turn on again, this time to configure the yum source

 

 

 

 

 

 

 

Can refer to:

openEuler virtual machine configuration yum source

https://blog.csdn.net/frdevolcqzyxynjds/article/details/105579901

 

 

 

 

 

 

 

 

 

In fact, the IP address already appeared when I logged in earlier

 

Because it is a yum source configuration, you need to copy and paste, so use xshell remote virtual machine

 

 

 

Remote connection succeeded

 

Start configuration

 

cd /etc/yum.repos.d/

 

 

View the system kernel architecture name -a

 

Since it is x86_64

 

Reference link: https://support.huaweicloud.com/csg_faq/csg_04_1209.html

 

 

 

 

 

First use the vi editor to edit the repo file

vi openEuler_x86_64.repo

 

Copy the following paragraph and save it

[base]

name=EulerOS-2.0SP3 base

baseurl=http://mirrors.huaweicloud.com/euler/2.3/os/x86_64/

enabled=1

gpgcheck=1

gpgkey=http://mirrors.huaweicloud.com/euler/2.3/os/RPM-GPG-KEY-EulerOS

 

Then view the repo file

cat openEuler_x86_64.repo

 

Then update the yum source

yum makecache

 

Then query the YUM source that has been successfully configured

yum repolist

 

At this point, openEuler configuration yum source is over! ! !

Install a few commonly used packages

 

 

 

Shut down and modify the network configuration to NAT mode

 

 

CPU memory is adjusted to 1 core 1G

 

Boot

 

 

Then xshell remote link

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Modify the host name

 

 

Normal after restart

 

 

Xshell remote

 

 

 

Then shutdown 0 shutdown

 

Make a backup, clone a complete

 

 

 

 

 

 

 

 

Regenerate a MAC address in the advanced settings of the network adapter and keep it as a backup

 

The backup work is done well. In the future, if the first one breaks down, there is no need to reinstall it.

 

 

At this point, openEuler is installed! ! !

 

 

 

— —

to be continued……

 

Hard work!

Each of your praises is the driving force for my efforts!

More exciting, please pay attention to this blogger!

 

 

Published 254 original articles · praised 219 · 40,000+ views

Guess you like

Origin blog.csdn.net/frdevolcqzyxynjds/article/details/105648163