Compiling PVE kernel

Pollux

New Member
Jan 6, 2011
4
0
1
Hello,

I try it out to compile proxmox kernel, it's for game uses, so I need 1000Hz kernel:

I have install : build-essential kernel-package git
I have download : pve-kernel-2.6.35_2010-12-23.tar.gz
copy the /boot/config-2.6.35-pve file in /usr/src/.config
make

and error,
Code:
make: git: -command not found

?? I don't know...
thanks

ps: for the "virtual appliances", need I compile ?
 
Dear,

thanks, I'm wrong, I tried it out to compile 2.6.35 but this kernel doesn't have openVZ support, so I'm retrying out to compile "pve-kernel-2.6.32_2010-12-23", it works when I just execute "make" but make menuconfig, make oldconfig doesn't work and after the compile, where is the kernel ? How to change the name of kernel, for exemple "pve-kernel-2.6.32-my.version" ? the initrd file is it created ?

thanks, Pollux
 
Dear, dietmar

So I worked hard to find solution, I made "make". so it return error (bizarre :D)
Code:
zcat linux-2.6_2.6.32-26.orig.tar.gz | patch -p1 -d linux-2.6-2.6.32
patch : **** write error : No space left on device
make: *** [linux-2.6_2.6.32/README] Error 2

I have retrying to recompile on just install proxmox machine, with this package :
build-essential, kernel-package, git-core, quilt, debconf-utils, dpkg-dev, debhelper, libncurses5-dev
 
... thanks... I'm very confuse...

In fact I have installed proxmox as VM (to keep my host clean)

so I have compiled and...it not works but I work on it.

thanks dietmar, for your help.

Pollux