Questions about this topic? Sign up to ask in the talk tab.

Bootloader

From NetSec
Jump to: navigation, search
This article contains too little information, it should be expanded or updated.
Things you can do to help:
  • add more content.
  • update current content.

A bootloader is the code that runs prior to the loading of the operating system. Bootloaders are required for every operating system and perform the necessary initial functions prior to booting into the OS. This is referred to as bootstrapping.

Computers require software to be loaded to function (the operating system) however they must have some software loaded to load other software. This is provided in several fragmented stages. An example boot process is as follows:

  • System - BIOS / Boot Monitor
  • Stage I Bootloader - HDD Master Boot Record (MBR)
  • Stage II Bootloader - NTLDR, GRUB, LILO, etc.
  • Kernel - NT, Linux, BSD, etc.
  • Init - User Space

See Also

GRUB

LILO

Syslinux