Craig responded:<br><br>you didn't post the whole grub.conf so it's not possible to compare it<br>to the entry for FC5<br><br>Obviously we now know you have 2 hard disks so it probably would be<br>helpful to show output of<br>
<br>grub.conf<br>fdisk -l /dev/sda<br>fdisk -l /dev/sdb<br><br>yes, if you remove 'rhgb quiet' entries from grub, you would see more<br>debugging information on screen but you can do that temporarily at boot<br>time by 'editing' the grub entries at boot time or I think pressing the<br>
'ESC' key while starting up.<br><br>Craig<br><br>------<br>jbyers:<br>Craig, thanks for response.<br>I think we are miscommunicating on some points.<br>I did post the whole grub.conf, this is from f10 install, not my fc5.<br>
<br>I explained I had two disks, most carefully after Frank asked me<br>to more clearly explain:  f10 on sda1, fc5 on sdb6.<br><br>but I went on to say I was now trying to divorce my f10 install from<br>anything to do with fc5, so using knoppixcd <br>
I did <br>grub<br>root (hd0,0)<br>setup (hd0)<br><br>so I am no longer using the fc5 grub.conf to boot f10:<br>from my experience that is more prone to "Error2 Bad file or directory"<br>which i no longer see using f10 grub.conf.<br>
If you think it would be useful anyway I will show it here along w fdisk.<br><br><br>from fc5 grub.conf   stanza for fc5, stanza for f10<br><br>title fc5copy (2.6.17-1.2174_FC5) sdb6  <br>        root (hd1,5)<br>        kernel /boot/vmlinuz-2.6.17-1.2174_FC5 ro root=/dev/sdb6 <br>
##      initrd-2.6.17-1.2174_FC5.img<br>        initrd /boot/initrd-2.6.17-1.2174_FC5.devsdb6.img<br><br><br>title Fedora (2.6.27.5-117.fc10.i686) dvd scsi_mod.scan=sync<br>        root (hd0,0)<br>        kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=449a78aa-d4d5-4e91-<br>
bf9c-5833d7218c8f rhgb quiet scsi_mod.scan=sync<br>        initrd /boot/initrd-2.6.27.5-117.fc10.i686.img<br><br>[root@bootp ~]# fdisk -l /dev/sda<br><br>Disk /dev/sda: 36.7 GB, 36703934464 bytes<br>255 heads, 63 sectors/track, 4462 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br><br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sda1   *           1        2676    21494938+  83  Linux<br>/dev/sda2            2677        3163     3911827+  82  Linux swap / Solaris<br>
/dev/sda3            3164        4462    10434217+  83  Linux<br>[root@bootp ~]# fdisk -l /dev/sdb<br><br>Disk /dev/sdb: 36.7 GB, 36703934464 bytes<br>255 heads, 63 sectors/track, 4462 cylinders<br>Units = cylinders of 16065 * 512 = 8225280 bytes<br>
<br>   Device Boot      Start         End      Blocks   Id  System<br>/dev/sdb1   *           1          13      104391   83  Linux<br>/dev/sdb2              14         268     2048287+  82  Linux swap / Solaris<br>/dev/sdb3             269         281      104422+  83  Linux<br>
/dev/sdb4             282        4462    33583882+   f  W95 Ext'd (LBA)<br>/dev/sdb5             282        1301     8193118+  83  Linux<br>/dev/sdb6            1302        2321     8193118+  83  Linux<br>/dev/sdb7            2322        4462    17197551   83  Linux<br>
[root@bootp ~]# <br><br><br>I will experiment with editing grub entries at boot time, <br>thanks for suggestion.<br><br>Jack<br><br><br>