error: unknown filesystem; grub rescue

Posted wybert

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error: unknown filesystem; grub rescue相关的知识,希望对你有一定的参考价值。

我的电脑是win10+ubumtu双系统

在一次windows更新之后,系统无法进入win10和linux系统,出现如图错误

技术图片

 

 

解决方案1:

大部分中文博客的解决方案;这里有个更加详细的:

https://mintguide.org/system/186-repair-grub-error-unknown-filesystem-grub-rescue-in-linux-mint-pinguyos.html

 

自己尝试了一下,不行;

我猜是grub的使用的文件坏掉了

 

解决方案2:

 

上面的博客提到了:

https://mintguide.org/tools/37-restore-grub-boot-loader-in-linux-mint-after-installation-reinstallation-windows.html

 

基本思路是:

1. 从ubuntu启动盘启动系统

2. 在启动盘里面安装 grub修复工具

3. 使用修复工具修复

 

启动盘是可以安装和执行命令的,利用这一点可以修复grub,然后再重启

 

发现可以进入自己的ubuntu,但是无法启动菜单没有win10

 

这个时候进入ubuntu再ubuntu里面执行一些命令,把win10启动项加进去就好了

 

尝试

sudo update-grub 

sudo os-prober

以上是关于error: unknown filesystem; grub rescue的主要内容,如果未能解决你的问题,请参考以下文章

[linux]mount: unknown filesystem type 'exfat'

CentOS提示::unknown filesystem type 'ntfs'.解决

CentOS挂载mount: unknown filesystem type ‘ext4‘错误

CentOS挂载mount: unknown filesystem type ‘ext4‘错误

mount: unknown filesystem type 'ntfs' 解决办法

Vagrant挂载目录失败mount: unknown filesystem type ‘vboxsf’