Nocster Kernel?

This may not be the place, but I just did a yum upgrade kernel and realized that grub is default-booting to this:

# Added by BurstNET Technologies, Inc.
title hn-1.4
root (hd0,0)
kernel /HN-1.4-686 ro root=/dev/hda6

The new kernel I just installed has this entry in grub.conf:

title Fedora Core (2.4.22-1.2174.nptl)
root (hd0,0)
kernel /vmlinuz-2.4.22-1.2174.nptl ro root=LABEL=/
initrd /initrd-2.4.22-1.2174.nptl.img

First, I assume I should change root= to /dev/hda6 as this is the partition with mount point /. Can anybody with nocster experience explain to me why this custom entry/kernel exists and if there would be any problem in me using an upgrade of the original Fedora kernel? I recently learned about "savedefault --default=n --once" and will use that, but I'm still wary.

Thanks!

Ben

 

 

 

 

Top