Welcome to the Linux Foundation Forum!

How to install Kernel

:( Hi

Friends i am facing the problem to install Kernel i need all the information to installing kernel

i hope will get reply ......

Thank you

:)

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 2,177
    The kernel installations methods differ based upon whether you want to use a custom built kernel or just change between distro supplied kernel, if you wan to change distro supplied kernels then we need to know what distro you are running.
  • Posts: 1,114
    If your using RedHat, simply doing "yum install kernel" will give you the latest kernel from RedHat repos.
  • Posts: 25
    Do you want to install compiled yet kernel or personally compile it? If you want just to install, use your package manager. To compile the kernel, you need first to download it from kernel.org. Move to your /usr/src/, make a symbolic link to your karnel source with command:
    1. ln -s /usr/src/kernel-version /usr/src/linux

    Change directory to /usr/src/linux and make command:
    1. make menuconfig

    Configure your kernel and you can compile:
    1. make all

    And install it:
    1. make install

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training