Glossary
a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | .
- GRUB search for term
-
Grand Unified Boot LoaderThe GRand Unified Bootloader is a multiboot boot loader which is most commonly used to allow dual-booting of two or more operating systems installed on a single computer.In technical terms, a multiboot boot loader is one which can load any executable file with a multiboot header present in the first 8 KB of the file. Such a header consists of 32 bits of "magic" number, 32 bits of flags, a further 32 bits of magic number, followed by data about the executable image.While traditional boot loaders maintain a table of blocks on the hard disk, GRUB can browse the file system.