Booting Process
Booting Process
BO
OTING PROCESS
Booting process means what are the steps involve which scripts run and
thers order from turning on the system to till getting on booting process.
A the login prompt is called as
1) Bios
2) mbr
3) Grub
4) kernel
5) init
6) Run level
Bios
This post will verify system hardware to make sure every think is working
properly
-It searches for varied boot device based up on the booting sequences.
→ones the bios identify the valid booting device then It will find the
vabled MBR
MBR
1
Booting process
MBR stands for master boot record.
MBR Having 512 bytes and 3 components
1st 446 bytes will maintain boot strap program
64bytes will maintain the pertain table information
2 bytes will maintain the validation check some
In old servers lilo is the boot loader
Once identy the MBR it will enter in to the GRUP
GRUB :-
GRUB displays the kernel Images , wait for few seconds, if you
don’t enter anything, it loads the default kernel images which is
the GRUB configuration file.
GRUB configuration file is “/boot/grub/grub.conf”
KERNEL
INIT PROCESS
RUN LEVELS