So installed cachy os and used grub and it isnt showing window 10 in grub menu
It only shows basic 3 options
its detecting window boot manager when running sudo os-prober but not showing on grub
So installed cachy os and used grub and it isnt showing window 10 in grub menu
It only shows basic 3 options
its detecting window boot manager when running sudo os-prober but not showing on grub
So i found the solution
I simply added window 10 to grub menu
Find BIOS Boot Partition:
menuentry “Windows” --class windows --class os {
search --fs-uuid --no-floppy --set=root UUID_HERE
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
}