2

I just installed Ubuntu 16.04 to my laptop which is running Windows 10 so they are both dual-bootable. Now, when I turn on my machine, the GRUB menu shows:

Ubuntu

Advanced options for Ubuntu

Windows Boot Manager (on /dev/sda1)

System Setup

Selecting Ubuntu starts Ubuntu and selecting Windows Boot Manager (on /dev/sda1) starts Windows, but on all the tutorials and videos I followed, their GRUB menus showed:

Windows 10

Not

Windows Boot Manager

Question:

Have I done something wrong or this an issue? And why did this happen?

2
  • 1
    You did nothing wrong because everything is working as expected. Actually the name "Windows Boot Manager" is the typical one. Grub menus showing "Windows 10" were probably edited to the effect. There's absolutely no need to do that.
    – user772515
    Commented Apr 6, 2018 at 13:10
  • You installed Windows first and Linux last! That was the right thing to do! (Windows has a tendency to overwrite any boot loaders that already exist, while most flavors of Linux have a tendency to respect the existing system software.) Commented Apr 6, 2018 at 18:06

1 Answer 1

2

Yes, you installed it the right way! You probably need to customize your GRUB. See how you do it here.

This happens because when you're installing Ubuntu (or other distro) it will then always boot to GRUB and defaults Windows entry as Windows Boot Manager.

5
  • 2
    Whilst agreeing with the premise of correct installation, the rest of your answer is outdated because only applicable to Legacy (BIOS) installs. In modern UEFI based systems, the "Windows bootloader" is NOT replaced by Grub, both co-exist in the EFI system partition and both can be booted independently via the UEFI boot menu. Quite different from the old BIOS systems where only one bootloader could be used and residing in the MBR.
    – user772515
    Commented Apr 6, 2018 at 13:08
  • @MichaelBay thanks for the tip! I never used dual-boot UEFI systems so I answered what I knew about the legacy BIOS. Feel free to add more info covering UEFI based systems
    – CaldeiraG
    Commented Apr 6, 2018 at 13:11
  • For reference: help.ubuntu.com/community/UEFI and askubuntu.com/questions/221835/…
    – user772515
    Commented Apr 6, 2018 at 13:17
  • @MichaelBay I mean, it will not replace the Windows bootloader but Ubuntu will force you to GRUB, no? Yeah, if you go to the UEFI boot menu I can boot right away for Windows. Anyways, thanks for the advice!
    – CaldeiraG
    Commented Apr 6, 2018 at 13:34
  • 1
    Ubuntu depends on a bootloader that typically is Grub. So, Grub always boots before the rest of Ubuntu whether or not it present the Grub menu.
    – user772515
    Commented Apr 6, 2018 at 13:38

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .