我的笔记本电脑突然无法启动。有人能帮我诊断一下问题吗?以下是我已经尝试过的一些建议(我不确定它们都是什么意思)。
我尝试使用 BIOS 更改启动模式并指定启动设备,但这些选项不可用。这是信息选项卡。
这是启动选项卡。没有启动设备列表。
我也无法通过从 Ubuntu live USB 启动来修复此问题。GParted 给出错误Input/output error during read on /dev/sda
,gnome-disks 也显示了此错误。
最后,我尝试使用一些命令行工具来检查磁盘状态,这些工具也显示错误。这是 parted 的输出。
ubuntu@ubuntu:~$ sudo parted /dev/sda 'print'
Error: /dev/sda: unrecognised disk label
Model: ATA PS3111 (scsi)
Disk /dev/sda: 21.0MB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
这是 fsck 的输出(我尝试了此输出中建议的命令,它们给出了类似的结果)。
fsck from util-linux 2.31.1
e2fsck 1.44.1 (24-Mar-2018)
fsck.ext2: Input/output error while trying to open /dev/sda
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
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>
or
e2fsck -b 32768 <device>
答案1
从您的屏幕截图和终端输出来看,问题似乎出在 SSD 上(仅显示 21 MB 和 IO / 超级块错误)。
进一步调查显示,SSD 控制器(Phison PS3111)给很多人带来了麻烦自推出以来,该控制器主要用于廉价 SSD。
从这一点来看,很可能是您的 SSD 出现故障了。