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
Answers were Sorted based on User's Feedback
Answer / amit kumar ghosh
Simply boot with bootable disk or u can use other media for
boot.
#linux rescue
then it wl take u to rescue mode,then
#chroot /mnt/sysimage.
then
#grub-install /dev/sda,then exit.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ayjaz khan
you can restart linux in rescue and find the primary boot
partion and give the followint command .
#grubinstall <partion name>
my email is = ayjaz.25@gmail.com
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / 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 |
Answer / velu
go to linux rescue mode then.to reinstall grub.conf follow this one of the method..
1)check that grub.conf exists r not.
check in the cmd pmt about older kernel version,then install same kernel and enjoy...then automatically you will get grub.conf
if not then install grub by this method;
if it has server with nfs image then select user mode 1
for eg:
chroot /mnt/sysimage
grub install /dev/sda
exit
then type grub
grub> root (hd0,0)
grub> setup (hd0)
quit
restart
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / velu
go to linux rescue mode then.to reinstall grub.conf follow this one of the method..
1)check that grub.conf exists r not.
check in the cmd pmt about older kernel version,then install same kernel and enjoy...then automatically you will get grub.conf
| Is This Answer Correct ? | 0 Yes | 3 No |
How do I start ms dos?
How do you create a blank file in linux?
What is umask in linux?
what is difference between $@ and $* in UNIX Shell script
What does execute mean in linux?
What would you do when all the processess hangs and there is no other option in unix?
How do you list all the files in a directory, including hidden files?
How we can set the password length in linux?
What does f mean linux?
In order to display the last five commands you have entered using the fc command, you would type?
What the command used for list the contents of your home directory, current directory and all subdirectories?
Linux system monitoring Tools?