What is the detail boot process in linux? Start form Pc
on..?
Answer Posted / guest
Once system powered on, first thing will be POST check i.e
power on self test.
Then BIOS loads the MBR from the disk into RAM. Then, the
BIOS executes the MBR code. now boot loader list the number
of OS installed in to the system. select the OS wants to be
boot once OS selected initial RAM disk (temporary root file
system) are loaded into memory. When the images are loaded,
the boot loader passes control to the kernel image and the
kernel is decompressed and initialized.At this stage, the
boot loader checks the system hardware, enumerates the
attached hardware devices, mounts the root device, and then
loads the necessary kernel modules. When complete, the first
user-space program (init /sbin/init) starts, which will
looks file /etc/inittab to find the which runlevel kernel
will be boot then it will be check /etc/rc?.d (? means
runlevel got from inittab file)and check every script which
starts with name S will start in to that level once
completed, initrd(temporary root file system) will be
unmounted and mount the physical filesystem and loads the
main kernel then login prompt will be available.
Then
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Do you need antivirus with linux?
Explain process id.
How can we find the current value for shell variables?
In /etc/fstab, what is the meaning of defaults word and 0 0 indicates which options?
What is the maximum length for any file name under linux?
How to remove directory with files?
How do you check if a particular service in running?
How to identify which shell you are using?
What separates unix and linux?
What companies use linux?
Differentiate between LINUX and UNIX?
Is mac a unix or linux?
When you create a new partition, you need to designate its size by defining the starting and ending?
How many types of bond are there in linux?
What is the best version of linux?