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 1RCi4B-0004wc-Hg for garchives@archives.gentoo.org; Sun, 09 Oct 2011 01:20:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18245E05E8; Sun, 9 Oct 2011 01:20:26 +0000 (UTC) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) by pigeon.gentoo.org (Postfix) with ESMTP id CDC24E05E8 for ; Sun, 9 Oct 2011 01:19:23 +0000 (UTC) Received: by iahk25 with SMTP id k25so185266iah.40 for ; Sat, 08 Oct 2011 18:19:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=UP4tHJ6bFQC7+cN3+QHS9/2HjZcfzYXEq2W3KY98yRk=; b=axLvK3MaLnjy2edzMIbpQBdOv13QU7v9sbhF9Yg5etIQszZ7O7PVfCUSzsNnlo7EbV SspbTdLONMrbchxfS+Ry8Tey/88ILPUUR4uQBmhLXvSwzOtqh4YqkcAL3/gcAUr0pBDn fNl0A/duF8DUHoai6Nj2PSGhHablC40mRrdHA= 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 Received: by 10.43.49.131 with SMTP id va3mr6575767icb.51.1318123163373; Sat, 08 Oct 2011 18:19:23 -0700 (PDT) Received: by 10.42.180.73 with HTTP; Sat, 8 Oct 2011 18:19:23 -0700 (PDT) In-Reply-To: References: Date: Sat, 8 Oct 2011 21:19:23 -0400 Message-ID: Subject: Re: [gentoo-user] Anyone can afford information about build kernel? From: Nick Khamis To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: X-Archives-Hash: f31220d9bf2974200a505a25157ed049 cd /usr/src/linux make menuconfig "select the list of modules/drivers you need for your box" 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. On Sat, Oct 8, 2011 at 8:55 PM, Lavender <448463782@qq.com> wrote: > It seems that no matter I build gentoo manually or with genkernel I can't > have a fine-working kernel finally. Obviously I must solve it by myself , so > I determined to build entire kernel all manually , it requests a lot of > linux knowlege . All for that, I hope someone could tell me where to get > this information , I haven't found them on gentoo.org , so please lead me to > the correct direction, thank you for you all !