Linux Learning Note: CentOS 5/6 startup process

Source: Internet
Author: User
Tags function definition


CentoS 6 start the process:

1. Load the BIOS hardware information to get the first boot device .

2. Read the boot loader (grub) information for the first boot device MBR

3. Load core operating system kernel information, the core begins to decompress, (load initramfs.img) and attempts to drive all hardware devices.

4. The kernel executes the INIT program and obtains the running information.

5.Init execute the/etc/rc.d/rc.sysinit file.

6. Launch the core plug-in module (/etc/modprobe.conf).

7.Init execution of individual batch files (scripts).

8.Init execution/etc/rc.d/rc.local. (Login screen appears)

9. Execute the/bin/login program and wait for the user to log in.

10. Start with the Shell to control the host after logging in.


Approximate: POST--Bootsequence (BIOS)--Bootloader-Kernel [-->ramfs]-->rootfs (RO)--/sbin/init--> ; Set default RunLevel--system initialization--can be executed in parallel Ctrl+alt+del hotkey function definition, system service on and off, power management, Dbus management, etc.--login prompt

Linux Learning Note: CentOS 5/6 startup process

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.