首页 热点资讯 义务教育 高等教育 出国留学 考研考公

linux启动报错 裸体跪求达人指点 小弟新手,请详细教我

发布网友 发布时间:2022-04-23 01:28

我来回答

4个回答

热心网友 时间:2023-10-11 12:53

很明显了,你的sda7有问题,而你的根目录就在sda7上,所以系统启动不了。你在fsck的时候都没有通过。
#fsck.ext2 /dev/sda7
e2fsck 1.32 (09-Nov-2002)
Couldn’t find ext2 superblock, trying magic number in superblock while trying to open /dev/sda7
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt ,and you might try running e2fsck with an alternate superblock:
e2fsck –b 8193 <device>
而在启动提示中,也说到:
fsck.ext2 : / :
The superblock could not be read or does not describe a correct ext2 file system. If the device is valid and it really contains an ext2 file system (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck –b 8193 <device>
翻译:
超级块无法被读取且没有包含一个正确的ext2文件系统。如果设备是有效的并且确实含有一个ext2文件系统(并且没有swap或ufs等其他东西),那么说明超级块是坏的,你可以尝试用一个备用的超级块来运行e2fsck:……

所以其实他的出错提示还是很明白的,你只要仔细读读就好了。按照他给的提示运行一下那个命令,对你的情况来说就是运行:
e2fsck -b 8139 /dev/sda7

热心网友 时间:2023-10-11 12:54

看来好像是交换分区有问题,用光盘进入救援模式,删掉交换分区重建一个就行了。

热心网友 时间:2023-10-11 12:54

你的 /BOOT 目录挂载了没?重新挂一下试试

热心网友 时间:2023-10-11 12:55

to access the bbs:
www maxwit com

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