启动错误未清除 pch fifo 在 pch 转码器上运行不足

Rox*_*oxy 8 startup 16.04

有谁知道如何解决这个错误?我有一个戴尔笔记,这是第二次出现此错误。

[   1.761113]   [drm:intel_set_pch_fifo_underrun_reportintel_set_pch_fifo_underrun_reporting   [i915]  *ERROR* uncleared pch fifo underrun on pch transcoder A /dev/sda1 contains a file system with errors, check forced. 
Inodes that were part of a corrupted orphan linked list found. 

/dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. 
     (i.e., without -a or options) 
Fsck exited with status code 4 
The root filesystem on /dev/sda1 requires a manual fsck 

BusyBox vc. 22.1   (Ubuntu 1:1.22.0-15ubuntu) built-in shell (ash)
Enter 'help' for a list of built -in commands.
Run Code Online (Sandbox Code Playgroud)

(Initramfs) help ((i wrote ))

Built-in commands:
-------------------------------
. : [alias break cd chdir command continue echo eval exec exit export false getopts hash help history let local printf pwd read readonly return set shift test times trap true type ulimit umask unalias unset wait  [  [[ acpid ash awk basename blockdev cat chmod chroot chvt clear cmp cp cut deallocvt devmem df dnsdomainname du dumpkmap echo egrep env expr false fbset fdflush fgrep find fstrim grep gunzip gzip hostname hwclock ifconfing ip kill ln loadfront loadkmap ls lzop lzopcat mkdir mkfifo mknod mkswap mktemp modinfo more mount mv openvt pidof printf ps pwd readlink reset rm rmdir sed seq setkeycodes sh sleep sort stat static-sh stty switch-root sync tail tee test touch tr true tty umount uname uniq unlzop wc wget which yes zcat 
Run Code Online (Sandbox Code Playgroud)

hey*_*ema 9

您需要运行手动 fsck(文件系统检查)。您的文件系统中的某些内容不正确。

  1. 启动计算机
  2. 从 GRUB 启动菜单中选择高级选项
  3. 选择恢复模式
  4. 选择根访问
  5. 输入您的密码
  6. 类型 sudo fsck -f /dev/sda1
  7. 如果出现错误,请多次运行 #6
  8. 类型 reboot

如果损坏的系统甚至不允许你这样做,那么:

  1. 在“尝试 Ubuntu”模式下启动 Ubuntu Live DVD
  2. 从 Unity dash 打开终端
  3. 在终端中,输入 sudo fsck -f /dev/sda1
  4. 如果出现错误,请多次运行 #3