what is the booting process of linux systen and explain
it,is the first process comes under the installation process.

Answer Posted / vpalavarapu

Booting Process:
1) BIOS: BIOS is the lowest level interface between computer
and peripherals.
The BIOS performs integrity checks on memory and
seek instructions on the Master Boot Record (MBR) on the
floppy/HDD.
2) The MBR points to the boot loader (GRUB or LILO: Linux
Boot Loader)
3) Boot loader (GRUB or LILO) will then ask for the OS label
which will identify which kernel to run and where it is
located (Hard drive and partitioned)
4) The first thing the kernel does is to execute init
program. init is the root/parent process to all processes in
the Linux.
5) The first processes that init starts is a script
/etc/rc.d/rc.sysinit
6) Based on the appropriate run-level, scripts are executed
to start the various processes to run the system and make
it functional.

Is This Answer Correct ?    25 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does umask 077 mean?

547


tell me something about linux commands.

555


What Command used to lock user password?

589


Explain grep command.

601


Explain about sh?

591






Is makefile a shell script?

559


What is cd command used for?

565


What are linux commands useful?

590


Why ms dos is used?

608


What is the copy command in linux?

475


How do I check terminal history?

518


How do I find previous commands in linux?

543


How can we increase disk read performance in single command?

554


What does chmod 755 do?

481


How do you insert comments in the command line prompt?

764