2.6.25 kernel with Debian Etch and Backports
tagged 2.6.25 , backports , Debian , etch , Kernel , linux and vanilla Nessun commento » Debian, Kernel, Open Source, System, Tips & tricks tagged 2.6.25, backports, Debian, etch, Kernel, Linux and vanilla No comment '
Attention! This is just the update of a post published months ago, which strongly recommend reading before proceeding further, unless you know enough already the subject. Click here to enter the old post.
Made this small - but necessary - premise, here are instructions for building the new kernel 2.6.25 for the current stable release of Debian GNU / Linux (code name: Etch).
First you must download the source of the new Linux kernel 2.6.25:
# apt-get -t etch-backports install linux-source-2.6.25
Then proceed as usual:
- Change to the directory where I placed new sources and scompattiamoli:
# cd /usr/src
# tar xjf linux-2.6.25.tar.bz2
# ln -s linux-2.6.25 linux
# cd /usr/src/linux - Reset (optional) all parameters of compiling and rivediamoli for greater security:
# make clean && make mrproper
# cp /boot/config-`uname -r` ./.config
# make menuconfig - Compile the sources and prepare packages. Deb:
# make-kpkg clean
# fakeroot make-kpkg --initrd --append-to-version=-tetragono kernel_image kernel_headers - We install packages. Deb:
# cd ..
# dpkg -i linux-image-2.6.25-tetragono_2.6.25-tetragono-10.00.Custom_i386.deb
# dpkg -i linux-headers-2.6.25-tetragono_2.6.25-tetragono-10.00.Custom_i386.deb
And here's the kernel installed and fully functional:
That's all, folks ![]()











