Test
Test
MS-Windows
When the operating system gets started there a few steps take place
1.bios is loaded
2.POST is completed
4. system configuration
is achieved
6. user is authenticated
Booting process in Linux
Linux
1.BIOS
2.MBR(Master Boot Record)
3.LILO or GRUB
Linux Loader
Grand Unified Bootloader
4.Kernel
5.init
6.Run Levels
1.
BIOS: This is the first one that loads as soon as you turn on your
machine.
2. Currently, the MBR is unaware of the concept of filesystems and
requires a bootloader with filesystem drivers for each supported
filesystem, so the kernel cannot be loaded directly. This allows the
bootloader itself to recognize and call it.
3.this can be considered as a heart of the computer
4. the system is executed to boot into the run level as specified
in
5. On the basis of run level being selected, the infit process then executes
start-up scripts located in subdirectories of the directory.
6.different level runs select and gets executed finally Linux starts