安装 centos8.1
Posted kooapk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装 centos8.1相关的知识,希望对你有一定的参考价值。
阿里云镜像下载链接
http://mirrors.aliyun.com/centos/8.1.1911/isos/x86_64/
选择
CentOS-8.1.1911-x86_64-dvd1.iso 下载即可
然后使用 UltraISO 安装镜像到U盘
遇到的问题
首先是在U盘启动时候遇到的,Warning: /dev/root does not exist。没找到U盘的位置
选择 install centos 8
按下 e
vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=CentOSx207x20x86_64 rd.live.check quiet
改为 (/dev/sda4是u盘挂载点)
vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sda4 quiet
然后输入 ctrl + x 继续启动U盘
以上是关于安装 centos8.1的主要内容,如果未能解决你的问题,请参考以下文章