From owner-freebsd-stable@FreeBSD.ORG Thu Nov 10 01:54:19 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 855A216A41F; Thu, 10 Nov 2005 01:54:19 +0000 (GMT) (envelope-from myfreebsd@cox.net) Received: from eastrmmtao02.cox.net (eastrmmtao02.cox.net [68.230.240.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29BF43D49; Thu, 10 Nov 2005 01:54:18 +0000 (GMT) (envelope-from myfreebsd@cox.net) Received: from [172.18.52.8] (really [172.18.52.73]) by eastrmmtao02.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20051110015328.URCV22723.eastrmmtao02.cox.net@[172.18.52.8]>; Wed, 9 Nov 2005 20:53:28 -0500 X-Mailer: Openwave WebEngine, version 2.8.15 (webedge20-101-1103-20040528) From: To: , Date: Wed, 9 Nov 2005 20:53:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20051110015328.URCV22723.eastrmmtao02.cox.net@[172.18.52.8]> Cc: Subject: Fails to boot after buildworld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 01:54:19 -0000 Hey all, I don't know if this is a bug somewhere in the source but my system will not boot after I buildworld FreeBSD 6.0. I get the error: Can't work out which disk to boot from This error occurs right after the loader is booted and before the FreeBSD menu. System of course stalls here and says to press a key to reboot. I used the GENERIC kernel, empty loader.conf, my cvs tag = RELENG_6 and my make.conf has: CPUTYPE?=pentium4 CFLAGS= -O2 -mmmx -msse -msse2 -pipe -funroll-loops -ffast-math CXXFLAGS+= -fconserve-space COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math System runs fine from install just fails after updating source and rebuilding "world". System is: Dell Dimension 9100 P4 3.0ghz HTT 1 20G IDE 2 150G SATA (RAID 1) Any suggestions? David