Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

CentOS 6.4, X64 - Upgrade Kernel - grubby fatal error: unable to find a suitable template

Hello,

I want to compile the 3.11 kernel, and I have this error message

sh /usr/src/linux-3.11/arch/x86/boot/install.sh 3.11.0 arch/x86/boot/bzImage \

            System.map "/boot"

/usr/share/dracut/dracut-functions: line 565: /proc/modules: No such file or directory

Usage: modinfo [-0][-F field][-k kernelversion][-b basedir] module...

Prints out the information about one or more module(s).

If a fieldname is given, just print out that field (or nothing if not found).

Otherwise, print all information out in a readable form

If -0 is given, separate with nul, not newline.

If -b is given, use an image of the module tree.

grubby fatal error: unable to find a suitable template

Here's what I did:

yum groupinstall “Development Tools”

yum install ncurses-devel

yum update –y

cd..

cd tmp

wget ftp://ftp.kernel.org/pub/linux/kernel/v3.x/linux-3.11.tar.bz2

tar -jxvf linux-3.11.tar.bz2 -C /usr/src/

cd /usr/src/linux-3.11/

sh -c 'yes "" | make oldconfig'

make

make modules_install install

thank you for your help

Sign In or Register to comment.