Ubuntu启动后进入GNU GRUB Version 2.02

Question Description:
电脑中装Windows10和Ubuntu18.04,启动Ubuntu后没法正常进入,停留在GUN GRUB界面。shell

Solution:
一、Enter *Ubuntu
二、exitubuntu

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash) 
Enter 'help' for a list of built-in commands.

(initramfs) exit

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

BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)
Enter 'help' for a list of built-in commands.

三、编写以下命令,fsck /dev/sdax并给出Y控制台是否要求修复的东西:app

(initramfs) fsck /dev/sda1 -y

参考askubuntuide

相关文章
相关标签/搜索