Centos系统U盘安装时报错“/dev/root does not exist”

Linux

报错内容

Warning: /dev/root does not exist
Generating "/run/initramfs/rdsosreport.txt"

Entering emergency mode. Exit the shell to continue.
Type "journalctl" to view system logs.
You might want to save "/run/initramfs/rdsosreport.txt" to a USB stick or /boot after mounting them and attach it to a bug report.

wKgDpGc8QtWEJnJmAAAAAJfh2Mw841

解决办法

1.查看U盘所在路径

执行命令,查看U盘设备文件路径

ls /dev
# 或
lsblk

如下图,U盘安装文件分区为sda4

image-20250801085850206

2.重启,按e编辑选项

e

image-20250801090042915

将原来的hd:LABEL=CentOS\x207\x20x86_64 quiet 修改为hd:\dev\sda4 quiet,如下图

image-20250801090203841

wKgDpGc8RSmEc_uvAAAAALauhQs499

3.继续安装

按 Ctrl + x 继续安装Centos系统即可。

本文链接:https://www.orcy.net.cn/4276.html,转载请附上原文出处链接

暂无评论

发表评论

电子邮件地址不会被公开。 必填项已用*标注