Results 1 to 10 of 16
Hello members, I have a very outdated Linux kernel, 2.4.27. I need to update the kernel to 2.6.12.3. Does anyone know how to update the kernel? Thanks.
-Astrophysicist...
- 07-31-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- New Jersey
- Posts
- 27
Update Linux Kernel
Hello members, I have a very outdated Linux kernel, 2.4.27. I need to update the kernel to 2.6.12.3. Does anyone know how to update the kernel? Thanks.
-Astrophysicist
- 07-31-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
apt-get install kernel-image<insert_version>
and read the messages
only 2.6.12 is not yet in the repositories, where 2.6.11 is.
- 07-31-2005 #3Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
You cannot just replace a 2.4 kernel by a 2.6 kernel, I know that. I would check out what Google says about it. I know it's not that easy as migrating from 2.4.2 to 2.4.7 for example.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 07-31-2005 #4Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
yes you can, if you use apt there is absolute no problem.
you only need to read the messages carefully,
because you need to edit lilo.conf (if you use lilo)
- 07-31-2005 #5Just Joined!
- Join Date
- Jul 2005
- Location
- New Jersey
- Posts
- 27
Boot New version
Could I just download a .tar.bz2 or .tar.gz file and creat a bootable cd for the newest version. I just recently installed Debian Linux so I don't have anything at all and if it comes to having to reinstall Linux, I can do that.
-astrophysicist
- 07-31-2005 #6Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
i suggest you start reading man apt
there is absolutely no reason to start your installation again because you want another kernel.
i installed this machine with a 2.4.18 kernel (first release of woody),
upgraded the kernel sometimes and now i have a 2.6.11 kernel.
debian has a great packagemanager(dpkg) frontend called apt.
why not use it?
- 07-31-2005 #7Just Joined!
- Join Date
- Jul 2005
- Location
- New Jersey
- Posts
- 27
man not complete
The man on Apt is not complete. How would I go about using apt to get the latest kernel. I tried using apt-get install kernel-image and the version, however I got no luck. Any ideas? Thanks.
- Astrophysicist
- 07-31-2005 #8
The newer kernel may not be in your apt repositories. What are the contents of the file /etc/apt/sources.list?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 07-31-2005 #9Just Joined!
- Join Date
- Jul 2005
- Location
- Georgia
- Posts
- 45
If its the same as Red Hat based stuff... yum update kernel
or if you use dual processor..
yum update kernel -smp
or something to that effect
pipeline a yes if you need to.
- 07-31-2005 #10Just Joined!
- Join Date
- Jul 2005
- Location
- New Jersey
- Posts
- 27
What the apt source list says
Here is what the apt source list says
#deb http://debian.oregonstate.edu/debian/ sarge main
deb http://debian.oregonstate.edu/debian/ stable main
deb-src http://debian.oregonstate.edu/debian/ stable main
deb http://security.debian.org/ stable/updates main
I think I need more sources?
Thanks for the help.
- Astrophysicist


Reply With Quote
