![]() |
linux boot process
1. BIOS loads first stage boot loader from the first sector of available disks (floppy, hard drive, cd-rom, etc.)
2. First stage boot loader then loads the second stage boot loader. 3. Second stage boot loader allows user to choose what kernel to boot. 4. Chosen kernel then booted and devices are initialized. 5. Kernel then executes init process. 6. Init starts services according to /etc/inittab: Code:
- rc.sysinit - System initialization scriptsrc - Configures services based on runlevel Code:
1. Stop services that begin with "K" in /etc/rcX.d where X is the runlevel.rc.local - Configures any system specific information (deprecated). Other, runlevel specific services started according to /etc/inittab. Code:
1. mingetty (except for runlevel 1).Viewing boot up information. Boot information displayed during boot up is stored in /var/log/dmesg. Use dmesg command to view. Code:
#GLUG#dmesgRun Levels Code:
0 - Halt (Don't set default runlevel to this!) |
| All times are GMT +2. The time now is 09:59. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.