CentrioHost Blog

Stories and News from IT Industry, Reviews & Tips | Technology Blog


How to compile linux kernel in Debian / Ubuntu the Easy Way

Sometimes you may need to compile  for enabling a  specific module in Linux. It is easy to compile and update the linux kernel to latest stable version  for your computer or server.  At the time of  writing  of this article the latest stable version of linux kernel is  3.12. So in this article , I show you how to compile the latest kernel in debian.

First of all you need to download and  install a set of  building tools that required to compile the linux kernel in your  desktop.

1 . In stall all the  build essentials for your  compilation process,
apt-get update

apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 build-essential

2. Download the latest stable kernel form https://www.kernel.org/ and extract  it
cd /usr/src
wget -c https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.tar.xz
tar -xJf  linux-3.12.tar.xz
cd linux-3.12
3.The easy way of configuring the kernel

Before compiling  the kernel we have to configure the option. That  means we have to enable all required modules  using the command “make menuconfig ” . This article title says , it is an easy way. So let us copy the older configuration if your current kernel into the “.config” file which is the configuration file for kernel build

root@myhome:/usr/src/linux-3.12#  cp -v /boot/config-`uname -r` ./.config
4. Adding your extra kernel modules

Now run the following command and  load this .config file form the “load” table

make menuconfig

After loading the .config file old option , you can  add or remove any additional kernel modules as  you wish

5. Now build the kernel package

you may need to use the following commands from your debian shell

# make-kpkg clean
# fakeroot make-kpkg -j4 --initrd --append-to-version=-new kernel_image kernel_headers

The option “-j4” will multi thread your compilation process  between 4 cpu cores and increase the compilation time .  Also the option –append-to-version=-new add a tag “new”  to the kernel .  The kernel compilation will take 3o to 45 minutes depend on the options you selected in the make menuconfig .

6. After Finishing the compil

You may look into the directory /usr/src for seeing two debian packages named  like  as follows,

linux-headers-3.12.0-new_3.12.0-new-10.00.Custom_amd64.deb
linux-image-3.12.0-new_3.12.0-new-10.00.Custom_amd64.deb

Install these packages as follows,

dpkg -i linux-headers-3.12.0-new_3.12.0-new-10.00.Custom_amd64.deb
dpkg -i linux-image-3.12.0-new_3.12.0-new-10.00.Custom_amd64.deb
7. Updating the grub

You may now update the  grub configuration using the following command

# update-grub

If you like to change the boot options please make sure to edit it in  /etc/default/grub  and update the grub after that. In  debian and ubuntu this toll will automatically propagate the grub configuration. If you are  compiling  it in a remote server, please make sure to set automatic PANIC options and reboot options in grub for a crash recovery too. After that reboot  into new kernel.

Subscribe Now

10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!

Archive Calendar

SatSunMonTueWedThuFri
 1
2345678
9101112131415
16171819202122
23242526272829
30 

Over 20000 Satisfied Customers!

  • web hosting reviewer
    Valerie Quinn
    CTO, Acteon Group

    Centriohost staff were fantastic, I had a concern with a domain and they got back to me very quickly and they helped me to resolve the issue! ~ . . . Read more

  • Joomla hosting reviewer
    Collin Bryan
    Photographer, Allister Freeman

    I'm using centrio for my portfolio since 2006. The transition was seamless, the support was immediate, and everything works perfectly. ~ . . . Read more

  • dedicated server reviewer
    Harry Collett
    Actor, A&J Artists

    Very easy to understand & use even though I am not very technologically minded. No complications whatsoever & I wouldn't hesitate to recommend it to all. ~ . . . Read more

  • vps web hosting reviewer
    Porfirio Santos
    Technician, Diageo PLC

    Centrio support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Centriohost have been amazingly responsive and helpful to any of my queries 👍👍👍 ~ . . . Read more

  • wordpress hosting plans reviewer
    Catherine Auer
    Doctor, SmartClinics

    Anytime I've had a problem I can't solve, I've found Centriohost to be diligent and persistent. They simply won't let an issue go until the client is happy. ~ . . . Read more

  • reseller hosting reviewer
    Effectivo Social
    Freelancer, Fiverr

    Recommend their shared hosting for all my SME web design clients. Their cloud or VME offerings are too great to deal with. Pricing is perfect and suitable for all users (͠≖ ͜ʖ͠≖) 👌 ~ . . . Read more

Top