- The system BIOS checks the system and launches the first stage boot loader on the MBR of the primary hard disk.
- The first stage boot loader loads itself into memory and launches the second stage boot loader from the "/boot" partition.
- The boot loader then place one or more appropriate "initramfs".
- Once the kernel and the intiramfs image(s) are loaded into memory, the boot loader hands control of the boot process to the kernel.
- Then kernel hands off the boot process to the "init" then "/sbin/init" program, and it coordinates the rest of the boot process and configures the environment for the user.
- init > calls >/etc/rc.d/rc.sysinit
- init > calls > /etc/inittab > runlevel
- /etc/rc.d/rc<x>.d (As for the runlevel)
- K (first) and then S, scripts.
- K and S scripts, porints /etc/rc.d/init.d/..
- init > calls > /etc/rc.d/rc.local
- if runlevel 5 > /sbin/mingetty
- /etc/inittab > /etc/X11/prefdm
- login prompt.
Disclaimer: Its a collection from lots of other site(s) and few of my notes. I would also like to declare that I am not owning lots of its content. Please feel free to contact me directly if you want me to remove any of your content, that you don't want to share to other through this blog.
Friday, 21 December 2012
Redhat Linux Boot Process
Labels:
linux
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment