TQC Linux System Administration 1 01 - kylessukaichang/kylessukaichang.github.io GitHub Wiki
Linux Boot Process
overview
BIOS
boot loader
A boot loader, also called a boot manager, is a small program that places the operating system (OS) of a computer into memory. source
MBR
GRUB/LILO
Kernel
Kernel Image in the Linux Boot Process
When the images are loaded, the second-stage boot loader passes control to the kernel image and the kernel is decompressed and initialized. source
/boot/vmlinuz, /boot/vmlinuz-kernel-version
Normally the kernel or symbolic link to the kernel. source