From owner-freebsd-current@FreeBSD.ORG Mon May 23 21:41:17 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B32E16A41C for ; Mon, 23 May 2005 21:41:17 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51BC743D1F for ; Mon, 23 May 2005 21:41:17 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from SMILEY (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 8E0FB19F3B; Mon, 23 May 2005 14:42:07 -0700 (PDT) From: "Darren Pilgrim" To: "'Darren Pilgrim'" , "'Alexander Leidinger'" Date: Mon, 23 May 2005 14:41:07 -0700 Message-ID: <000301c55fe0$2479eb10$0a2a15ac@SMILEY> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <002001c55fcd$b0d87f80$0a2a15ac@SMILEY> Importance: Normal Cc: freebsd-current@freebsd.org Subject: RE: Newest loader from CVS not working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 21:41:17 -0000 From: Darren Pilgrim > From: Alexander Leidinger [mailto:Alexander@Leidinger.net] > > > > Can you please try if you get a broken loader when you > > remove the question mark from the CPUTYPE line? > > That's not correct usage of the define, though. The question > mark is there so that the value in make.conf is used only if > it isn't already set, presumably on the command line or in > another makefile. > > Just the same, I'll rebuild the loader without the ? and see > if it breaks. I changed CPUTYPE?=pentium-m to CPUTYPE=pentium-m, then did: # cd /usr/src/sys/boot/i386 && make && make install I then rebooted and it worked fine. Should I try using the FreeBSD MBR? Do I need to perform additional steps to properly install a new version of the loader?