From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 11:31:23 2009 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 2827E1065670 for ; Tue, 10 Feb 2009 11:31:23 +0000 (UTC) (envelope-from k0802647@telus.net) Received: from defout.telus.net (defout.telus.net [204.209.205.13]) by mx1.freebsd.org (Postfix) with ESMTP id C8B538FC2D for ; Tue, 10 Feb 2009 11:31:22 +0000 (UTC) (envelope-from k0802647@telus.net) Received: from priv-edmwaa07.telusplanet.net ([204.209.205.55]) by priv-edmwes23.telusplanet.net (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090210113121.ZUT19903.priv-edmwes23.telusplanet.net@priv-edmwaa07.telusplanet.net> for ; Tue, 10 Feb 2009 04:31:21 -0700 Received: from oliver.bc.lan (d75-157-11-254.bchsia.telus.net [75.157.11.254]) by priv-edmwaa07.telusplanet.net (BorderWare Security Platform) with ESMTP id 544404163C3EFCE2 for ; Tue, 10 Feb 2009 04:31:21 -0700 (MST) Received: from [10.111.111.112] (unknown [10.111.111.112]) by oliver.bc.lan (Postfix) with ESMTP id 3E29562AA for ; Tue, 10 Feb 2009 03:31:21 -0800 (PST) Message-ID: <49916588.8020804@telus.net> Date: Tue, 10 Feb 2009 03:31:20 -0800 From: Carl User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <49067148.6080307@telus.net> <49910E44.9020904@telus.net> In-Reply-To: <49910E44.9020904@telus.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 7.1 distribution DVD 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: Tue, 10 Feb 2009 11:31:23 -0000 I've downloaded 7.1-RELEASE-i386-dvd1.iso and created a bootable USB thumb drive with it. It boots up and launches sysinstall as expected. However, when I try to launch the liveFS from the Fixit menu, it will only look on /dev/acd0. What do I need to modify so that it will look for the liveFS on the thumb drive? Alternatively, since I'm using Grub as a multiboot manager, how would I alter the FreeBSD boot configuration such that it boots the liveFS directly instead of the primitive sysinstall-only boot option? Carl / K0802647