码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu启动后进入GNU GRUB Version 2.02

时间:2018-11-04 19:18:58      阅读:3442      评论:0      收藏:0      [点我收藏+]

标签:without   expected   控制台   修复   shel   --   solution   fsck   root   

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

Solution:
1、Enter *Ubuntu
2、exit

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.

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

(initramfs) fsck /dev/sda1 -y

参考askubuntu

Ubuntu启动后进入GNU GRUB Version 2.02

标签:without   expected   控制台   修复   shel   --   solution   fsck   root   

原文地址:http://blog.51cto.com/13646338/2312680

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!