OK, here'sthe workaround for the isolinux bug:
1. Read this document:
http://www-2.cs.cmu.edu/~colohan/doc...a_upgrade.html
2. cp -r /mnt/cdrom/isolinux /boot/isolinux
3. Add the following to grub.conf:
title Upgrade to Fedora
root (hd0,0)
kernel /boot/isolinux/vmlinuz root=LABEL=/
initrd /boot/isolinux/initrd.img
4. Rebooot the box and choose "Upgrade to Fedora"
I'm able to get to the installer now, and the darn thing hangs while locating the 53c8XX SCSI driver. Looks like it's another well known issue, that has been known since RH 9, nobody ever bothered to fix. Gosh, I always knew that Linux was buggy, I just never expected it to be so bad. Once I find a workaround for this one I'll post it too. One of my colleagues suggested that we evaluate Linux as an option for our production databases. Given my experience with this pathetic excuse of an OS so far, It won't be anywhere near our production boxes. Solaris X86 is a piece of crap too, but at least it works.