First you'll need to gather the source RPM for the kernel, as well as the kernel-firmware package, available here:
http://download.fedora.redhat.com/pub/f ... 10.src.rpm
http://download.fedora.redhat.com/pub/f ... noarch.rpm
Next, make sure the correct tools are installed.
Code: Select all
yum install rpmdevtools -yCode: Select all
rpm -Uvh kernel-2.6.27.4-58.fc10.src.rpm
cd /usr/src/redhat/SPECSCode: Select all
rpmbuild -ba kernel.specCode: Select all
cp -a /boot ~/bootbackupRemember to enter your appropriate architecture where applicable.
Code: Select all
rpm -Uvh --force --nodeps ../RPMS/x86_64/kernel-2.6.27.4-58.fc9.x86_64.rpm ../RPMS/x86_64/kernel-devel-2.6.27.4-58.fc9.x86_64.rpmCode: Select all
gedit /boot/grub/menu.1stCode: Select all
gedit /root/bootbackup/boot/grub/menu.1stCode: Select all
cp /root/bootbackup/boot/grub/menu.1st
cp /root/bootbackup/boot/*.x86_64 /boot/
cp /root/bootbackup/boot/*.img /boot/Reboot, and enjoy!




