物理机安装CentOS 7.8
Posted Liujun_Deng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了物理机安装CentOS 7.8相关的知识,希望对你有一定的参考价值。
系统:CentOS 7.8
记录物理机安装该系统遇到的异常:
1、报错/dev/root does not exist
解决方案:
重启系统,按e,将initrd=initrd.img inst.stage2=hd:LABEL=CentOS\\x207\\x20x86_64 rd.live.check quiet
修改成:initrd=initrd.img inst.stage2=hd:/dev/sdb4 quiet
如下图所示:
修改前
修改后:
2、software均存在叹号异常,installation source未显示local
解决方案:
经查询资料,很可能为系统安装介质不完整,重新刻录系统镜像,此异常不再发生.
3、system列installation destination存在叹号
解决方案:分区时要指定/boot/efi和/boot分区,否则便会出现该异常.
以上是关于物理机安装CentOS 7.8的主要内容,如果未能解决你的问题,请参考以下文章