[Summary]Inside the Linux boot process - kylessukaichang/kylessukaichang.github.io GitHub Wiki

Linux Boot Process

Overview

Figure 1. The 20,000-foot view of the Linux boot process

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.