Hey guys,
Bit of a newbie here. Just looking for some help getting back into my windows install. I've got Grub installed with os-prober and have it enabled. os-prober doesn't seem to find the install though. I've manually added it with the following:
#!/bin/sh
exec tail -n +3 $0
This file provides an easy way to add custom menu entries. Simply type the
menu entries you want to add after this comment. Be careful not to change
the 'exec tail' line above.
menuentry "Windows 10" {
insmod ntfs
set root='(hd0,1)'
search --no-floppy --fs-uuid --set 6A7E505432C22828
chainloader +1
}
It now shows in grub but displays a "invalid EFI file path" error when selected.
The windows install does not appear in the BIOS either. I can confirm it is still showing with lsblk though
LMK if you need anything else to help!
Thanks