2.6.33-0.36.rc7.git0.fc13.i686.PAE kernel is working.
===========================
Prior to loading the 2.6.33-0.36.rc7.git0.fc13.i686.PAE kernel, I had to install the grubby of 7.0.10-1.fc13
[root@localhost ~]# yum list grubby
Loaded plugins: refresh-packagekit
Installed Packages
grubby.i686 7.0.10-1.fc13 @/grubby-7.0.10-1.fc13.i686
===========================
FYI, have downloaded and yum installed the -
kernel-PAE-2.6.33-0.36.rc7.git0.fc13.i686.rpm
and
kernel-headers-2.6.33-0.36.rc7.git0.fc13.i686.rpm
"...
yum install --nogpgcheck kernel-PAE-2.6.33-0.36.rc7.git0.fc13.i686.rpm kernel-headers-2.6.33-0.36.rc7.git0.fc13.i686.rpm
..."
===========================
Lastly, I had to vi /boot/grub/grub.conf and add the initrd line...seems this initrd line did not get created...
"...
title Fedora (2.6.33-0.36.rc7.git0.fc13.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.33-0.36.rc7.git0.fc13.i686.PAE ro root=/dev/mapper/V
olGroup-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYT
ABLE=us rhgb quiet
initrd /initramfs-2.6.33-0.36.rc7.git0.fc13.i686.PAE.img
..."
===========================
All kernel and grubby files were from
http://koji.fedoraproject.org/koji/p...fo?packageID=8
===========================
[root@localhost ~]# uname -r
2.6.33-0.36.rc7.git0.fc13.i686.PAE
===========================
Hope this helps.