06-12-05 12:45 PM
cheeka wrote:
> I have a triple boot box with win98, deb(sarge) and MDK10.
> I thought of updating the deb portion using apt-get.
> The present kernel is 2.6.8-1. I used apt-get update and it downloaded
> 330MB
> and updated all other applications , but when I give "uname -a" , I
> still
> find the kernel as 2.6.8-1.
>
> Will apt-get update not update the kernel also automagically? Or do I
> have
> to do it in the old fashioned way by compiling and installing?
apt-get (and aptitude) will upgrade the kernel if you have a
meta-package installed, or if you specify the package name. You do not
have to compile and install your own kernel.
What processor do you have? Or what specific kernel (uname -a) ?
You'll want to install kernel-image-2.6-386 or something (where the last
part is processor related).
$ cat /etc/debian_version
3.1
$ apt-cache search kernel-image-2.6-
kernel-image-2.6-386 - Linux kernel image for version 2.6 on 386.
kernel-image-2.6-686 - Linux kernel image for version 2.6 on
PPro/Celeron/PII/PIII/P4.
kernel-image-2.6-686-smp - Linux kernel image for version 2.6 on
PPro/Celeron/PII/PIII/P4 SMP.
kernel-image-2.6-amd64-generic - Linux kernel image for version 2.6 on
generic x86_64 systems
kernel-image-2.6-amd64-k8 - Linux kernel image for version 2.6 on AMD64
systems
kernel-image-2.6-amd64-k8-smp - Linux kernel image for version 2.6 on
AMD64 SMP systems
kernel-image-2.6-em64t-p4 - Linux kernel image for version 2.6 on Intel
EM64T systems
kernel-image-2.6-em64t-p4-smp - Linux kernel image for version 2.6 on
Intel EM64T SMP systems
kernel-image-2.6-k7 - Linux kernel image for version 2.6 on AMD K7.
kernel-image-2.6-k7-smp - Linux kernel image for version 2.6 on AMD K7 SMP.
$
Regards,
Paul Cupis
--
paul@cupis.co.uk
[ Post a follow-up to this message ]
|