From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCiCe-00089s-PP for garchives@archives.gentoo.org; Sun, 09 Oct 2011 01:29:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 357A821C038; Sun, 9 Oct 2011 01:29:12 +0000 (UTC) Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com [209.85.213.53]) by pigeon.gentoo.org (Postfix) with ESMTP id BEE4321C064 for ; Sun, 9 Oct 2011 01:28:12 +0000 (UTC) Received: by ywt2 with SMTP id 2so6443850ywt.40 for ; Sat, 08 Oct 2011 18:28:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=gWKzStP8660LGLCqqLai5Qg8ucltH8Rm4e/CDOHeq+A=; b=M2HgCqQhgbK+JhkSzl5BxKth1fUY075wrNg4trbFp+V/yhuaWpY2vZ56Ku5UpnEHNe IdwwQl9ZHyopM3AUdDJTXvX0YQS+ARm/vKmTGuyeyaiuS23QkFhqz1Acl4UVxT5FMl1M nv+7fUfnTG17Y43UEUSgFNqSrVcID2VGPCRR8= Received: by 10.151.12.13 with SMTP id p13mr2438017ybi.65.1318123692246; Sat, 08 Oct 2011 18:28:12 -0700 (PDT) Received: from [192.168.2.5] (adsl-98-95-215-244.jan.bellsouth.net. [98.95.215.244]) by mx.google.com with ESMTPS id w16sm38800535anl.2.2011.10.08.18.28.10 (version=SSLv3 cipher=OTHER); Sat, 08 Oct 2011 18:28:11 -0700 (PDT) Message-ID: <4E90F8A9.2060506@gmail.com> Date: Sat, 08 Oct 2011 20:28:09 -0500 From: Dale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111002 Firefox/7.0.1 SeaMonkey/2.4.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Anyone can afford information about build kernel? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 79bd9c412aac80cfd981421273ec7b31 Nick Khamis wrote: > cd /usr/src/linux > make menuconfig "select the list of modules/drivers you need for your box" > make modules_install make && make modules_install > cp arch/i386/boot/bzImage /boot/kernel-2.6.3. > vi /boot/grub/grub.conf "nano if you have not used vi before" > > > title Gentoo Linux 2.6.36-r1 > root (hd0,0) > kernel /boot/kernel-2.6.36-native-r3 root=/dev/sda3 > > reboot > > If this is a fresh install, make mistakes, break your environment, > chroot into jail...This > is the only cure for your condition. > > Nick. > Dale :-) :-)