Hi! Here's my problem: I had Fedora 5 and Windows XP installed, whit grub as my boot manager... everything was working fine, but then I re-installed Windows XP, and of course my grub dissapeared form the MBR. Now I want to re-install grub, so I boot from the fedora cd and run
linux rescue . I followed this steps:
linux rescue
After mounting the system image
chroot /mnt/sysimage
grub-install /dev/hda
But in /dev thre's no hda, theres a VolGroup00... so grub-install didn't work. Something about hda not found or not a block device.
I also tried instead of grub-install this:
grub
root (hda,0) and a few more numbers, i don't know where my /boot partition is, because fdisk -l doesn't find any partitions in /proc.
The last line threw me an Error 23: problem when pharsing number i think.
I would really like to fix this and not to re-install fedora all over again, any ideas? Thanks a lot, i hope i was clear enough.