It is necessary to describe that the the operating time of bootloader is limeted only in the booting . #19

Closed
ghost1 wants to merge 1 commit from sujiniku-main-patch-95020 into main

View file

@ -4,7 +4,7 @@
[[sect-installation-gui-storage-partitioning-bootloader]]
==== Boot Loader Installation
{PRODUCT} uses [application]*GRUB2* (GRand Unified Bootloader version 2) as its boot loader. The boot loader is the first program that runs when the computer starts and is responsible for loading and transferring control to an operating system. [application]*GRUB2* can boot any compatible operating system (including Microsoft Windows) and can also use chain loading to transfer control to other boot loaders for unsupported operating systems.
{PRODUCT} uses [application]*GRUB2* (GRand Unified Bootloader version 2) as its boot loader. The boot loader is the first program that runs when the computer starts and is responsible for loading and transferring control to an operating system at computer starting. [application]*GRUB2* can boot any compatible operating system (including Microsoft Windows) and can also use chain loading to transfer control to other boot loaders for unsupported operating systems.
[WARNING]
====