从硬盘删除 Linux 后 GRUB 救援

从硬盘删除 Linux 后 GRUB 救援

我的新笔记本电脑有 SSD 和 HDD。默认情况下,Linux(EndlessOS)安装在 HDD 上。在 SSD 上成功安装 Windows10 后,我尝试通过 GParted 从 HDD 中删除数据,然后当我重新启动时,我收到如下错误:

error: no such device: ostree.
error: unknown filesystem.
Entering rescue mode...
grub rescue> 

我尝试使用 Windows 恢复中的启动修复,但没有任何改变。

编辑:我也尝试发出以下命令:

>bootrec /fixboot
The operation completed successfully.
>bootrec /fixboot
The operation completed successfully.
>bootrec /rebuildbcd
Scanning all disks for Windows installations.

Please wait, since this may take a while...

Successfully scanned Windows installtions.
Total identified Windows installations: 1
[1] C:\Windows
Add installation to boot list? Yes(Y)/No(N)/All(A):yes
The requested system device cannot be found.

但是,最后一个命令没有正确完成。

相关内容