码迷,mamicode.com
首页 > 系统相关 > 详细

linux开机启动顺序

时间:2014-11-17 06:58:25      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:启动顺序

1.加载BIOS

2.读取MBR

3.Boot Loader(引导程序加载)

4.加载内核

5.依据inittab文件来设定运行等级

   0:关机

  1:单用户模式

  2:无网络支持的多用户模式

  3:有网络支持的多用户模式

  4:保留,未使用

  5:有网络支持有X-Window支持的多用户模式

  6:重新引导系统,即重启

6.init进程执行rc.sysinit

    设定PATH、设定网络配置(/etc/sysconfig/network)、启动swap分区、设定/proc

7.启动内核模块

8.执行不同运行级别的脚本程序

    rc.0~rc.6

9.执行/etc/rc.d/rc.local

/etc/rc.local是/etc/rc.d/rc.local的软链接

--以下为这个脚本的内容

# This script will be executed *after* all the other init scripts.

# You can put your own initialization stuff in here if you don‘t

# want to do the full Sys V style init stuff.

10.执行/etc/login


本文出自 “IT学习笔记” 博客,谢绝转载!

linux开机启动顺序

标签:启动顺序

原文地址:http://olderblue.blog.51cto.com/50876/1577211

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!