How does the boot process[init levels] work on Linux? How
is it different from Solaris?

Answer Posted / dayashankar prajapat

When an x86 computer is booted, the processor looks at the
end of the system memory for the BIOS (Basic Input/Output
System) and runs it. The BIOS program is written into
permanent read-only memory and is always available for use.
The BIOS provides the lowest level interface to peripheral
devices and controls the first step of the boot process.

The BIOS tests the system, looks for and checks peripherals,
and then looks for a drive to use to boot the system.
Usually it checks the floppy drive (or CD-ROM drive on many
newer systems) for bootable media, if present, and then it
looks to the hard drive. The order of the drives used for
booting is usually controlled by a particular BIOS setting
on the system. Once Linux is installed on the hard drive of
a system, the BIOS looks for a Master Boot Record (MBR)
starting at the first sector on the first hard drive, loads
its contents into memory, then passes control to it.

This MBR contains instructions on how to load the GRUB (or
LILO) boot-loader, using a pre-selected operating system.
The MBR then loads the boot-loader, which takes over the
process (if the boot-loader is installed in the MBR). In the
default Red Hat Linux configuration, GRUB uses the settings
in the MBR to display boot options in a menu. Once GRUB has
received the correct instructions for the operating system
to start, either from its command line or configuration
file, it finds the necessary boot file and hands off control
of the machine to that operating system.

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the gate of ftp server in redhat linux?

1449


What is the difference between ext3 and ext4?

2022


How to catagories tickets in RHEL, which tickets are belong to PROBLEM, INCIDENT and CHANGE management? please given to me with examples

1349


i installed clustering packages.When i try to run it getting LUCI error...what is it..??

1963


What is Hard mount and soft Mount?

1374






Why is it suggested to disable journalism in ext4 filesystem?

3075


I want to configure production interface and manage interface, how to configure both interfaces in Linux. please post the answers

1516


why /etc/shadow file do not have any permission ?

1056


what is difference between  TFTP abd FTP?

1627


How to Trouble shoot performance issue in RHEL administration ? please give to one example

1642


What are the differences between FTP , NFS , SAMBA servers explain separately.

717


This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.

1470


As a system admin i want to know some things what are the troubleshooting issues we are facing frequently and what are the tickets will be raised.

1099


1. User gaves df -h and the system get hanged. why ? 2. what is the hardlink and softlink mount ? 3. why is portmape should be started ? 4. what is nologin option 5. how to restrict users from accessing nfs ? 6. what is the difference between cpio and tar 7. what are the kernel parameters ? how to find out it ? 8. why we use sysctl.conf ? 9. if we gives init1 from multiuser runlevel, will it affect other users who already logged in to the system ? 10. what will be the available space to use after configuering raid5 with 5 disks each having 5gb spce ?

2304