I make yum upgrade FC9 to FC10
FC10 working fine with FC9 kernel.. but not with FC10 kernel

without SCSI_WAIT it's not working at all.. like everybody have in this post..
cannot find partition..
but with SCSI_wait it's found partition, but can't mount /dev after this

like in screenshot..
I have no idea

I make last yum update, with new f10 kernel.. but no result

FC9 kernel working fine..
I have dual xeon
lsmod:
sym53c8xx 68120 2
scsi_transport_spi 22912 1 sym53c8xx
sd_mod 26008 3
scsi_mod 122876 6 sr_mod,sg,libata,sym53c8xx,scsi_transport_spi,sd_m od
grub.conf
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.27.7-134.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.7-134.fc10.i686 ro root=UUID=d5409122-3676-4b53-9679-dbb6a34f65e4 rhgb quiet
initrd /initrd-2.6.27.7-134.fc10.i686.img
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=d5409122-3676-4b53-9679-dbb6a34f65e4 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img
title Fedora (2.6.26.5-45.fc9.i686)
root (hd0,0)
kernel /vmlinuz-2.6.26.5-45.fc9.i686 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.26.5-45.fc9.i686.img
[root@multi ~]# cat /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
UUID=d5409122-3676-4b53-9679-dbb6a34f65e4 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0