LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How install Kernel 2.6.5 in Debian 3.0r2 (https://www.linuxquestions.org/questions/debian-26/how-install-kernel-2-6-5-in-debian-3-0r2-170356/)

velan 04-15-2004 01:31 AM

How install Kernel 2.6.5 in Debian 3.0r2
 
Which is the best method to install Kernel 2.6.5 in Debian 3.0r2? I want to do this entire procedure without any error. I tried this in Redhat 9 and got lots of errors. So tell me good method to port my new kernel 2.6.5 for my Debian 3.0r2.

xcity 04-15-2004 06:21 AM

update kernel in debian is pretty easy, just apt-get install kernel-image-xxx-xxx, and modify your lilo or grub. if you get error, you still can boot into old kernel, so don't worry, just have a try!

velan 04-15-2004 07:20 AM

what is kernel-mage-xxx-xxx?
 
what is kernel-mage-xxx-xxx? shud I have to download ny package.

comp12345 04-15-2004 03:36 PM

That means you fill in which version of the kernel you want.
There are many versions of 2.6.5 available.

kernel-image-2.6.5-1-386: kernel image for i386.
kernel-image-2.6.5-1-686: kernel image for PPro/Celeron/PII/PIII/PIV.
kernel-image-2.6.5-1-686-smp: kernel image for PPro/Celeron/PII/PIII/PIV SMP.
kernel-image-2.6.5-1-generic: kernel image for Alpha.
kernel-image-2.6.5-1-k7: kernel image for AMD K7.
kernel-image-2.6.5-1-k7-smp: kernel image for AMD K7 SMP.
kernel-image-2.6.5-1-smp: kernel image for Alpha SMP


If you have an AMD Athlon CPU, you may want to install kernel-image-2.6.5-1-k7. It has AMD specific optimizations. Like wise for other CPU architectures.

Dswissmiss 04-16-2004 11:45 PM

What does SMP stand for?

Also, how do I modify Grub? Specifically, how do I configure it to use initrid? (got a warning from synaptic to do so)
And from there all I have to change is the Kernel version number right?

Thank you

sims 04-17-2004 08:30 AM

update-grub creates/edits your menu.lst file, and adds the installed kernels. it also adds initrd if necessary.

Dswissmiss 04-17-2004 10:07 AM

Is it apt-get update grub or something else?

thank you

sims 04-17-2004 10:28 AM

it's just:
update-grub

if you haven't installed grub, do this first:
apt-get install grub
grub-install /dev/hda

comp12345 04-17-2004 03:25 PM

Quote:

Originally posted by Dswissmiss
What does SMP stand for?

SMP = Symmetric Multi-Processing (i.e. dual CPUs)

Dswissmiss 04-17-2004 07:21 PM

oh cool!

I booted into my new kernel... how can I delete the old one, just delete the old kernel entry from menu.lst, or is there something else to be done (because I think I can still boot into the old one)?

thanx for your help!

elpipetuanis 04-17-2004 11:19 PM

What entry should i put in sources.list to get that kernel?

Dswissmiss 04-18-2004 12:52 AM

I upgraded to the newest sarge kernel which is a 2.4-25 or something, but I would assume you have to add some lines so that you can download from unstable.

edit: sorry, i just realized this may have beena stupid response :rolleyes:


All times are GMT -5. The time now is 11:33 AM.