LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   kernel 2.6.2 (https://www.linuxquestions.org/questions/linux-software-2/kernel-2-6-2-a-142359/)

fobius 02-04-2004 05:16 PM

kernel 2.6.2
 
Hi,

I want to upgrade my 2.6.0 kernel to 2.6.2. At kernel.org, it seems to be a patch. Can someone give me a few pointers or resources about upgrading with a patch?

thanks

fobius 02-04-2004 05:20 PM

ok, never mind about that. Rather than apply patches up to 2.6.2, I'm just going to download and install 2.6.2 from source.

linuxman2k1 02-05-2004 01:28 PM

Just for the future you would use in the source directory
patch -p1 ../patch-x.x.x.bx2.
x.x.x if for the version. That does assume your patch is in the directory above the source.

Mike

fobius 02-05-2004 02:19 PM

thanks

by the way, can anyone tell me how to remove a kernel?

watashiwaotaku7 02-05-2004 05:43 PM

i assume you mean kernel source, in which case you can just rm the entire dir

DrOzz 02-05-2004 09:07 PM

well speaking of the patching, you stated that you have 2.6.0, and want to go to 2.6.2 so if you did in fact resort to patching, you would have to patch 2.6.0 to 2.6.1 and then 2.6.1 to 2.6.2 ...

fobius 02-05-2004 10:30 PM

hi,

yea, i realized that too so I decided to just compile my own 2.6.2. What I really meant by "remove the kernel" is uninstall an older kernel on my system. Right now I have 2.4.21, 2.4.22 and 2.6.0 on my system. I'd like to uninstall some of them. how do i do it?

benjithegreat98 02-06-2004 12:02 AM

rm -rf /usr/src/linux-2.6.0
rm -rf /usr/src/linux-2.4.22
.......

You get the idea. You can also go to /boot and delete files that reference your old kernels.

rmanocha 02-06-2004 12:06 AM

since we are talking about kernels i might as well ask this:
i have installed debian sid(installed woody and apt-get dist-upgraded'd it).
i then compiled kernel 2.6.1 but i get a kernel VFS panic...i think this is becasue the modules for ext2 are inbuild into 2.6.1 and the debian woody install wont let me chooose anything other than ext2.
can someone tell me what i can do about this...i can post the exact error i get if someone needs it.
thanks


All times are GMT -5. The time now is 01:26 PM.