Linux与Windows双系统,安装完linux后系统引导出现问题的解决方法

这里说一下我遇到的两个问题和解决方法

无法通过grub进入Windows,没有选择菜单

其中有提示,所以解决方案也非常明确

Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.

可以参考:https://huaweicloud.csdn.net/635668a5d3efff3090b5e075.html

$ sudo gnome-text-editor /etc/default/grub # 打开编辑器,最后一行添加 GRUB_DISABLE_OS_PROBER=false
$ sudo update-grub

从选择菜单进入 windows 提示 windows boot manager 报错

这种首先考虑修复系统引导:网上很多教程要你用 PE 盘修复,其实,重启电脑时,狂按 F12,进入手动选取引导分区那个界面,就可以进入 windows 了。
最简单的方法是下载一个 Dism++,引导修复。

对于我来说,这个方法没有解决问题,于是尝试修复 MBR,这里使用分区助手实现的:

最后的效果是,直接进入 windows,没有选择 Linux 的菜单,查了一下,物理机中,windows 无法引导 Linux[1],于是放弃了。
最终,我把这台机器上的 Linux 删了 TTvTT


  1. https://www.zhihu.com/question/414719568 ↩︎

posted @ 2023-09-09 09:14  BuckyI  阅读(1009)  评论(0编辑  收藏  举报