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

Answers were Sorted based on User's Feedback



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

Answer / chandragouda

As it turns out, there isn’t much to the boot process:
1. A boot loader finds the kernel image on the disk, loads
it into memory, and
starts it.
2. The kernel initializes the devices and its drivers.
3. The kernel mounts the root filesystem.
4. The kernel starts a program called init.
5. init sets the rest of the processes in motion.
6. The last processes that init starts as part of the boot
sequence allow you to
log in.

Is This Answer Correct ?    38 Yes 6 No

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

Answer / 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

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

Answer / susheel narain singh

Botting process of linux
Bios -> POST -> MBR -> Grub -> Kernal -> Initrd

Is This Answer Correct ?    13 Yes 7 No

Post New Answer

More Linux Commands Interview Questions

have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?

5 Answers   HP,


What does top do in linux?

0 Answers  


when zombie process fully cleared?

4 Answers   HP,


I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?

3 Answers   CTS,


Explain about the command lynx?

0 Answers  






What command would you use to create an empty file without opening it to edit it?

0 Answers  


How do I check disk space in bash?

0 Answers  


how do u find remote machine operating system and version?

10 Answers   Wipro,


In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>

3 Answers   Six Sigma,


How would you find whether a remote server is up or not?

8 Answers   HP,


What signal is ctrl c?

0 Answers  


Why ms dos is used?

0 Answers  


Categories