当前位置:网站首页>16. system startup process
16. system startup process
2022-06-23 09:23:00 【Wangjiachenga】
System startup process
centos6 System startup process

1. Boot up and load BIOS, Perform power on hardware self-test ( Check the hardware for problems )
2. Load disk ,0 head ,0 Magnetic track ,1 On sector MBR Guidance record , Then boot the system
3. Get into GRUB menu , Select load kernel information ( Choose a different kernel )
4. Load system kernel information (kernel)
5. Start the first system process init,( Make other services start in sequence in a serial way )
6. Load the system runlevel file ,/etc/inittab
7. Load the system initialization script file ,/etc/rc.d/rc.sysinit Script
8. Load the system service script storage directory , Enable services of different operation levels to be started chkconfig
9. start-up mingetty process , Load and display the system login interface
centos7 System startup process

1. Boot up and load BIOS, Perform power on hardware self-test
2. Load disk ,0 head ,0 Magnetic track ,1 On sector MBR Guidance record , Then boot the system
3. Get into GRUB menu , Select load kernel information
4. Load system kernel information
5. Start the first process of the system ,systemd( In a parallel way, other services can be started at the same time )
6. according to target Mode select system startup level /etc/systemd/system/default.target
7. Load system initialization target Script files /usr/lib/systemd/system/sysinit.target
8. Load response system unit Unit file , Realize the automatic startup of the service , Define the startup service /etc/systemd/system( According to the operation level of the system , Start different services at startup )
9. start-up mingetty process , Load and display the system login interface
边栏推荐
- [nanopi2 trial experience] the first step of bare metal
- RGB与CMYK颜色模式
- Embedded system overview (learning notes)
- Leetcode topic analysis contains duplicate II
- ThinkPHP 2. X/3.0 vulnerability recurrence
- Structure binary tree from inorder and postorder traversal for leetcode topic analysis
- Chain implementation of stack -- linear structure
- GPIO novice
- C#之Lambda不得不说的用法
- map的下标操作符
猜你喜欢

What is a closure function
Redis学习笔记—单个键管理

ThinkPHP 2.x/3.0 漏洞复现

一个采用直接映射方式的32KB缓存......存储器课后习题

UEFI learning 3.6 - ACPI table on ARM QEMU

Community article | mosn building subset optimization ideas sharing

UEFI 学习3.6 - ARM QEMU上的ACPI表

Aiming at the overseas pet market, "grasshand" has developed an intelligent tracking product independent of mobile phones | early project
![[GYCTF2020]Blacklist](/img/a8/0f7231e5c498e6c89ff2e3bcb122f2.png)
[GYCTF2020]Blacklist
![[geek challenge 2019] hardsql](/img/73/ebfb410296b8e950c9ac0cf00adc17.png)
[geek challenge 2019] hardsql
随机推荐
A 32KB cache with direct mapping Memory exercises after class
Redis learning notes - data type: hash
Cookie和Session入门
瞄准海外宠物市场,「Grasphand 」做了一款独立于手机的智能追踪产品 | 早期项目
Redis学习笔记—事务
swagger UI :%E2%80%8B
General paging (1)
披萨订购设计----简单工厂模式
An idea of using keep alive to cache data in vue3 form pages
【CTF】bjdctf_2020_babyrop
一元函数求极限三大方法---洛必达法则,泰勒公式
Simple student management
@Response
MySQL fault case | error 1071 (42000): specified key was too long
Kotlin Series 1: getting started with basics
Redis学习笔记—慢查询分析
Click Add drop-down box
多线程初学
UEFI源码学习3.7 - NorFlashDxe
[極客大挑戰 2019]HardSQL