Windows not showing up in GRUB Bootloader

Hello again friends i am having trouble with adding my windows boot manager to the GRUB, I have tried a lot of solutions but nothing seems to be working, i am on a btrfs file system so i downloaded the right OS-prober for that and i also mounted my windows folder and ran grub-configure again but still does not show up,

sudo grub-mkconfig -o /boot/grub/grub.cfg

Generating grub configuration file ...
Found theme: /boot/grub/themes/CyberRe/theme.txt
Found linux image: /boot/vmlinuz-linux-zen
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux-zen.img
Found fallback initrd image(s) in /boot:  intel-ucode.img initramfs-linux-zen-fallback.img
Found linux image: /boot/vmlinuz-linux
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot:  intel-ucode.img initramfs-linux-fallback.img
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.
Adding boot menu entry for UEFI Firmware Settings ...
done


edit /etc/default/grub and set GRUB_DISABLE_OS_PROBER to false.

Then run sudo grub-mkconfig -o /boot/grub/grub.cfg

4 Likes

it was already there it was just commented out for some reason, thanks

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.