FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have 4 (four) kernels running on the PC which is the result of running 'yum update'. Kindly advise how to remove the old kernels without endangering the OS. I suppose running GRUB as bootloader. Is there a way to confirm it.
I just do a "rpm -qa | grep kernel" to list installed kernels
Then "rpm -e whaterkernel you don't use anymore"
I usually keep the kernel next to the latest in case of problems
$ rpm -qa | grep kernel-SMP
$ rpm -qa | grep kernel-BOOT
all no output
B.R.
satimis
hi there
i was just telling u that u can safely remove theeses kernels as these are of less use to u
the kernels u hae installed are the various version of the kernel
1. is 2.6.6
2. kernel source --u need to keep that if u want to compile ur kernel
3. is 2.6.8
4. is 2.6.5
5. is 2.6.7
6. small kernel utils package required for kernel compiling and other work(need not remove that)
it is upto u to chose which kernel out of the 2.6.8-2.6.6-2.6.5 or 2.6.7
se that the kernel u8 use supports all ur functionalities
and u have the rpms of these
so in the near future if u require those u do not have a problem in that
it is upto u to chose which kernel out of the 2.6.8-2.6.6-2.6.5 or 2.6.7
se that the kernel u8 use supports all ur functionalities
and u have the rpms of these
so in the near future if u require those u do not have a problem in that
which is 'kernel u8' ???
After deleting
# rpm -e kernel-2.6.6-1.435.2.3
# rpm -e kernel-2.6.5-1.358
Do I need to comment out follows on /etc/grub.conf
i wrongly typed there
that was kernel u
8 was not supposed to be there
after u have removed ur kernel then u can edit ur grub.conf
remove files from /boot partiton
when u install ur kernel then these files are again there at these locations
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.