I have been trying to install Fedora on a white box:
Intel Celeron 3.2Mhz
Asus P5VD2-VM SE motherboard
Seagate 80Gb SATA HDD
Neither FC6 or FC7 worked - nether would recognise the HDD at the partition stage of the install options.
I managed to install FC8 (or so I thought); it ran all the way through the process and asked me to reboot to finish the installation. On reboot I get this message:
"Uncompressing linux...ok, booting the kernel.
crc error
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0:0)"
I'm new to this OS-installation level game (although fairly proficient on the command-line on an already installed system) but from what I can make out, it looks like my system does not recognise the HDD on reboot. I can boot into rescue mode and /mnt/sysimage seems to contain the installed OS as I would expect, although when I try "chroot /mnt/sysimage" I get "error while loading shared library: libdl.so.2"
The relevant bit from /mnt/sysimage/etc/grub.conf is
##############
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-42.fc8)
root (hd0,0)
kernel /vmlunuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
##############
Any ideas? TIA!