After installing Fedora Core 3 or 4, the boot process gets stuck during the 'Inializing Hardware' phase. This occurs on system running with the Highpoint RocketRAID SATA RAID controller.
This is due to the boot scripts attempting the load the mv_sata driver after the hptmv driver has already been loaded. This problems stems from the fact that the Supermicro and Highpoint cards both share the same PCI ids.
Boot the system into rescue mode using the installation media. To prevent the system from loading the mv_sata driver, add the following entries to /etc/hotplug/blacklist:
hptmv mv_sata
In addition, edit /etc/modprobe.conf to remove any mv_sata alias.