wok view grub2/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 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.