Okay, I had installed FC5 on my harddrive using pretty much the default options, then (much later) I put in a second hard-drive and decided to install Windows I deleted the First small petition on the first hard drive and everything else on the second and installed Windows. [For some reason it didn't work, so I gave up on windows.] Thats when I realized I couldn't boot Fedora anymore. I tried searching for a way to reinstall GRUB (such as the rescue disk and so forth) eventually I just reinstalled Fedora Core 5 on the second Hard Disk. Now I have GRUB back but it only boots the second FC5 instilation. What I need is to be able to boot the First instillation on the First Hard Disk. Here's my setup:
<br><br>[parted output]<br>Using /dev/hda<br>(parted) print<br>Disk geometry for /dev/hda: 0kB - 21GB<br>Disk label type: msdos<br>Number  Start   End     Size    Type      File system  Flags<br>1       32kB    107MB   107MB   primary   ext3
<br>2       107MB   21GB    20GB    primary                boot, lvm<br><br>Using /dev/hdb<br>(parted) print<br>Disk geometry for /dev/hdb: 0kB - 14GB<br>Disk label type: msdos<br>Number  Start   End     Size    Type      File system  Flags
<br>1       32kB    14GB    14GB    primary                boot, lvm<br>[/parted output]<br><br>My Grub.conf in /boot/grub<br>(NOTE: I added "FC5")<br>[grub.conf]<br># grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file
<br># NOTICE:  You have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /boot/, eg.<br>#          root (hd0,0)<br>#          kernel /vmlinuz-version ro root=/dev/VolGroup01/LogVol00
<br>#          initrd /initrd-version.img<br>#boot=/dev/hda<br>default=1<br>timeout=5<br>splashimage=(hd0,0)/grub/splash.xpm.gz<br>hiddenmenu<br>title Fedora Core (2.6.15-1.2054_FC5)<br>    root (hd0,0)<br>    kernel /vmlinuz-
2.6.15-1.2054_FC5 ro root=/dev/VolGroup01/LogVol00 rhgb quiet<br>    initrd /initrd-2.6.15-1.2054_FC5.img<br>title FC5<br>    root (hd0,1)<br>        kernel /vmlinuz-2.6.15-1.2054_FC5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
<br>        initrd /initrd-2.6.15-1.2054_FC5.img<br>[/grub.conf]<br><br>When I boot "FC5" It displays several errors then says something like "Kernal panic". (I can figure out what else it's saying if it would help. . .)
<br>Fedora's default in Logical Volumes (right?).<br>So how do I get my old instillation to boot? Thanks so much for any help!<br>