Linux technical support - [email protected]


Manual recompiling kernel on Ubuntu Server 12.04

We’re have:

# uname -a

Linux ubuntu 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:15:33 UTC 2013 i686 i686 i386 GNU/Linux

And we’re need to manually recompile new kernel which best suit for our hardware.

# mkdir /root/kernel

# cd /root/kernel

# wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.2.tar.xz

# tar -xJf linux-3.10.2.tar.xz

# cd linux-3.10.2/

# apt-get install libncurses5-dev

# make menuconfig

# make && make modules 

# make modules_install

# make install

# reboot

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>