Hi,<br>I've got a machine with three hard-drives in it. two sata and one ide. I've a fedora 10 (upgraded from 9) on the first sata drive, and I've installed fedora 11 on the second sata drive. The machine boots off the first of these drives and the ide one contains windows. I copied the lines out of grub.conf on the f11 disk, and copied them to the grub.conf of the first disk, and reinstalled. However, f10 boots fine, f11 doesn't boot. and grub gives me an error 17.<br>
<br>The lines from the f11 grub.conf are <br>default=0<br>timeout=5<br>splashimage=(hd1,0)/grub/splash.xpm.gz<br>hiddenmenu<br>title Fedora (2.6.29.4-167.fc11.x86_64)<br>    root (hd1,0)<br>    kernel /vmlinuz-2.6.29.4-167.fc11.x86_64 ro root=UUID=7ba6f364-68c2-4dad-a54e-18c3464b0eb5 rhgb quiet<br>
    initrd /initrd-2.6.29.4-167.fc11.x86_64.img<br>title Other<br>    rootnoverify (hd2,0)<br>    chainloader +1<br>title Fedora 10<br>    rootnoverify (hd0,0)<br>    chainloader +1<br><br>and I've copied the f11 section into the f10 grub.conf,<br>
title Fedora 11 64-bit<br>    root (hd1,0)<br>    kernel /vmlinuz-2.6.29.4-167.fc11.x86_64 ro root=UUID=7ba6f364-68c2-4dad-a54e-18c3464b0eb5 rhgb quiet <br>    initrd /initrd-2.6.29.4-167.fc11.x86_64.img<br><br>Not sure if it's to do with how root is written, whether I'm using an older version of grub (GNU GRUB 0.97) or what. The full f10 grub.conf is below. Everything is ext3 except \ on the f11. <br>
<br>Thanks for any help or suggestions;<br>Jim<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 (hd1,0)<br>#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00<br>#          initrd /initrd-version.img<br>#boot=/dev/sdb<br>
default=0<br>timeout=5<br>splashimage=(hd0,0)/grub/splash.xpm.gz<br>hiddenmenu<br>title Fedora (2.6.27.30-170.2.82.fc10.i686)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.27.30-170.2.82.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=0x318<br>
    initrd /initrd-2.6.27.30-170.2.82.fc10.i686.img<br>title Fedora Hopefully(2.6.27.29-170.2.78.fc10.i686.PAE)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.27.29-170.2.78.fc10.i686.PAE ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=0x318<br>
    initrd /initrd-2.6.27.29-170.2.78.fc10.i686.PAE.img<br>title Fedora (2.6.27.29-170.2.78.fc10.i686)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.27.29-170.2.78.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=0x318<br>
    initrd /initrd-2.6.27.29-170.2.78.fc10.i686.img<br>title Fedora (2.6.27.25-170.2.72.fc10.i686.PAE)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.27.25-170.2.72.fc10.i686.PAE ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=0x318<br>
    initrd /initrd-2.6.27.25-170.2.72.fc10.i686.PAE.img<br>title Fedora (2.6.27.25-170.2.72.fc10.i686)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.27.25-170.2.72.fc10.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet vga=0x318<br>
    initrd /initrd-2.6.27.25-170.2.72.fc10.i686.img<br><br>title Fedora 11 64-bit<br>    root (hd1,0)<br>    kernel /vmlinuz-2.6.29.4-167.fc11.x86_64 ro root=UUID=7ba6f364-68c2-4dad-a54e-18c3464b0eb5 rhgb quiet <br>    initrd /initrd-2.6.29.4-167.fc11.x86_64.img<br>
title Other<br>    rootnoverify (hd2,0)<br>    chainloader +1<br><br><br>