How to add Windows 10 to grub boot loader?
Solution 1:
- Boot to your Linux
- Open a Terminal window
- Type:
sudo os-prober
- If the results identify a Windows 10 install, type
sudo update-grub
which will update the GRUB entries and add it - Reboot your computer and test to see if Windows 10 is a new option to select.
- End of instruction.