From 0e204ba9ef756686d70375ea99c79cf127d9293d Mon Sep 17 00:00:00 2001 From: Peter Boy Date: Thu, 12 Jan 2023 15:41:23 +0000 Subject: [PATCH] Update Working_with_the_GRUB_2_Boot_Loader.adoc, flagged as obsolete. --- .../Working_with_the_GRUB_2_Boot_Loader.adoc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/system-administrators-guide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc b/modules/system-administrators-guide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc index 349c66f..77e2760 100644 --- a/modules/system-administrators-guide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc +++ b/modules/system-administrators-guide/pages/kernel-module-driver-configuration/Working_with_the_GRUB_2_Boot_Loader.adoc @@ -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] +==== +**Editor’s 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]]