wok-current view grub2/description.txt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 GNU GRUB is a Multiboot boot loader.
2 It was derived from GRUB, the GRand Unified Bootloader,
3 which was originally designed and implemented by Erich Stefan Boleyn.
5 Briefly, a boot loader is the first software program that runs when a computer starts.
6 It is responsible for loading and transferring control to the operating system
7 kernel software (such as the Hurd or Linux).
8 The kernel, in turn, initialises the rest of the operating system (e.g. SliTaz).
10 GRUB 2 has replaced what was formerly known as GRUB (i.e. version 0.9x),
11 which has, in turn, become GRUB Legacy.
12 Enhancements to GRUB are still being made, but the current released versions are
13 quite usable for normal operation.