update-grub 未找到 Windows 11

update-grub 未找到 Windows 11

我有一个安装了 Windows 11 和 kubuntu 22.10 的系统;我能够通过更改 bios 中的启动顺序成功启动这两个系统。启动时,Kubuntu 出现在 grub 引导加载程序中,但 Windows 11 没有出现。

我尝试运行os-prober,但update-grub仍然无法找到窗口。

我也尝试过添加GRUB_DISABLE_OS_PROBER=false到 /etc/default/grub。

以下是该os-prober命令的输出:

jmpris@kubuntu:~$ sudo os-prober
/dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi:Windows Boot Manager:Windows:efi

这是我的输出update-grub

jmpris@kubuntu:~$ sudo update-grub2
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.19.0-23-generic
Found initrd image: /boot/initrd.img-5.19.0-23-generic
Found linux image: /boot/vmlinuz-5.19.0-21-generic
Found initrd image: /boot/initrd.img-5.19.0-21-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Adding boot menu entry for UEFI Firmware Settings ...
done
jmpris@kubuntu:~$ 

相关内容