Answer Posted / venkat
Kernel and init.d files.
Both will be initiated in grup.conf file.
[root@localhost grub]# cat grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making
changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to
/boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/sda2
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux AS (2.6.9-42.ELsmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.ELsmp ro root=LABEL=/
initrd /initrd-2.6.9-42.ELsmp.img
title Red Hat Enterprise Linux AS-largesmp (2.6.9-42.ELlargesmp)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.ELlargesmp ro root=LABEL=/
initrd /initrd-2.6.9-42.ELlargesmp.img
title Red Hat Enterprise Linux AS-up (2.6.9-42.EL)
root (hd0,0)
kernel /vmlinuz-2.6.9-42.EL ro root=LABEL=/
initrd /initrd-2.6.9-42.EL.img
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What does mkdir mean in linux?
What is $@ in shell?
Is makefile a shell script?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
What is the purpose output of cd command?
What is make command in linux?
Explain difference between nfs soft and hard mouniting points?
What is cpu in linux?
Which command is used to see the online manual?
What is df -h command?
How many cmd commands are there?
The command ‘umask -S’
Main configuration file and command used for NFS enabling exported directories and deamons?
In order to display the last five commands you have entered using the fc command, you would type?