Back to Developer Roadmap

Boot Loaders

src/data/roadmaps/linux/content/boot-loaders@o5lSQFW-V_PqndGqo1mp3.md

4.0788 B
Original Source

Boot Loaders

Boot loaders load the OS kernel into memory when systems start. Common Linux boot loaders include GRUB (modern, feature-rich with graphical interface) and LILO (older, broader hardware support). Boot loaders initialize hardware, load drivers, start schedulers, and execute init processes. Use sudo update-grub to update GRUB configuration. Enable multi-OS booting on single machines.

Visit the following resources to learn more: