Author Topic: git.kernel.org - Nevest ver. of Kernel (Ubuntu 10.10)  (Read 558 times)

syngress

  • Newbie
  • *
  • Posts: 3
git.kernel.org - Nevest ver. of Kernel (Ubuntu 10.10)
« on: February 25, 2011, 10:31:01 AM »
Hi. First of all - amazing job with "My Thoughts > Ubuntu > Compile a kernel" - help very much.
I have a problem with compile newest Kernel form git.kernel.org


I get thru How to compile a Ubuntu 10.10 (Maverick) kernel manage Preparation's, Getting the source code by :

Code: [Select]
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git source
cd source

and try to crating a branch by typing:

Code: [Select]
git checkout v2.6.38-rc6 -b core2
now, i was trying make a new config file by typing:

Code: [Select]
cp debian.master/config/i386/config.flavour.generic debian.master/config/i386/config.flavour.core2
and here i found my first problem  :o
there is no debian.master cat or config.flavour.generic file  :-\

Help please !




Peter

  • Administrator
  • Regular
  • *****
  • Posts: 439
    • http://blog.avirtualhome.com
Re: git.kernel.org - Nevest ver. of Kernel (Ubuntu 10.10)
« Reply #1 on: February 25, 2011, 12:07:48 PM »
The article isn't written for the vanilla kernels.
All the steps taken in the article assume you get the kernel from Ubuntu. The Ubuntu kernel developers pour their "sauce" on the vanilla kernel which is used during the article.
Peter van der Does
AVH Plugins developer

syngress

  • Newbie
  • *
  • Posts: 3
Re: git.kernel.org - Nevest ver. of Kernel (Ubuntu 10.10)
« Reply #2 on: February 25, 2011, 03:27:29 PM »
The article isn't written for the vanilla kernels.
All the steps taken in the article assume you get the kernel from Ubuntu. The Ubuntu kernel developers pour their "sauce" on the vanilla kernel which is used during the article.

Can you write small art about new kernel compilation ?  ;)

Peter

  • Administrator
  • Regular
  • *****
  • Posts: 439
    • http://blog.avirtualhome.com
Re: git.kernel.org - Nevest ver. of Kernel (Ubuntu 10.10)
« Reply #3 on: February 25, 2011, 03:46:13 PM »
Already working on it :)
Should be on the site this weekend, if time allows it :)
Peter van der Does
AVH Plugins developer

syngress

  • Newbie
  • *
  • Posts: 3
Re: git.kernel.org - Nevest ver. of Kernel (Ubuntu 10.10)
« Reply #4 on: February 26, 2011, 05:59:36 PM »
Already working on it :)
Should be on the site this weekend, if time allows it :)

Niiiiice !! I try to compile & install kernel 2.6.37.2 from kernel.org using this tutorial
PL Language is unnecessary - you can see code ..

Compilation (with oldmenuconfig) is OK, Installation is OK - but after adding new kernel to grub, and trying start system with new cerenl i have an error :

Cannot mount partition X,Y,Z - partition no found or may be bussy ..  :-\  >:(

I try it 2 times - 2 times same error ..