PDA

View Full Version : 2.6.33-0.36.rc7.git0.fc13.i686.PAE kernel is working. :)


diamond_ramsey
8th February 2010, 02:35 AM
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/packageinfo?packageID=8

===========================

[root@localhost ~]# uname -r
2.6.33-0.36.rc7.git0.fc13.i686.PAE

===========================

Hope this helps. ;)

kyryder
8th February 2010, 04:32 AM
Thank you Diamond_Ramsey that worked perfectly. I don't know how long it would have taken me to figure out that the initrd line was missing. You saved me allot of trouble shooting. :)

Thank You Again,

Ky