0


VMware安装CentOS 8系统


一、获取 ISO 镜像文件

1. 获取地址

2. 镜像下载

  • 常用镜像地址: 推荐使用清华镜像源或阿里镜像源下载 ISO 镜像文件# 推荐镜像源http://mirrors.tuna.tsinghua.edu.cn/centos/8-stream/isos/x86_64/http://mirrors.aliyun.com/centos/8-stream/isos/x86_64/# 其他镜像源http://mirrors.nju.edu.cn/centos/8-stream/isos/x86_64/http://mirrors.jlu.edu.cn/centos/8-stream/isos/x86_64/http://mirrors.qlu.edu.cn/centos/8-stream/isos/x86_64/http://mirrors.163.com/centos/8-stream/isos/x86_64/http://mirrors.bfsu.edu.cn/centos/8-stream/isos/x86_64/http://mirrors.bupt.edu.cn/centos/8-stream/isos/x86_64/http://mirrors.ustc.edu.cn/centos/8-stream/isos/x86_64/
  • 以清华镜像源为例,下载 CentOS8 镜像文件image.png

三、安装 CentOS8 系统

1. 新建虚拟机

  • 使用 VMware Workstation 软件安装 CentOS 8 操作系统image.png
  • 按步骤新建虚拟机,根据新建向导操作即可image.png
  • 选择 “稍后安装操作系统”,点击 “下一步”image.png
  • 选择对应版本,版本选择 “CentOS 8 64 位”image.png
  • 根据需要修改对应名称和位置,点击下一步image.png
  • 根据自己笔记本的性能选择合适的CPU和内存配置,此处选择 2 核和 2GBimage.pngimage.png
  • 网络模式直接选择 NAT 模式,控制器类型默认即可,然后点击下一步image.pngimage.png
  • 磁盘选择合适的磁盘类型,image.pngimage.pngimage.pngimage.png
  • 新建虚拟机完成后,修改虚拟机配置image.png
  • 选择下载好的 ISO 镜像文件,点击确认image.png

2. 安装CentOS8

  • 启动虚拟机,选择安装 CentOS 8,回车确认image.png
  • 根据图示步骤,安装配置即可image.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.png

2. 初始化配置

  • 配置 yum 阿里镜像源,建立 yum 软件包缓存$ rm-rf /etc/yum.repos.d/*$ wget-O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-8.repo$ yum clean all$ yum makecache
标签: centos linux

本文转载自: https://blog.csdn.net/Y94639997/article/details/138314186
版权归原作者 小黑哪有坏心思! 所有, 如有侵权,请联系我们删除。

“VMware安装CentOS 8系统”的评论:

还没有评论