This video is an overview of how Linux boots from power on to login.
Watch the bonus: video:https://youtu.be/4yDxxodO5vI
HOW LINUX BOOTS
A simplified view of the boot process:
1. POST (Power On Self Test) – Runs diagnostics on hardware.
2. BIOS (Basic Input Output System) or UEFI (Unified Extensible Firmware
Interface) – Finds and starts the boot loader.
3. GRUB (Grand Unified Boot Loader) – Gives users a chance to choose an OS
(Operating System) to run and also offers older kernels, recovery
mode, memory testing and a shell. GRUB usually loads the latest Linux
kernel and intramfs automatically. It starts the kernel and exits.
4. Linux Kernel – Initializes devices and loads drivers, kernel modules and
the init program from initramfs. It then mounts the root filesystem and
starts init with a process ID of 1. This is where user space begins.
5. Systemd – The init program found on most modern Linux distribution. It
starts and manages essential services such as udevd and syslogd. It sets up
network configuration and starts high level services like cron and cups.
Once the services are running, it then starts getty for user login or a
graphic desktop manager like GDM, KDM or LightDM. the init program is also
used to perform an orderly computer shutdown.








Hopefully I'll be the first to comment, love your videos by the way and I'm typing in the first two minutes because I know I'll enjoy this. Thank you
Good one. Love these videos.
A cool video from a very cool cat. Thank you for the deep dive, Joe!
modern boards do a quiet beep (or a very short blip would be a more accurate description) if they have an on-board speaker installed and boot successfully
the thing is though, a lot of motherboards nowadays do not have a speaker installed, they instead indicate fatal problems using either diagnostic lights (those on-board LEDs that are labelled CPU/DRAM/VGA/BOOT) or POST codes on two 7-segment displays
Oh goody. It's Saturday lunchtime in the UK and it's time for Joe Collins 🙂, food and a beverage.
Cool! I like this video!
Thank you
Just started the video, can already answer the question: "Very reliably, thank you Sir!"
A great video! Thanks! It made me remember LILO, hu hu hu!!!
So THAT'S how it works! Thanks Joe – informative and engaging as always.
Thanks Joe, now I know.