quick-docs/en-US/bootloading-with-grub2.adoc

37 lines
1.6 KiB
Text
Raw Normal View History

2018-01-20 17:59:12 +00:00
[id='bootloading-with-grub2']
= Bootloading with GRUB2
2018-01-20 17:59:12 +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 operating system kernel. In Fedora, the kernel is Linux. The kernel then initializes 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*.
2018-01-20 17:59:12 +00:00
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-01-20 17:59:12 +00:00
include::modules/proc_installing-grub2-on-bios-system.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_installing-grub2-on-efi-system.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_adding-other-operating-systems-grub2.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_setting-default-entry-for-grub2.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_restoring-bootloader-using-live-disk.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_using-grub2-prompt.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_booting-with-configfile-on-different-partition.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_setting-password-for-interactive-edit-mode.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_solving-absent-floppy.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_using-old-graphics-modes.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
include::modules/proc_enabling-serial-console-grub.adoc[leveloffset=+1]
2018-01-20 17:59:12 +00:00
[discrete]
== Additional resources
2018-01-20 17:59:12 +00:00
* http://www.gnu.org/software/grub/manual/grub.html