Ubuntu 在文件系统检查后无法启动

tom*_*mas 7 filesystem partitioning dual-boot

我有 Ubuntu 和 Windows 的双启动,由于某些文件系统不一致,Ubuntu 无法加载。它始终运行文件系统检查,然后切换到紧急模式。这是日志中的错误列表:

-- Logs begin at ?t 2016-10-20 16:27:28 CEST, end at ?t 2016-10-20 16:29:24 CEST. --
kernel: Error parsing PCC subspaces from PCCT
systemd-fsck[506]: fsck failed with error code 4.
systemd[1]: Failed to start File System Check on /dev/disk/by-uuid/115d2332-e953-48a1-a0c8-05fef157d207.
Run Code Online (Sandbox Code Playgroud)

试图修复解析 PCC 子空间的错误我在 Windows 中禁用了休眠启动,但它没有帮助。

我还尝试了该线程中投票最多的建议,但没有成功:“欢迎使用紧急模式!” 认为是fsck问题

Fsck 说:

/dev/sda1 clean
Run Code Online (Sandbox Code Playgroud)

Fdisk 输出:

Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x38034de7

Device     Boot     Start       End   Sectors   Size Id Type
/dev/sda1            2048 453787647 453785600 216.4G 83 Linux
/dev/sda2       968970238 976771071   7800834   3.7G  5 Extended
/dev/sda3  *    453787648 556187647 102400000  48.8G  7 HPFS/NTFS/exFAT
/dev/sda4       556187648 968968191 412780544 196.8G 83 Linux
/dev/sda5       968970240 976771071   7800832   3.7G 82 Linux swap / Solaris

Partition 2 does not start on physical sector boundary.
Partition table entries are not in disk order.
Run Code Online (Sandbox Code Playgroud)

你知道有什么解决办法吗?

编辑:

在 sda4 上 fsck 之后,它似乎工作正常。

黑色输出:

/dev/sda5: UUID="e8f7fdb0-1024-496b-aaba-376aeb30849b" TYPE="swap" PARTUUID="38034de7-05"
/dev/sda1: UUID="9fa78f27-9b26-4f92-bd20-180ed6903220" TYPE="ext4" PARTUUID="38034de7-01"
/dev/sda3: UUID="249E367E9E364916" TYPE="ntfs" PARTUUID="38034de7-03"
/dev/sda4: UUID="115d2332-e953-48a1-a0c8-05fef157d207" TYPE="ext3" PARTUUID="38034de7-04"
Run Code Online (Sandbox Code Playgroud)