Recommended Posts

  On 06/04/2025 at 09:53, Nick H. said:

https://en.wikipedia.org/wiki/Bootloader

Also see this: 

GRUB allows me to dual-boot. Windows' BOOTMGR does not as far as I'm aware.

Expand  

Windows bootmanager has allowed dual booting for years, it's not at straightforward to setup as Grub but I used to dual boot Windows and Linux that way even back in the early 2000s

https://www.windowscentral.com/software-apps/windows-11/how-to-create-a-dual-boot-setup-on-windows-11 step by step instructions if you're interested.

GRUB is the piece of code that sits between the BIOS completing its power on self test and the startup and initialisation process of the operating system. It's the code that finds the operating system(s) on the disk and performs the handover. They can do this because they understand where the code is that needs to be executed and have the file system drivers necessary to read it (which the BIOS doesn't). They also allow multiple operating systems to exist concurrently on the device. Under Windows the GRUB equivalent was DOS, then NTLDR and finally BootMGR on current releases.

It used to be common that Linux would boot using LILO and not GRUB, but GRUB is newer, better featured and better maintained, so most dists use GRUB.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.