Thanks taking a look at those. So basically i have another kernel sitting on the machine. So I looked at the instructions I am still missing something.
Code:
By seahorse
1: rm -f /var/lib/rpm/__*
2: uname -a
check your current kernel
3: rpm -aq | grep kernel-*
list out kernels in your system and remember those that you do not need
4: rpm --rebuilddb
rebuild rpmdb
5: rpm -e [kernel file to be removed]
remove those unused kernels to free the /boot/ space
My questions is what goes in the first step to. he left that "_" their. This blank is holding me up. Plus can anyone tell a noob at linux what step 4 does for the process.
Thanks for the info, learning every day.