You could try to download the 2.4 ISO from Sourceforge and boot from the CD-ROM. Once done that wait until the installer asks you to choose your language. Instead of choosing a language you press Alt+F3 which will open a shell. Executing the following commands there might help you:
mkdir /mnt
mount -t ext3 /dev/sda1 /mnt
cp /bin/modprobe.conf.sh /mnt/etc/modprobe.conf
chroot /mnt
mkdir -p /var/lock
rm /etc/sysconfig/hwinfo
kudzu --kernel=2.6.27.19-72.e22
mkinitrd /boot/initrd-2.6.27.19-72.e22.img 2.6.27.19-72.e22
exit
Regards,
Christian