Results 1 to 4 of 4
Hi sorry for the question
I have 2 linux kernels options, one is not ok i need to delete it
i would like to know if someone can tell me ...
- 03-24-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 1
Delete a linux kernel
Hi sorry for the question
I have 2 linux kernels options, one is not ok i need to delete it
i would like to know if someone can tell me a step by step procedure
to deleting it.
starting with how i can figure out which is my boot loader
please i really need a detail step by step procedure
like for example if i need to delete files, that you mention the names of the files to be deleted
thanks a lot for everything, hope someone can help me!
- 03-24-2006 #2Banned
- Join Date
- Jul 2004
- Posts
- 947
give us the output of
ls /boot
that should give us the output of the directory boot where there will be a grub or lilo folder...I hope...
There will be a config file in there that will give you where the kernel is found, rm it then get rid of the lines in the config
- 05-07-2006 #3Look at the lilo/grub.conf (vi /etc/lilo.conf or /etc/grub.conf) and find out which kernel are you using? Suppose the kernels are A and B. If you are using B then I think
Originally Posted by gabrielgua
just deleting A won't cuae any troubles --just go to /usr/src/ and type
Now delete the corresponding image (most likely the inuse one will be named as newImage or something like that). I hope that is sufficient. Feedback from the gurus is needed.Code:rm -rf A
- 05-07-2006 #4Which Linux distro are you using?
Originally Posted by gabrielgua
On some distros, there is a very simple way to do that (a command that will take care of everything for you)."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
