Linux Boot Process (Simplified)

Linux Boot Process is consist of all process from starting PC upto userspace initialization in Linux. We will make simple flow of Linux Boot Process Power ON || ||BIOS || ||Stage 1 Boot Loader –> MBR || ||Stage 2 Boot Loader –> LILO/GRUB || ||Kernel –> Linux || ||init -> Father of all processes Overview…