What Happens When/During :
Kaushik Banerjee ( He/Him/His )
SVP| Autonomous & Accountable DevOps, APAC SRE Head for Trading Tech| Execution, Empathy & Unleashing Team's Potential| I help Organizations reduce TOIL ,MTTR & MTTD while Improving Resiliency & Reliability
Part 1: During Linux System Boot & Startup
Preface: As part of improving my own general knowledge, I have hit upon the ( Brilliant? Foolish ?) idea of doing a series of "What Happens When/During:". In each part, I will jot down how I understand what transpires BTS ( Behind the Scenes and not the Korean Boy Band, though they totally Rock ). The following article should mostly be correct BUT I would love it if people can fill the gaps in my knowledge and correct my understanding where it's misguided.
Here goes Part 1.
During Linux System Boot & Startup
BOOTing is short for Bootstrapping, ie a process that can progress without the need for external and/or Human intervention.
The Linux BOOT & Startup consists mainly of 4 phases, which can be further subdivided as shown and explained below.
?
?????????? ???? → ????????/???????? → ??????/?????? → ????????2 (?????????? 1 ???????? ???????????? → ?????????? 2 ???????? ????????????) → ???????????? → ?????????????? → ??????????
?
BOOT is described as from switching on till the Kernel is initialized, and startup is just after that ( systemd --switched-root --system --deserialize?starts as PID 1)
???????? ??????????????:
领英推荐
?
?????????????? ??????????????:
It's ON
PS:--> What Happens When you turn on your Windows Desktop is also almost the same, except for Run Levels and the SysV-Init process that initializes is slightly different from systemd.
DevOps SRE TechOps Support
2 年Thanks for such a detailed post Kaushik!