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
What is the difference between kill and kill in linux?
Who command in linux?
Explain the ‘ls’ command in linux
What is echo command in batch file?
How do I clear terminal command history?
Which command is used to terminate a process?
What is the programming language for linux?
What will happen when a system call is encountered in a user program?
What is 9 in kill?
Explain command grouping in linux?
Explain about refer?
What does touch do in linux?
What are the mv command options?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
Does linux cp command overwrite?