Yesterday I have managed to successfully install and configure Ubuntu 18.04 LTS as a second operating system on my PC.Everything works fine,however there is one thing that confuses me:
In the GRUB,among all other boot options I have:
- Windows UEFI bootmgfw.efi.
- Windows Boot Manager (on /dev/...)
Essentially both of them successfully boot Windows 10,so my questions are: Are there any differences between this two options in terms of operations or functionality of Windows 10? What are the differences between these options?
/etc/grub.d/25_custom
that adds the extras. Just delete that file andsudo update-grub
, and your GRUB menu will look nice again. – heynnema Jul 06 '19 at 17:16