首 页 行业热点 新车 试驾评测 养车用车 车型库

虚拟机安装啦红帽linux系统,启动报错,不能正常启动,一直卡在开机界面,我的是RedFlagin_V8.0系统。

发布网友 发布时间:2022-04-20 23:59

我来回答

3个回答

热心网友 时间:2023-10-26 20:17

你这是文件系统出错了吧。

输入不显示文字的时候,可能是要求你输入root密码的,
你试试输入root密码,回车后出现类似“(Repair filesystem) 1 #”的提示符的话,
就可以执行命令了。
然后按照系统提示上说的,用fsck对磁盘进行检查修复。
先mount,然后再fsck试试看。
下面是网上摘录的执行过程,参考一下。
(Repair filesystem) 1 # _

(Repair filesystem) 1 # mount
/dev/sda1 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devfs (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

mount: warning: /etc/mtab is not writable (e.g. read-only filesystem).
It's possible that information reported by mount(8) is not
up to date. For actual information about system mount points
check the /proc/mounts file.

(Repair filesystem) 2 # fsck -t ext3 /dev/sda1
fsck 1.39 (29-May-2006)
e2fsck 1.39 (29-May-2006)
/ contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Inodes that were part of a corrupted orphan linked lit found. Fix<y>?

遇到系统询问就回车,直接默认y即可。

最后退出,系统应该会自动重启。
(Repair filesystem) 3 # exit

热心网友 时间:2023-10-26 20:17

启动发现硬盘故障,重新安装吧

/dev/sda1 发现文件系统故障

热心网友 时间:2023-10-26 20:18

磁盘问题不能访问,有无装载SDA1

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com