<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hmmm...<br>
What do you see in a terminal if you do:<br>
  rpm -q kernel-rt<br>
<br>
If planetccrma-core installed then you should have at least one realtime<br>
kernel listed there. Then I would check the contents<br>
of /boot/grub/grub.conf, you should have an entry there for the rt<br>
kernel and it should probably be the default - &quot;index&quot; points to the 0<br>
based index of the default kernel.<br>
<br>
-- Fernando<br>
</blockquote></div><br>[root@ceres sean]# rpm -q kernel-rt<br>kernel-rt-2.6.26.8-1.rt16.1.fc10.ccrma.x86_64<br><br>[root@ceres sean]# cat /boot/grub/grub.conf<br># grub.conf generated by anaconda<br>#<br># Note that you do not have to rerun grub after making changes to this file<br>
# NOTICE:  You have a /boot partition.  This means that<br>#          all kernel and initrd paths are relative to /boot/, eg.<br>#          root (hd0,0)<br>#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00<br>
#          initrd /initrd-version.img<br>#boot=/dev/sda<br>default=0<br>timeout=3<br>splashimage=(hd0,0)/grub/splash.xpm.gz<br>hiddenmenu<br>title Fedora (2.6.27.19-170.2.35.fc10.x86_64)<br>    root (hd0,0)<br>    kernel /vmlinuz-2.6.27.19-170.2.35.fc10.x86_64 ro root=UUID=c14b36c6-4eab-4def-b2ec-a33a006c5164 rhgb quiet<br>
    initrd /initrd-2.6.27.19-170.2.35.fc10.x86_64.img<br><br>[root@ceres sean]# <br><br>-------------------------<br><br>Is it just a matter of adding my own entry for the kernel in grub? What information should I use there, if so?<br>
<br>Thanks,<br><br>-Sean<br><br>