hi friends how to reinstall the grub.conf file. once i
delete the grub file in perminatle ofter how to get back
that file.
plz send me ans.
regards.
madhu.m
Answer Posted / sudhir
First go to linux rescue mode through booting from Ist Cd
boot:linux rescue
the after few option given by the recue environment
it comes on sh prompt.
sh#
then type
#chroot /mnt/sysimage
#fdisk -l (to see the what is the exact device file of HDD
eg. /dev/hda)
#grub-install /dev/hda
#sync
#sync
#sync
#exit
#exit (system reboots)
now its done !!
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can you check the amount of lines in a file?
Who unix commands?
How do you save a file in linux?
What is the export command used for?
What is the role of case sensitivity in affecting the way commands are used?
How can we increase disk read performance in single command?
Why is unix used?
How do I find command history in linux?
What is nslookup command?
What is help command in linux?
How do I check my system performance?
What does && mean in bash?
Write about an internal command.
Explain difference between nfs soft and hard mouniting points?
Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?