LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


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: 2 Guest(s)