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

How can we increase disk read performance in single command in Linux?

759


You issue the command head * what would the resulting output be?

729


How do I run a command in linux?

744


You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?

711


How to know linux os is 32 bit or 64 bit?

736


What is bash history linux?

711


What is the difference between clang and llvm?

757


What is linux pwd (print working directory) command?

697


What are the basic dos commands?

749


can any one send me one project on linux ...?

2543


What is the command to calculate the size of a folder?

730


What is a good processor speed?

700


What are the 4 kinds of sentences with examples?

776


How do you limit memory usage for commands?

778


What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?

715