I have Linux Lite 4.2 and grub installed on ssd with the grub menu showing at boot.
My old windows 10 drive is still attached and mounted so I can browse files.
I can boot the old win10 drive through the bios boot menu, but would like to add the option into the grub menu.
Can anyone suggest a way to add an entry to chainload the windows10 drive through the grub menu?
(01-02-2019, 01:25 AM)timbuck2 link Wrote: [ -> ]I have Linux Lite 4.2 and grub installed on ssd with the grub menu showing at boot.
My old windows 10 drive is still attached and mounted so I can browse files.
I can boot the old win10 drive through the bios boot menu, but would like to add the option into the grub menu.
Can anyone suggest a way to add an entry to chainload the windows10 drive through the grub menu?
Was the Old Windows Drive not attached when LL was installed?
LL Grub will check for other installed OS's and add to grub..
- If it was not - from within LL open terminal and run the following:
enter your password allow it to process then reboot you should see Windows..
I have an output example here:
https://www.linuxliteos.com/forums/insta.../#msg41879
(01-02-2019, 03:53 AM)firenice03 link Wrote: [ -> ][quote author=timbuck2 link=topic=6128.msg45185#msg45185 date=1546392339]
I have Linux Lite 4.2 and grub installed on ssd with the grub menu showing at boot.
My old windows 10 drive is still attached and mounted so I can browse files.
I can boot the old win10 drive through the bios boot menu, but would like to add the option into the grub menu.
Can anyone suggest a way to add an entry to chainload the windows10 drive through the grub menu?
Was the Old Windows Drive not attached when LL was installed?
LL Grub will check for other installed OS's and add to grub..
- If it was not - from within LL open terminal and run the following:
enter your password allow it to process then reboot you should see Windows..
I have an output example here:
https://www.linuxliteos.com/forums/insta.../#msg41879
[/quote]
Yeah I just noticed that. My grub menu was graphical and the text was soooo small on my 1080p monitor I couldn't read it.
I edited
to change the line
Code:
GRUB_TERMINAL=console
so I could read the entries from text mode menu and when I ran
I noticed it found my windows drive automatically. So when the text menu came up at boot and I could read it I noticed windows 10 was there already.
In
I moved
to
so my windows drive shows up after linux but before the memtest86+ entries.
Cool Deal!!! Glad to hear your set up