skip to navigation

Building 2.6.29 kernel for Ubuntu 8.10 from the source

Having a flu, gave me a couple of hours in bed to try to build Linux kernel from the source. I tried the 8th release candidate of 2.6.29 kernel. Everything went so smooth and without problems.

#install the required packages for the compilation 
sudo apt-get install build-essential bin86 kernel-package libqt3-headers libqt3-mt-dev wget libncurses5 libncurses5-dev fakeroot

# download and unpack the source
mkdir kernel
cd kernel
wget -c http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.29-rc8.tar.gz
tar -vxzf linux-2.6.29-rc8.tar.gz

cd  linux-2.6.29-rc8/

# import the old compilation settings
cp /boot/config-$(uname -r) .config && yes "" | make oldconfig

# do extra config if you need to
make menuconfig

# start building
CONCURRENCY_LEVEL=3 fakeroot make-kpkg --initrd --revision=386 kernel_image kernel_headers modules_image
# install the compiled kernel
cd ..
sudo dpkg -i *.deb

It took about 90 minute to complete for me. It may took much more on older computers.

Submitted by ahmad on March 17, 2009 - 1:51pm

I've been trying to make

I've been trying to make ubuntu work for me but it kept my head spinning. I've been reading a lot of ubuntu books online and hopefully I can make it work this time.

Marylee
Ubuntu Help
10bomb.com

(No subject)

Patients with a [URL=http://www.meetstate.com/profiles/blogs/cheap-amoxicillin-online-1]buy generic amoxicillin online[/URL] rate of < 50 or pressure <

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters (without spaces) shown in the image.

Navigation

Firefox 3

Linux Today

TheServerSide