Results 1 to 5 of 5
hi.
my system had windows xp and redhat linux. i format c drive and installed xp again.now i am unable to acces linux os.i had installed redhat in d drive,what ...
- 02-18-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
how to retrive red hat linux
hi.
my system had windows xp and redhat linux. i format c drive and installed xp again.now i am unable to acces linux os.i had installed redhat in d drive,what shoud i do? shoud i reinstall redhat or is ther any way to get linux back without installing it again?
plz help
- 02-18-2009 #2
Use Super Grub disk. It can make any partition you want (Red Hat in your case) bootable.
- 02-18-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
hello but i heard that ther are some commands ..by which we can retrive linux back..
- 02-18-2009 #4
Boot up in Rescue (Recovery) mode using RedHat Installation CD/DVD. Execute this at shell prompt :
Machine will reboot and GRUB menu will appear at startup.Code:chroot /mnt/sysimage grub-install /dev/sda exit exit
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-18-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
There are two methods to re install grub...
1st method...
Boot up in Rescue (Recovery) mode using RedHat Installation CD/DVD. Execute this at shell prompt :
chroot /mnt/sysimage
grub-install /dev/sda (for SCSI HDD) or /dev/hda
exit
exit
if 1st method does'nt works u can try the below method..
# grub (jus hit enter)
grub>root (hd0,0)
grub>setup (hd0)
grub>quit


Reply With Quote