引导项里没有windows选项

我是windows+manjaro双系统。之前因为一些原因重装了manjaro系统,但这次重装后,开机就直接进入manjaro了,没有像以前那样出现选择进入windows还是manjaro的引导界面。
sudo update-grub后出现

正在生成 grub 配置文件 ...
找到主题:/usr/share/grub/themes/manjaro/theme.txt
找到 Linux 镜像:/boot/vmlinuz-5.10-x86_64
找到 initrd 镜像:/boot/intel-ucode.img /boot/initramfs-5.10-x86_64.img
Found initrd fallback image: /boot/initramfs-5.10-x86_64-fallback.img
警告: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings ...
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe:警告: 未知的设备类型 nvme0n1.

但和别人不同的是,我输入sudo os-prober后,什么都没有出现,没有检测到windows的文件。

You need disable GRUB_DISABLE_OS_PROBER option.

/etc/default/grub
---------------------------------------------------------------------------
# Uncomment this option to enable os-prober execution in the grub-mkconfig command
GRUB_DISABLE_OS_PROBER=false

Save file and update grub:

sudo update-grub

l checked , but it is false.

你 Windows 跟 Manjaro 用的是同一個 ESP 嗎?

是的,之前第一次装的时候都会有引导界面的

Hi,
試試參考這個建立一個 Windows 的 EFI
https://wiki.archlinux.org/title/GRUB_(简体中文)#UEFI/GPT_模式下安装的_Windows