answersLogoWhite

0


Best Answer

On a hard drive, CD/DVD, floppy disk, as part of the device's firmware, or over a network with PXE.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where can the Linux boot manager be stored?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the Linux version of System32?

Because they aren't organized the same way, there is no direct equivalent directory to System32 in Linux. The kernel image in Linux is typically stored in /boot, the system binaries are stored in /bin, and libraries are stored /lib and /usr/lib.


What is a BOOT directory?

/boot directory is where all the file to boot Linux are stored it include the kernel image , initial ram disk. This files are read by the boot loader at the boot time.


How could a system be designed to allow a choice of os to boot from...?

Consider a system that would like to run both Windows 7 and two different distributions of Linux (e.g., Ubuntu, and Gentoo). Each operating system will be stored on disk. During system boot-up, a special program (boot manager) will determine which operating system to boot into. So, rather than booting to an operating system, the boot manager will first run during system startup. The boot manager is responsible for determining which system to boot into. Often, boot managers provide the user with a selection of systems to boot into. Example boot manager is Grub, LILO which come from Linux environment.


In a Linux system what directories are often stored on their own partitions?

Usually /home Sometimes /var If a lot of distro hopping happens, /boot


How many types of Boot loader in Linux?

grub ana LILO are the two boot loader in Linux


When was Diskless Remote Boot in Linux created?

Diskless Remote Boot in Linux was created on 2004-04-01.


The hierarchy of Linux puts the boot loader in what directory?

/boot


If you chave a laptop that wont boot windows and wont boot Linux from the CD drive how do you boot it with Linux?

If you have a USB drive and your BIOS supports booting from a USB device then try that.


Is Linux From Scratch supported by Apple's Boot Camp?

No version of Linux is officially supported by Boot Camp. Assuming when you compile Linux From Scratch you include support for the Macintosh's hardware, it will work just fine when using Boot Camp to prepare the system.


Can you use a Windows boot loader to load the Linux operating system?

Yes you can. Ubuntu's WUBI uses the Windows bootloader (NTLDR) to boot Linux. It also uses the Windows filesystem (NTFS). This, however, is not the traditional way to do things. The traditional way to dual-boot Linux and Windows is to use a generic bootloader such as Grub to boot both Windows and Linux.


How do you create a rescue boot CD in Linux?

No!


Which module displays list of users on boot in Linux?

This isn't really a module. In Linux a module is something you load into the kernel or into an application to extend their capabilities. The X client that displays a user list for login purposes is called a "display manager."