Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

update the kernel from 2.4.X to 2.6.X

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
cc
Posts: 820
Joined: 2005-06-08 19:14

update the kernel from 2.4.X to 2.6.X

#1 Post by cc »

hi

howto update the kernel from 2.4.X to 2.6.X by Debian Sarge Stable ?

kind regards
cc
Last edited by cc on 2005-08-01 23:53, edited 1 time in total.

User avatar
sensovision
Posts: 113
Joined: 2004-11-15 11:38
Location: Ukraine
Contact:

#2 Post by sensovision »

when I merge from 2.4 to 2.6 I've did make menuconfig from the scratch as kernel wouldn't boot after copying old .config file to new kernel and making:

Code: Select all

make oldconfig
it gives me kernel panic all the time(as I figured out later make oldconfig put my chipset and ext2, ext3 as modules).
If you was looking for something else, please let know what exactly you wish to do, maybe I'd be able to help you out.
Denis

drdebian
Posts: 80
Joined: 2004-10-09 16:17
Location: austria
Contact:

#3 Post by drdebian »

Why not simply use one of the prebuilt Debian kernel-images? They work perfectly and are optimized for most architectures.

cc
Posts: 820
Joined: 2005-06-08 19:14

#4 Post by cc »

@drdebian

can you give pls some more details ?

drdebian
Posts: 80
Joined: 2004-10-09 16:17
Location: austria
Contact:

#5 Post by drdebian »

cc wrote:@drdebian

can you give pls some more details ?
Certainly, try this as root:

Code: Select all

apt-get install kernel-image-2.6-386
This should set you up with the latest 2.6 kernel from the Debian team!

cc
Posts: 820
Joined: 2005-06-08 19:14

#6 Post by cc »

thanks !

cc
Posts: 820
Joined: 2005-06-08 19:14

#7 Post by cc »

what are the next steps after:

# apt-get install kernel-image-2.6.8-2-686

Harold
Posts: 1482
Joined: 2005-01-07 00:15
Been thanked: 3 times

#8 Post by Harold »

The Debian kernel package modifies /boot/grub/menu.lst to include the new kernel. All you have to do is reboot and select it.

cc
Posts: 820
Joined: 2005-06-08 19:14

#9 Post by cc »

thanks,

should I delete the boot entries from the old one kernel or is it better to keep them ?

piperenser

#10 Post by piperenser »

cc wrote:should I delete the boot entries from the old one kernel or is it better to keep them ?
Keep the boot entries. Then, if you have any trouble with the new kernel, you can boot into your old one.

--Simen

Post Reply