Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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...
  1. #1
    Just 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

  2. #2
    Linux 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.
    Help me getting a Opera licence
    Beginning with debian? -> read THIS!

  3. #3
    Linux 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! **

  4. #4
    Linux 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)
    Help me getting a Opera licence
    Beginning with debian? -> read THIS!

  5. #5
    Just 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

  6. #6
    Linux 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?
    Help me getting a Opera licence
    Beginning with debian? -> read THIS!

  7. #7
    Just 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

  8. #8
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    The newer kernel may not be in your apt repositories. What are the contents of the file /etc/apt/sources.list?

    Bryan
    Looking 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.

  9. #9
    Just 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.

  10. #10
    Just 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

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •