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

Linux 开机自检(未整理全)

时间:2017-10-24 22:36:24      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:linux基础

1、开机自检BIOS  检查硬件有没有问题 没问题就根据启动次序 交加硬盘

2MBR引导     交给硬盘哪里?

   硬盘0 柱面0 磁道1 扇区的前446byte

   1扇区一共是512byte  剩下64byte(分区表 4个)+2(分区结束标志)

3grep引导菜单

   cat /etc/grub.conf

4、加载内核kernel

5、启动init进程

[root@host~ 15:18:34]#ps -ef | grep init 

root          1     0  0 14:28 ?        00:00:00 /sbin/init  

第一次启动的进程

root       1834  1716  0 15:18 pts/0    00:00:00 grep init

[root@host~ 15:18:41]#^C

[root@host~ 15:18:46]#ps -ef | grep init | grep -v "grep"

root          1     0  0 14:28 ?        00:00:00 /sbin/init

 

6init会读取inittab文件,执行rc.sysinit,rc等脚本

/etc/inittab

/etc/rc.d/rc.sysinit   初始化系统脚本 设定主机名 自动挂载等

/etc/rc.d/rc3.d/  文本模式   设定运行级别


技术分享


完整流程:

技术分享

本文出自 “11745576” 博客,请务必保留此出处http://11755576.blog.51cto.com/11745576/1975753

Linux 开机自检(未整理全)

标签:linux基础

原文地址:http://11755576.blog.51cto.com/11745576/1975753

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