<html><body>
<P><FONT face="Courier New, Courier, mono">This is my second upgrade to FC4 from Red Hat 9.&nbsp; The first one was uneventful.&nbsp; When I tried another machine tonight, grub was hanging on reboot.&nbsp; </FONT></P>
<P><FONT face="Courier New">I tried a grub-install /dev/hda from rescue mode, but that didn't work.</FONT></P>
<P><FONT face="Courier New, Courier, mono">I finally did a grub-install --recheck /dev/hda which took quite a while to complete.&nbsp; When I rebooted, I finally saw the grub boot screen.&nbsp; </FONT></P>
<P><FONT face="Courier New, Courier, mono">When I choose the kernel to boot, I received an 'error 17' which the grub manual indicates that grub cannot recognize a filesystem format.</FONT></P>
<P><FONT face="Courier New, Courier, mono">This is weird since this box has only been linux and the partitions are either swap or ext3.&nbsp; The fdisk information seems to be in order.&nbsp; Note that since I choose upgrade during the FC4 installation, it did not (or was not supposed to) change my partition table and / or format the filesystems.&nbsp; I don't think the installer changed the fdisk info - it looks the same as before.</FONT></P>
<P><FONT face="Courier New, Courier, mono">fdisk -l : (abbreviated)</FONT></P>
<P><FONT face="Courier New, Courier, mono">Device&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Boot&nbsp;&nbsp;Id&nbsp;&nbsp; System<BR>/dev/hda1&nbsp; *&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;83&nbsp;&nbsp; Linux<BR>/dev/hda2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5&nbsp;&nbsp;&nbsp;&nbsp;Extended<BR></FONT><FONT face="Courier New, Courier, mono">/dev/hda5&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;82&nbsp;&nbsp; Linux swap / Solaris<BR>/dev/hda6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 83&nbsp;&nbsp; Linux<BR>/dev/hda7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;83&nbsp;&nbsp; Linux<BR>/dev/hda8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;83&nbsp;&nbsp; Linux</FONT></P>
<P><FONT face="Courier New">device.map<BR>(fd0) /dev/fd0&nbsp; # note I have no floppy drive<BR>(hd0) /dev/hda</FONT></P>
<P><FONT face="Courier New">grub.conf<BR>#boot = /dev/hda<BR>default=0<BR>timeout=10</FONT></P>
<P><FONT face="Courier New">title Fedora Core (2.6.11-1.1369_FC4)<BR>&nbsp;&nbsp;&nbsp; root (hd0,1)</FONT></P>
<P><FONT face="Courier New">I don't know grub, but reading the manual I am confused as to why the grub-install set the root to (hd0,1).&nbsp; Since my boot partition is /dev/hda1, shouldn't this be (hd0,0)?</FONT></P>
<P><FONT face="Courier New">It's also interesting that the rescue option can load my filesystems just fine.</FONT></P>
<P><FONT face="Courier New">From rescue mode, I did a chroot /mnt/sysimage and then changed the /boot/grub/grub.conf root (hd0,1) to root (hd0,0) and ran grub-install /dev/hda</FONT></P>
<P><FONT face="Courier New">I check top from another TTY and there is no CPU time for the grub-install command (top reports it in Sleeping status) and my drive does not indicate any accesses.&nbsp; I think it basically hangs.</FONT></P>
<P><FONT face="Courier New">So, I'm stumped and looking for suggestions.</FONT></P>
<P><FONT face="Courier New">Thanks<BR></FONT><FONT face="Courier New">Jeff</FONT></P></body></html>