From owner-freebsd-questions@FreeBSD.ORG Sat Mar 16 14:01:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1CEE395C for ; Sat, 16 Mar 2013 14:01:48 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id D6019F58 for ; Sat, 16 Mar 2013 14:01:47 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r2GE1kEK000228; Sat, 16 Mar 2013 08:01:46 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r2GE1kOD000225; Sat, 16 Mar 2013 08:01:46 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 16 Mar 2013 08:01:46 -0600 (MDT) From: Warren Block To: leeoliveshackelford@surewest.net Subject: Re: Installing 9.1 without re-partitioning hard drive In-Reply-To: <20130315201124.DEO31912@ms5.mc.surewest.net> Message-ID: References: <20130315201124.DEO31912@ms5.mc.surewest.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Sat, 16 Mar 2013 08:01:46 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 14:01:48 -0000 On Fri, 15 Mar 2013, leeoliveshackelford@surewest.net wrote: > Good evening, Free BSD enthusiasts. Thank you to each of the several > people who have responded to my previous messages. I have made > significant progress, but am now flummoxed at the installation of the > boot loader. The handbook says to run this command, "boot0cfg -B > ad0". When I run this command, I get the following error message: > "Unable to get providername for ad0". This message means there is no disk called ad0. On FreeBSD 9.x, it is likely to be called ada0 instead. I can't find that command in the Handbook. Could you please point out where it is?