From owner-freebsd-questions@FreeBSD.ORG Fri Mar 7 13:48:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE9BA106566B for ; Fri, 7 Mar 2008 13:48:16 +0000 (UTC) (envelope-from gdoe6545@yahoo.it) Received: from mx.smershnet.com (mx.smershnet.com [87.117.208.209]) by mx1.freebsd.org (Postfix) with ESMTP id 99E238FC15 for ; Fri, 7 Mar 2008 13:48:16 +0000 (UTC) (envelope-from gdoe6545@yahoo.it) Received: from localhost (mx.smershnet.com [87.117.208.209]) by mx.smershnet.com (Postfix) with ESMTP id 488B627548DB for ; Fri, 7 Mar 2008 13:37:31 +0000 (GMT) X-Virus-Scanned: amavisd-new at smershnet.com Received: from mx.smershnet.com ([87.117.208.209]) by localhost (mx.smershnet.com [87.117.208.209]) (amavisd-new, port 10024) with ESMTP id cSEeVigMNzYt for ; Fri, 7 Mar 2008 13:37:27 +0000 (GMT) Received: from [192.168.1.102] (host90-104-dynamic.5-87-r.retail.telecomitalia.it [87.5.104.90]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.smershnet.com (Postfix) with ESMTP id B4E3F2754881 for ; Fri, 7 Mar 2008 13:37:27 +0000 (GMT) Message-Id: <2F1903C0-74B1-499E-8991-4D2B0284455D@yahoo.it> From: Gianni To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 7 Mar 2008 14:38:47 +0100 X-Mailer: Apple Mail (2.919.2) Subject: Rebuilding boot loader under 7.0-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 13:48:17 -0000 Hi I've got 7.0-STABLE installed on an embedded Soekris 5501 box and I'm trying to rebuild the boot loader to not use terminal emulation so I can read the boot messages and menu, as per: https://neon1.net/misc/minibsd.html#t3 # cd /sys/boot # make clean && make Gives the following error: make: don't know how to make /usr/src/sys/boot/i386/gptboot/../btx/lib/ crt0.o. Stop *** Error code 2 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. The sources are recently csup'd, I'd appreciate some help. Thanks Gianni