From owner-freebsd-questions@FreeBSD.ORG Fri Sep 17 00:48:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5173716A4CE for ; Fri, 17 Sep 2004 00:48:27 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C63943D2D for ; Fri, 17 Sep 2004 00:48:27 +0000 (GMT) (envelope-from wbierman@gmail.com) Received: by mproxy.gmail.com with SMTP id v18so74201rnb for ; Thu, 16 Sep 2004 17:48:23 -0700 (PDT) Received: by 10.38.8.29 with SMTP id 29mr210633rnh; Thu, 16 Sep 2004 17:48:23 -0700 (PDT) Received: by 10.38.179.66 with HTTP; Thu, 16 Sep 2004 17:48:23 -0700 (PDT) Message-ID: Date: Thu, 16 Sep 2004 14:48:23 -1000 From: William Bierman To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: creating boot cd to install a ghost image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: William Bierman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 00:48:27 -0000 Howdy. I am attempting to create a FreeBSD cluster. My first step is to come up with a bootable CD (which I have done) that will run a script to create one giant partition (for simplicity, since not all hard drives are the same size), run newfs on it, mount it, and copy the desired tree to it. I then unmount it and run boot0cfg -B -s 1 ad0 on it. When I attempt to boot, it spits out: F1 FreeBSD Default: F1 When I hit F1, it spits out that message again. Eventually the screen is full of them. I have heard a rumor that bsdlabel will finish the job for me, but I am having some issues. Every page on the web I have found has told me that I need to run something simple, such as: bsdlabel -w -B ad0 When I do that, I get the error: bsdlabel: Geom not specified Which is weird, since I see no switch defined in the manpage to specify disk geometry. Can anyone shed some light on this? I am concerned that I may creating the partition incorrectly, but that is only a guess. Best Regards, Bill