按下电脑上的电源按钮,片刻之后您就会看到 Linux 登录提示。

你有没有想过从按下电源按钮到 Linux 登录提示出现在幕后发生了什么?

以下是典型 Linux 引导过程的 6 个高级阶段。

启动程序的顺序怎么调整(linux系统启动流程图解)(1)

1. BIOS

2.MBR

3. GRUB

#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-194.el5PAE)
          root (hd0,0)
          kernel /boot/vmlinuz-2.6.18-194.el5PAE ro root=LABEL=/
          initrd /boot/initrd-2.6.18-194.el5PAE.img

4.内核

5. 初始化

6. 运行级程序