VM安装linux 系统报错:No DEFAULT or UI configuration directive found 解决方法

VMware Workstation Pro安装linux操作系统时报错 No DEFAULT or UI configuration directive found ,如下图所示:

VM安装linux 系统报错:No DEFAULT or UI configuration directive found 解决方法

然后可以输入以下命令:

boot:/isolinux/vmlinuz initrd=/isolinux/initrd.img
如果输入这条命令没有反应的话,再次尝试输入下列命令:


/isolinux/vmlinuz initrd=/isolinux/initrd.img xdriver=vesa nomodeset

如果输入这两个命令都没有反应的话,可能是硬盘的某个文件损坏了,就是光盘映射文件损坏。

VM安装linux 系统报错:No DEFAULT or UI configuration directive found 解决方法

VM安装linux 系统报错:No DEFAULT or UI configuration directive found 解决方法

此时就需要重新装个系统,重新下一个CentOS镜像;

如果没有镜像可以在阿里云下载: https://mirrors.aliyun.com/centos/

上一篇:物理机安装Centos8.2


下一篇:最近一次CentOS安装手记