U盘安装Centos7 root does not exist 解决方案

U盘安装Cent os7 /dev/root does not exist 导致无法安装解决方案。

最近需要用Liunx系统来写东西,但是在安装的时候去出现了错误。

我用软碟通将一个空U盘打成了Liunx的系统盘,但是安装时却报错:/dev/root does not exist

解决办法

我在把U盘打成系统盘之后,U盘的名字也发生了变化

变成了 CentOS 7 x8 ,我隐隐觉得不对劲,

直到看到了这篇文章才明白过来

(https://blog.csdn.net/qq_25868251/article/details/83900307)

在下面这个页面的时候,我突然有个想法

Alt

在按E之后出现的界面里,

将vmlinuz initrd=initrd.imginst.stage2=

hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet

这一行的 '6_64’删掉,Ctrl+X保存。

问题解决

你可能感兴趣的:(Liunx)