mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Lukas Ruzicka
886b12ffd2
* Edit original content * Add new content * Fix asciidoc markup * Modularize
49 lines
1.8 KiB
Text
49 lines
1.8 KiB
Text
:md: ./modules
|
|
|
|
|
|
= Bootloading with *GRUB2*
|
|
[[bootloading-with-grub2]]
|
|
|
|
*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*.
|
|
|
|
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.
|
|
|
|
include::{md}/proc_installing-grub2-on-bios-system.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_installing-grub2-on-efi-system.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_adding-other-operating-systems-grub2.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_setting-default-entry-for-grub2.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_restoring-bootloader-using-live-disk.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_using-grub2-prompt.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_booting-with-configfile-on-different-partition.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_setting-password-for-interactive-edit-mode.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_solving-absent-floppy.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_using-old-graphics-modes.adoc[leveloffset=+1]
|
|
|
|
include::{md}/proc_enabling-serial-console-grub.adoc[leveloffset=+1]
|
|
|
|
[[further-reading]]
|
|
== Further Reading
|
|
|
|
* http://www.gnu.org/software/grub/manual/grub.html
|
|
|
|
See a typo, something missing or out of date, or anything else which can be
|
|
improved? Edit this document at https://pagure.io/fedora-docs/quick-docs.
|
|
|
|
|