List of Linux system boot processes
- Load the BIOS hardware information and perform a self-test. Then the first bootable device is obtained according to the setup;
- Read and run the boot loader of the first MBR (Master boot record, master boot partition) within the boot device;
- Load Kernel,kernel to detect hardware and load drivers according to bootloader settings;
- After the hardware driver succeeds, kernel will call the INIT process, and the INIT process will get run-level information;
- Init runs the/etc/rc.d/sysinit file to prepare the operating environment for the software to run.
- Init runs the various services of Run-level;
- Init runs the/etc/rc.d/rc.local file.
- Init runs the terminal emulation program Mingetty to start the login process. Finally, wait for the user to log in.
Copyright notice: This article blog original articles, blogs, without consent, may not be reproduced.
List of Linux system boot processes