Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Kernel Linux 2.6.25-r7 with gentoo patches fail to boot
Date: Sat, 09 Aug 2008 14:15:16
Message-Id: g7k8os$oic$1@ger.gmane.org
In Reply to: [gentoo-user] Kernel Linux 2.6.25-r7 with gentoo patches fail to boot by Yoav Luft
1 Yoav Luft wrote:
2 > Good afternoon,
3 > I have used my weekend to compile a new kernel, but to my dismay the new
4 > kernel does not boot. All I get is a black screen, and nothing happens.
5 > I compiled the kernel like this:
6 > eselect kernel set (the new sources)
7 > cd /usr/src/linux
8 > make oldconfig
9 > (answering various options about new features)
10
11 You forgot to copy your current configuration. *Before* doing "make
12 oldconfig" you to either do:
13
14 zcat /proc/config.gz > .config
15
16 or:
17
18 cp ../linux-yourpreviouskernel/.config .
19
20 and *then* run "make oldconfig"