(01-02-2019, 01:25 AM)timbuck2 link Wrote: Can anyone suggest a way to add an entry to chainload the windows10 drive through the grub menu?
Hello timbuck2,
Code:
menuentry "Windows" {
insmod chain
insmod ntfs
set root=(hd0,1)
chainloader +1
}
https://www.gnu.org/software/grub/manual...02dloading
https://www.gnu.org/software/grub/manual...02fWindows