Difference between revisions of "Category:Bootloaders"

From Funtoo
Jump to navigation Jump to search
(Created page with "Boot loaders start after bios/uefi post. They load the kernel & start the system, and hand off from kernel to init. == UEFI & BIOS aware boot loaders == * Package:grub2 |...")
 
Line 1: Line 1:
Boot loaders start after bios/uefi post. They load the kernel & start the system, and hand off from kernel to init.
Boot loaders start after bios/uefi post. They load the kernel & start the system, and hand off from kernel to init. The traditional personal computer architecture loads only the first 512 bytes from a disk into memory and begins execution. Operating systems are larger than 512 bytes, so a bootloader deals with loading its own components as well as the operating system into memory. The original bootloader contained enough code to determine the active partition of an MBR disk, load that partition's volume boot record, and pass execution to it. Modern bootloaders are much more capable almost forming operating systems of their own merit. Funtoo offers [[Grub]] as its preferred bootloader though there are several alternatives available.
 
== UEFI & BIOS aware boot loaders ==
* [[Package:grub2 | grub2]]
 
== UEFI only boot loaders ==
 
* [[Package:gummiboot | gummiboot]]
 
* [[Package:elilo | elilo]]
 
== BIOS only boot loaders ==
 
* [[Package:grub-legacy | grub-legacy]]
 
* [[Package:lilo | lilo]]

Revision as of 23:47, September 18, 2014

Boot loaders start after bios/uefi post. They load the kernel & start the system, and hand off from kernel to init. The traditional personal computer architecture loads only the first 512 bytes from a disk into memory and begins execution. Operating systems are larger than 512 bytes, so a bootloader deals with loading its own components as well as the operating system into memory. The original bootloader contained enough code to determine the active partition of an MBR disk, load that partition's volume boot record, and pass execution to it. Modern bootloaders are much more capable almost forming operating systems of their own merit. Funtoo offers Grub as its preferred bootloader though there are several alternatives available.

Subcategories

This category has only the following subcategory.

Pages in category "Bootloaders"

The following 2 pages are in this category, out of 2 total.