The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Category:Bootloaders"
(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 |...") |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
Boot loaders start after bios/uefi post. | {{note|See [[Boot Methods]].}} | ||
__NOTOC__ | |||
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 only == | ||
* | *{{package|sys-boot/elilo}} | ||
*{{package|sys-boot/gummiboot}} | |||
== | == uefi & bios == | ||
*{{package|sys-boot/grub}} | |||
*{{package|sys-boot/syslinux}} | |||
* | == bios only == | ||
*{{package|sys-boot/lilo}} | |||
[[Category:System]] | |||
Latest revision as of 22:45, October 9, 2014
See Boot Methods.
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 only
- No results
- No results
uefi & bios
- No results
- No results
bios only
Pages in category "Bootloaders"
The following 2 pages are in this category, out of 2 total.