Update Working_with_the_GRUB_2_Boot_Loader.adoc, flagged as obsolete.

This commit is contained in:
Peter Boy 2023-01-12 15:41:23 +00:00
commit 0e204ba9ef

View file

@ -3,7 +3,15 @@ include::{partialsdir}/entities.adoc[]
[[ch-Working_with_the_GRUB_2_Boot_Loader]]
= Working with the GRUB 2 Boot Loader
indexterm:[GRUB 2,configuring GRUB 2]indexterm:[GRUB 2,reinstalling GRUB 2]indexterm:[GRUB 2,customizing GRUB 2]indexterm:[boot loader,GRUB 2 boot loader]
[IMPORTANT]
====
**Editors Note**
_This guide is deprecated!_ Large parts of it are no longer current and it will not receive any updates. A series of shorter, topic-specific documentation will gradually replace it.
For additional information about Grub version 2 on Fedora see https://docs.fedoraproject.org/en-US/quick-docs/installing-grub2/[Bootloading with GRUB2].
====
{MAJOROSVER} is distributed with the GNU GRand Unified Boot loader (GRUB) version 2 boot loader, which allows the user to select an operating system or kernel to be loaded at system boot time. GRUB 2 also allows the user to pass arguments to the kernel.
[[sec-Introduction_to_GRUB_2]]