2018-07-29 11:01:46 +00:00
|
|
|
ifdef::context[:parent-context: {context}]
|
|
|
|
:context: bootloading-with-grub2
|
2018-07-13 10:27:24 +00:00
|
|
|
:md: en-US/modules
|
2017-12-12 16:56:25 +00:00
|
|
|
|
|
|
|
|
2017-12-13 11:45:40 +00:00
|
|
|
= Bootloading with *GRUB2*
|
|
|
|
[[bootloading-with-grub2]]
|
2017-12-12 16:56:25 +00:00
|
|
|
|
2019-03-20 22:42:41 +00:00
|
|
|
include::{partialsdir}/unreviewed-message.adoc[]
|
|
|
|
|
2017-12-12 16:56:25 +00:00
|
|
|
*GRUB2* is the latest version of *GNU GRUB*, the _GRand Unified Bootloader_.
|
|
|
|
A bootloader is the first software program that runs when a computer
|
|
|
|
starts. It is responsible for loading and transferring control to the
|
2019-03-20 22:42:41 +00:00
|
|
|
operating system kernel. In Fedora, the kernel is Linux. The kernel then initializes
|
2017-12-12 16:56:25 +00:00
|
|
|
the rest of the operating system.
|
|
|
|
|
|
|
|
*GRUB2* is the follower of the previous version *GRUB* (version 0.9x). The original version is available under the name *GRUB Legacy*.
|
|
|
|
|
|
|
|
Since Fedora 16, *GRUB2* has been the default bootloader on x86 BIOS
|
|
|
|
systems. For upgrades of BIOS systems, the default is also to install
|
|
|
|
*GRUB2*, but you can opt to skip bootloader configuration entirely.
|
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/proc_installing-grub2-on-bios-system.adoc[leveloffset=+1]
|
2017-12-12 16:56:25 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/proc_installing-grub2-on-efi-system.adoc[leveloffset=+1]
|
2017-12-12 16:56:25 +00:00
|
|
|
|
2018-07-27 14:38:30 +00:00
|
|
|
include::{partialsdir}/proc_adding-other-operating-systems-grub2.adoc[leveloffset=+1]
|
2017-12-12 16:56:25 +00:00
|
|
|
|
2018-07-29 11:01:46 +00:00
|
|
|
ifdef::parent-context[:context: {parent-context}]
|
|
|
|
ifndef::parent-context[:!context:]
|