系统相关
首页 > 系统相关> > Ubuntu 16.04 启动长时间停留在紫屏状态

Ubuntu 16.04 启动长时间停留在紫屏状态

作者:互联网

Ubuntu 16.04 启动长时间停留在紫屏状态

1. Ubuntu 16.04 启动长时间停留在紫屏状态

在这里插入图片描述

在这里插入图片描述

2. Advanced options for Ubuntu

在这里插入图片描述

3. Ubuntu, with Linux 4.10.0-28-generic

Ubuntu, with Linux 4.15.0-39-generic 默认内核出现长时间停留在紫屏状态。
选择 Ubuntu, with Linux 4.10.0-28-generic 内核,按键 Enter 选用。
在这里插入图片描述

4. The root filesystem on /dev/sda4 requires a manual fsck

/dev/sda4 contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.

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

BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

(initramfs)

在这里插入图片描述

在这里插入图片描述

Ubuntu 16.04 系统启动磁盘检测不通过,可能是系统突然断电或未正常关闭系统导致的。Ubuntu 16.04 未正常关机,选择强制关机,可能出现这种情况。
服务器一定要先关闭服务再进行重启。
修复磁盘:

fsck /dev/sda4
fsck -y /dev/sda4

修复完成后 exit,reboot 系统重启。

fsck (file system check) 用来检查和维护不一致的文件系统。若系统掉电或磁盘发生问题,可利用 fsck 命令对文件系统进行检查。

标签:16.04,紫屏,dev,fsck,sda4,Ubuntu
来源: https://blog.csdn.net/chengyq116/article/details/99602349