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

Sat Sun Mon Tue Wed Thu Fri
 1234
567891011
12131415161718
19202122232425
262728293031  

Over 20000 Satisfied Customers!

From 24/7 support that acts as your extended team to incredibly fast website performance

Zelt 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!

author
Technician, Diageo PLC

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

author
Photographer, Allister Freeman

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.

author
Actor, A&J Artists

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Technician, Diageo PLC

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

author
Doctor, SmartClinics

Zelt support team have been amazingly responsive and helpful to any of my queries, thank you so much to the Zelt have been amazingly responsive and helpful to any of my queries 👍👍👍

author
Freelancer, Fiverr

24/7 World-Class Support

Ran into trouble? Contact our Customer Success team any time via live chat or email.

  • Receive professional WordPress support
  • Our specialists are available round
Get Support