Mastering Grub – Part 1 – Introduction and Overview of Grub Boot Loader
1. Introduction to Grub Briefly, a “boot loader” is the first software program that runs when a computer starts. It is responsible for loading and transferring control to an operating system “kernel” software (such as Linux or GNU Mach). The kernel, in turn, initializes the rest...