See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
After installing how do I set grub to chainload old windows10 drive?
#2
(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
Reply


Messages In This Thread
Re: After installing how do I set grub to chainload old windows10 drive? - by bitsnpcs - 01-02-2019, 01:54 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)