U盘安装centos 7 提示“/dev/root does not exist”的解决办法

序号:01

家里有台旧笔记本,就想着装个linux玩玩,做好U盘镜像,安装时报错:

1
Warning: /dev/root does not exist, could not boot

  找了网上很多解决办法,都是cd /dev,查看U盘设备,然后重启按Tab或者e进入配置编辑界面修改,但是的我的显示设备有好多个sdb之类的,蒙了,然后有看到一篇文章
https://blog.csdn.net/qq_25868251/article/details/83900307
说修改文件的,我把两者结合了一下,就是在启动时按Tab或e显示vmlinuz的配置信息如下:

1
initrd=initrd.imginst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet

修改为:

1
initrd=initrd.imginst.stage2=hd:LABEL=CentOS\x207\x20x8 rd.live.check quiet

U盘安装centos 7 提示“/dev/root does not exist”的解决办法

http://leofitz1024.github.io/2020/04/04/Linux/01/

作者

xchen

发布于

2020-04-04

更新于

2021-11-22

评论