Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
BootLoader
Edit
PageHistory
Diff
Info
LikePages
You are viewing an old revision of this page.
View the current version
.
A BootLoader is the first software program that runs when a computer starts. It is loaded by the [BIOS] at the end of hardware initialization and is responsible for loading the OperatingSystem [Kernel] and transferring control to it. A __multiboot__ loader offers a menu and the ability to select from a list of operating systems. Multiboot loaders include: * [GRUB] * [LILO] * SysLinux, ~IsoLinux, ~ExtLinux. These are three related bootloaders from the same author, and using pretty much the same config files. The difference is that ~SysLinux boots off [FAT] volumes, ~IsoLinux off [ISO]9660 volumes (e.g. [CD-ROM|CDROM]s and [DVD]s), and ~ExtLinux off [Ext2]/[Ext3] volumes. * Windows' NT Bootloader, __NTLDR__ * [Smart Boot Manager | http://btmgr.sourceforge.net/about.html], which has lots of uncommon features. You can chain BootLoader~s, eg. [GRUB] can load up Windows' BootLoader (this is the preferred method for DualBooting [Linux] and MicrosoftWindows.) There's also a strange beast called LoadLin.
11 pages link to
BootLoader
:
GRUB
DualBooting
CDWritingNotes
LILO
initrd(4)
Boot
SysLinux
WindowsLoaderLinuxBootHowto
PS/2
LIDSNotes
FreeBSDNotes