top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the difference between Bootloader and Boot Manager?

+3 votes
2,294 views

As far as I know boot loader is the one who loads OS from ROM to RAM, then why Boot Loader is different as per OS.
And what is boot manager? Is Boot Manager is different as per OS?

posted Feb 16, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote

The boot process has been changed over a period of time. As I understand it, boot process has been broken into two pieces, one is the "Boot Manager", which finds, presents and controls what can be booted, and the other is the "Boot Loader", which actually does the booting (load and run) of whatever is selected by the Boot Manager.

When the computer is initially powered on, the Boot Manager looks around and decides what candidates for booting are available, and which one has first priority. Unless it is interrupted (by you pressing the boot selection key) it will then try to pass control to whatever boot loader it decides comes first.

I hope it would be clear now :)

answer Feb 17, 2016 by Salil Agrawal
Yes, Its perfect,

Thank you :)
0 votes

After power on , the bootloader is controlling the board and does not rely on the linux kernel on any way.
Windows Boot Manager (BOOTMGR) is a small piece of software, called a boot manager, that's loaded from the volume boot code, part of the volume boot record.
eg. GRUB ,a bootloader provides a user the choice to boot one of multiple operating systems installed on a computer or select a specific kernel configuration available on a particular operating system's partitions.

answer Feb 17, 2016 by Ajay Kumar Topno
Similar Questions
+2 votes

Can someone share the command if its there?

+1 vote

I want to install ubuntu 17.2.
But after inserting my bootable pendrive I get this message on my screen.
Setup Error: end kernel panic - not syncing: vfs: unable to mount root fs on unknown block(2,0).
Please anyone problem?

+2 votes

I am used to traditional update-rc.d et all.

Now I wonder how to add a a script that used to called by init.d (with start/sop ..) to the new "service start xx" regime.

All the tutorials I found talk about how to use update-rc.d..

+1 vote

How does one put a Boot sector on a SD card to boot off it.
The .img file has been install on SD card.

...