在VMWare 中安装OpenEuler 20.03 LTS SP2

Posted ganzy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在VMWare 中安装OpenEuler 20.03 LTS SP2相关的知识,希望对你有一定的参考价值。

1.下载netinst安装文件:​​https://repo.openeuler.org/openEuler-20.03-LTS-SP2/ISO/x86_64/openEuler-20.03-LTS-SP2-netinst-x86_64-dvd.iso​

新建虚拟机:

将光标移到 Install openEuler 20.03-LTS-SP2,按下Tab键,增加inst.noverifyssl参数(当使用网络https源进行安装的时候,如果https服务器使用的是私有证书,则需要在安装引导界面增加此参数)

选择中文:然后配置网络:

手动设置IP:

配置主机名:

配置安装源:

输入安装源:​​https://repo.openeuler.org/openEuler-20.03-LTS-SP2/OS/x86_64/​

配置启动console的分辨率:vi /etc/grub2.cfg

常见模式为:

  Mode 0x0300: 640x400 (+640), 8 bits  
Mode 0x0301: 640x480 (+640), 8 bits
Mode 0x0303: 800x600 (+800), 8 bits
Mode 0x0305: 1024x768 (+1024), 8 bits
Mode 0x0307: 1280x1024 (+1280), 8 bits
Mode 0x030e: 320x200 (+640), 16 bits
Mode 0x030f: 320x200 (+1280), 24 bits
Mode 0x0311: 640x480 (+1280), 16 bits
Mode 0x0312: 640x480 (+2560), 24 bits
Mode 0x0314: 800x600 (+1600), 16 bits
Mode 0x0315: 800x600 (+3200), 24 bits
Mode 0x0317: 1024x768 (+2048), 16 bits
Mode 0x0318: 1024x768 (+4096), 24 bits
Mode 0x031a: 1280x1024 (+2560), 16 bits
Mode 0x031b: 1280x1024 (+5120), 24 bits
Mode 0x0330: 320x200 (+320), 8 bits
Mode 0x0331: 320x400 (+320), 8 bits
Mode 0x0332: 320x400 (+640), 16 bits
Mode 0x0333: 320x400 (+1280), 24 bits
Mode 0x0334: 320x240 (+320), 8 bits
Mode 0x0335: 320x240 (+640), 16 bits
Mode 0x0336: 320x240 (+1280), 24 bits
Mode 0x033d: 640x400 (+1280), 16 bits
Mode 0x033e: 640x400 (+2560), 24 bits

配置IP: vi /etc/sysconfig/network-scripts/ifcfg-ens32

将ONBOOT=no 改为 ONBOOT=yes

更新系统:dnf update

# 安装dde图形环境(深度(deepin)的DDE)
sudo yum -y install dde
如果你之前操作系统选择的是英文,想使用中文的环境,请先执行dnf groupinstall fonts 安装字体:
设置系统开机后使用图形界面:
 systemctl set-default graphical.target
需要切换回字符界面请使用下面的命令
systemctl set-default multi-user.target

以上是关于在VMWare 中安装OpenEuler 20.03 LTS SP2的主要内容,如果未能解决你的问题,请参考以下文章

(转)在 VMware 中安装 HMC

在Rocky8中安装VMware Workstation 的方法

如何在vmware workstation 8虚拟机的linux系统中安装vmware tools

在vmware中安装CentOS虚拟机,保姆式教学!

在VMware中安装Linux虚拟机并设置联网

如何在Vmware虚拟机中安装Wmware Tools工具