From owner-freebsd-current@FreeBSD.ORG Tue Oct 8 21:38:21 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EF42DDFB for ; Tue, 8 Oct 2013 21:38:21 +0000 (UTC) (envelope-from mueller6721@twc.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.225]) by mx1.freebsd.org (Postfix) with ESMTP id B9AC52423 for ; Tue, 8 Oct 2013 21:38:21 +0000 (UTC) Received: from [74.130.200.176] ([74.130.200.176:26605] helo=localhost) by cdptpa-oedge02 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 28/45-16944-64B74525; Tue, 08 Oct 2013 21:38:15 +0000 Date: Tue, 08 Oct 2013 21:38:14 +0000 Message-ID: <28.45.16944.64B74525@cdptpa-oedge02> From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: Unable to installworld after successful buildworld and buildkernel References: <3F.9A.16944.166A3525@cdptpa-oedge02> <20131008141501.GA69028@lor.one-eyed-alien.net> X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 X-Mailman-Approved-At: Tue, 08 Oct 2013 21:57:57 +0000 Cc: Brooks Davis X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 08 Oct 2013 21:38:22 -0000 > To cross install FreeBSD on a system without the required users/groups > you must either install them on the base system so that install and > mtree can use them or use the -DDB_FROM_SRC option when running the > installworld/installkernel/distribution targets. -- Brooks That worked for installworld, was apparently not needed subsequently for installkernel. But where is DB_FROM_SRC documented? I never saw it anywhere. UPDATING file needs to be updated for installing FreeBSD on a partition where there is no OS installed. I haven't booted yet, will try several ways including grub2, and not including grub2. I installed sysutils/grub2 from FreeBSD ports, also sysutils/xorriso, necessary to run mkrescue. Tom