From owner-freebsd-questions@FreeBSD.ORG Wed May 15 17:43:29 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8DD7CC08 for ; Wed, 15 May 2013 17:43:29 +0000 (UTC) (envelope-from tommyhp2@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id 1CD29F8A for ; Wed, 15 May 2013 17:43:28 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id lx15so115704lab.24 for ; Wed, 15 May 2013 10:43:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=BN60rmG/1YPgtUl9d0haSOENQDRfsStTIFeqL2Sr9Aw=; b=MGsuwoULQfW9XWuPoRww6FXgDuTBZHR/PgUDfMYBEn/pFWXUuzc84lMhd+zm64gbvr JJJQgV9Uf/B0jlIeP882vQbzXMLoE1PVQKMK0xudxvjBaUgVEAU6JlVku0uDmdoFAXCD q4AtGckGAlKB0ZCmx0D2g7IkyXrc9JygGt61PJBAPBYSax5NR+W8vSK9duxeVSXmc3ZA 1KX9vc9C0CK83bjzan/Q2OL2eOne9ALXIAplg5pQTpRVy3Mk5RM4yP2KzAqtRLDyfqKV uK6CAcGCUEnPwCzSA5DlEQmmhCghO6octSaxYipqtNJ7UJJekophqcSb4zr3C7hQvbQv zN8Q== MIME-Version: 1.0 X-Received: by 10.112.160.226 with SMTP id xn2mr17909287lbb.16.1368639807992; Wed, 15 May 2013 10:43:27 -0700 (PDT) Received: by 10.112.199.234 with HTTP; Wed, 15 May 2013 10:43:27 -0700 (PDT) Date: Wed, 15 May 2013 10:43:27 -0700 Message-ID: Subject: Compiling a lean kernel of 9.1 p3 From: Tommy Pham To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2013 17:43:29 -0000 Hi everyone, I installed 9.1 from DVD with src only and did 'freebsd-update fetch install'. Then I proceed to compile the lean kernel. I'm unable to compile a lean (no SCSI, RAID, sound, USB, Firewire, NICs) kernel of 9.1 p3 and without lib32 support. I only needed SATA disk and em NIC support. The kernel compiled without errors. However, on boot, it freezes after the menu screen. My make.conf only have added (from default /usr/share/examples/etc): KERNCONF=custom CPUTYPE=?opteron I have no problem booting from GENERIC built kernel and buildworld with that make.conf. Could someone please tell me how can I troubleshoot this? TIA, Tommy