• General ReviewsTRENDING
    Kicksta reviews

    Kicksta Reviews

    Lift My Social Review

    Lift My Social review

    Hypeplanner reviews

    Hypeplanner reviews

    SocialCaptain Reviews

    SocialCaptain Reviews

    How to customize dock icons and folders in macOS

    How to customize dock icons and folders in macOS

    Google Maps

    This is the full dark mode of Google Maps, the application prepares to activate it

    Access Dots

    Access Dots – Knowing if an app is filming you without your knowledge

    Fitocracy (iOS)

    Free smartphone apps to keep in shape

    Spotify Lite is finally available on Android

    Spotify Lite is finally available on Android

  • Company ReviewsLOVED
    Kicksta reviews

    Kicksta Reviews

    Lift My Social Review

    Lift My Social review

    Hypeplanner reviews

    Hypeplanner reviews

    SocialCaptain Reviews

    SocialCaptain Reviews

    How to customize dock icons and folders in macOS

    How to customize dock icons and folders in macOS

    Google Maps

    This is the full dark mode of Google Maps, the application prepares to activate it

    Access Dots

    Access Dots – Knowing if an app is filming you without your knowledge

    Fitocracy (iOS)

    Free smartphone apps to keep in shape

    Spotify Lite is finally available on Android

    Spotify Lite is finally available on Android

  • Service ReviewsTHE VERY BEST
    Kicksta reviews

    Kicksta Reviews

    Lift My Social Review

    Lift My Social review

    Hypeplanner reviews

    Hypeplanner reviews

    SocialCaptain Reviews

    SocialCaptain Reviews

    This free extension will help you read faster and more concentrated

    This free extension will help you read faster and more concentrated

    Google Maps

    This is the full dark mode of Google Maps, the application prepares to activate it

    Dashlane

    Dashlane – The simple, transparent and super convenient password manager

    Windows 10: the build 18956 is here, what's new on the horizon?

    Windows 10: the build 18956 is here, what’s new on the horizon?

    Windows 10

    Windows 10: tips to improve security

  • Popular ReviewsHOT!
Review of US
  • General ReviewsTRENDING
    Kicksta reviews

    Kicksta Reviews

    Lift My Social Review

    Lift My Social review

    Hypeplanner reviews

    Hypeplanner reviews

    SocialCaptain Reviews

    SocialCaptain Reviews

    How to customize dock icons and folders in macOS

    How to customize dock icons and folders in macOS

    Google Maps

    This is the full dark mode of Google Maps, the application prepares to activate it

    Access Dots

    Access Dots – Knowing if an app is filming you without your knowledge

    Fitocracy (iOS)

    Free smartphone apps to keep in shape

    Spotify Lite is finally available on Android

    Spotify Lite is finally available on Android

  • Company ReviewsLOVED
    Kicksta reviews

    Kicksta Reviews

    Lift My Social Review

    Lift My Social review

    Hypeplanner reviews

    Hypeplanner reviews

    SocialCaptain Reviews

    SocialCaptain Reviews

    How to customize dock icons and folders in macOS

    How to customize dock icons and folders in macOS

    Google Maps

    This is the full dark mode of Google Maps, the application prepares to activate it

    Access Dots

    Access Dots – Knowing if an app is filming you without your knowledge

    Fitocracy (iOS)

    Free smartphone apps to keep in shape

    Spotify Lite is finally available on Android

    Spotify Lite is finally available on Android

  • Service ReviewsTHE VERY BEST
    Kicksta reviews

    Kicksta Reviews

    Lift My Social Review

    Lift My Social review

    Hypeplanner reviews

    Hypeplanner reviews

    SocialCaptain Reviews

    SocialCaptain Reviews

    This free extension will help you read faster and more concentrated

    This free extension will help you read faster and more concentrated

    Google Maps

    This is the full dark mode of Google Maps, the application prepares to activate it

    Dashlane

    Dashlane – The simple, transparent and super convenient password manager

    Windows 10: the build 18956 is here, what's new on the horizon?

    Windows 10: the build 18956 is here, what’s new on the horizon?

    Windows 10

    Windows 10: tips to improve security

  • Popular ReviewsHOT!
No Result
View All Result
Review of US
No Result
View All Result
Home Blockchain

How to compile the 2.6.36.2 kernel in Ubuntu with the 200-line patch

in Blockchain, Gaming, Popular Reviews, Smartphones, Technology, Windows
How to compile the 2.6.36.2 kernel in Ubuntu with the 200-line patch
Share on FacebookShare on Twitter

To many of you in the opinion has given some problem to the installation of the Kernel precompiled with the patch of 200 lines in their machines, this is to be expected, so it is always better to have a kernel directly compiled on our machine than on a third-party machine, so that it takes the correct architecture of our machine and the general configuration of the hardware.

That’s why here I teach the most daring, how to compile your kernel (2.6.36.2) in Ubuntu (tested in Ubuntu 10.10) With the 200 line patch included in the. Remember that you have to do this process at your own risk, it requires a lot of packages to download and a fairly long build time.

To get started, the first thing we need to do is install the dependencies needed to compile the kernel by running the following line on the terminal:

sudo apt-get install fakeroot build-essential crash kexec-tools makedumpfile kernel-wedge kernel-package

We now run the next line in the terminal, which is needed to compile the kernel (from Intrepid)

sudo apt-get build-dep linux

We end this first step with the installation of other packages needed for compilation

sudo apt-get install libncurses5 libncurses5-dev libelf-dev asciidoc binutils-dev

To continue with the kernel installation process, we need to download the source of the latest stable Kernel (2.6.36.2) and the patch Mike Galbraith and place them within our personal directory.
We create a directory for compiling the kernel, place ourselves in it and download the kernel sources from kernel.org:

mkdir kernel-2.6.36.2
cd kernel-2.6.36.2
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.2.tar.gz

Now we create a new text file and copy the code found in Mike Galbraith’s post or we can download it from MediaFire, save and close the file:

gedit ~/autogroup.patch

Official post by Mike Galbraith
Mike Galbraith Patch from MediaFire

Now let’s unzip the kernel we just downloaded from kernel.org:

Table of Contents

  • ReadAlso
  • How to install Ubuntu 12.04 LTS “Precise Pangolin” – friendly links
  • How to create Live USB with more than one Linux distro using Yumi
  • Best Linux distros for Netbooks
  • How to Install Ubuntu on a Power PC G4 for Mac

ReadAlso

How to install Ubuntu 12.04 LTS “Precise Pangolin” – friendly links

How to install Ubuntu 12.04 LTS “Precise Pangolin” – friendly links

April 12, 2021
How to create Live USB with more than one Linux distro using Yumi

How to create Live USB with more than one Linux distro using Yumi

April 11, 2021
Best Linux distros for Netbooks

Best Linux distros for Netbooks

April 11, 2021
How to Install Ubuntu on a Power PC G4 for Mac

How to Install Ubuntu on a Power PC G4 for Mac

April 11, 2021
tar xzvf linux-2.6.36.2.tar.gz
cd linux-2.6.36.2
patch -p1 < ~/autogroup.patch

At this point everything must go well and without errors, in case of any error you must restart the process.
We will then load the current kernel configuration, so that the new Kernel takes the configuration directly from our system and we have no problem compiling it. However, if you have enough knowledge you can customize the kernel configuration to get a system more tailored to your needs, you can do it.

If you don’t know what you’re doing, you better not manually modify the kernel settings.

We copy the configuration by running the following command in the terminal and then run

lsmod

so that all the modules loaded in our system run and we make sure that all our hardware is recognized.

cp -vi /boot/config-`uname -r` .config
make localmodconfig

At this point the compilation process will ask you several things about the modules, keep accepting all the questions you are asked by pressing Enter until the configuration process is complete.
We continue compiling the kernel by running the following line in the terminal to open the kernel configuration menu:

cp /boot/config-$(uname -r) .config && yes "" | make oldconfig
make menuconfig

We can now choose the patches we want to enable in our Kernel, as we are interested in the 200 line patch.
To do this, navigate to the kernel configuration menu that appears, until

General Setup

and look for the named line

Automatic process group scheduling

, We enable it by pressing the space bar on our keyboard, we position ourselves on the option

Exit

using the arrow keys on the keyboard and press the key Enter from our keyboard to exit menu

General Setup

.

Linux Kernel Configuration - Automatic Process Group Scheluding

Now let’s navigate to the menu

Kernel hacking

and we entered by pressing the key Enter, We look for the option

Compile the kernel with debug info

and deselect it by pressing the space bar on our keyboard, again we go to the option

Exit

and we press Enter to exit main menu.

Linux Kernel Configuration - Kernel hacking

Linux Kernel Configuration - No Compile the kernels with debug info

We have already finished the kernel configuration, so we just have to go back to

Exit

in the main menu and press Enter to finish the kernel configuration. We accept when you ask us if we want to save the changes made to the kernel configuration by pressing Enter on the Yes option.

Now yes, let’s compile the kernel by running the following line in the terminal:

fakeroot make-kpkg --initrd --append-to-version=-20101209 kernel-image kernel-headers

Please note that the compilation process may vary depending on your hardware

This will generate two .deb packages inside the kernel-2.6.36.2 directory, which we will use to install the new Kernel on our Ubuntu allowing them to be crawled by Synaptic and easily uninstallable.

We come to the final part of this tutorial, where we will install and test the proper functioning of the new Kernel we just installed.

To install the two .deb packages we just generated we need to run the following command in the terminal:

cd ..
sudo dpkg -i *.deb

If all went well, we restarted our machine and on the list Grub, We selected the new Kernel (2.6.36.2) and pressed Enter to start the system.
Once we are back on the desktop, we will verify that the 200-line patch is properly applied and working by running the following line on a terminal:

cat /usr/src/linux-headers-2.6.36.2-20101219/.config | grep -i AUTOGROUP

And you have to give us back a line like this:

CONFIG_SCHED_AUTOGROUP=y

If so, we have our system running with the kernel 2.36.6.2 and the “Automatic process group scheduling” activated.Ubuntu 10.10 Maverick Meerkat with Kernel 2.6.36.2 and Automatic process group scheduling

We can now stress Ubuntu to the maximum …

This manual comes to you thanks to the effort of FRANCOBEP.

Previous Post

Cool Retro Term, a terminal emulator for the most nostalgic

Next Post

How to know which version of Ubuntu we use

Related Posts

How to install Ubuntu 12.04 LTS “Precise Pangolin” – friendly links
Blockchain

How to install Ubuntu 12.04 LTS “Precise Pangolin” – friendly links

April 12, 2021
How to create Live USB with more than one Linux distro using Yumi
Blockchain

How to create Live USB with more than one Linux distro using Yumi

April 11, 2021
Best Linux distros for Netbooks
Blockchain

Best Linux distros for Netbooks

April 11, 2021
How to Install Ubuntu on a Power PC G4 for Mac
Blockchain

How to Install Ubuntu on a Power PC G4 for Mac

April 11, 2021
Main features of Unit 5.0
Blockchain

Main features of Unit 5.0

April 10, 2021
How to Back Up Ubuntu April 12
Blockchain

How to Back Up Ubuntu April 12

April 10, 2021
How to use UNetbootin in Ubuntu April 12
Blockchain

How to use UNetbootin in Ubuntu April 12

April 10, 2021
Next Post
How to know which version of Ubuntu we use

How to know which version of Ubuntu we use

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You might also like

How to install Ubuntu 12.04 LTS “Precise Pangolin” – friendly links

How to install Ubuntu 12.04 LTS “Precise Pangolin” – friendly links

April 12, 2021
How to create Live USB with more than one Linux distro using Yumi

How to create Live USB with more than one Linux distro using Yumi

April 11, 2021
Best Linux distros for Netbooks

Best Linux distros for Netbooks

April 11, 2021
How to Install Ubuntu on a Power PC G4 for Mac

How to Install Ubuntu on a Power PC G4 for Mac

April 11, 2021
Main features of Unit 5.0

Main features of Unit 5.0

April 10, 2021
How to Back Up Ubuntu April 12

How to Back Up Ubuntu April 12

April 10, 2021
  • Privacy Policy
  • Cookies Policy
  • Terms and Conditions
Call us: +1 949 662 3421
No Result
View All Result
  • General Reviews
  • Company Reviews
  • Service Reviews
  • Popular Reviews

© 2020 Review of U.S. - Truth matters Stay connetced.

Welcome Back!

Login to your account below

Forgotten Password?

Create New Account!

Fill the forms below to register

All fields are required. Log In

Retrieve your password

Please enter your username or email address to reset your password.

Log In