wok view grub2/description.txt @ rev 24974

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
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.