From owner-freebsd-questions@FreeBSD.ORG Wed Mar 2 21:29:10 2005 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 39C0116A4CE for ; Wed, 2 Mar 2005 21:29:10 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5C743D2F for ; Wed, 2 Mar 2005 21:29:09 +0000 (GMT) (envelope-from wbierman@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so228422rnf for ; Wed, 02 Mar 2005 13:29:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Q76xSWD8zppFrgZ1bJLq3eH+HrpmaciBz88pv7zvkdKkxuqTasRvK7hp7/kZKnywmvuSFytCE6MheDCgCXgO0q7r0VC+0szlG0PrjC6hezSJVoqZhdKBsCJCb2YvasneozZY/zwajfJQDcakPivv+eJw1jJ47/2fh24O3/jdm9M= Received: by 10.38.209.79 with SMTP id h79mr147956rng; Wed, 02 Mar 2005 13:29:06 -0800 (PST) Received: by 10.38.88.21 with HTTP; Wed, 2 Mar 2005 13:29:06 -0800 (PST) Message-ID: Date: Wed, 2 Mar 2005 11:29:06 -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: ghost imaging CD 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: Wed, 02 Mar 2005 21:29:10 -0000 Hello. I should say first that I've tried searching for an answer to my problem, with no success. I am attempting to create a bootable CD with a live FreeBSD system on it, for the purposes of installing a ghost image on a local hard drive, retreived from a remote share (I'm using samba, if it matters), and make that image bootable. I have succesfully created the CD, partitioned the hard drive using the process described in the bsdlabel manpage, and I have succesfully installed a label on ad0s1, to get ad0s1a-f the size I wish them to be. I have also succesfully performed newfs on each of them, and extracted the images (in the form of a tgz) to each slice. My problem is this: when the machine boots, it gets to the stage: Mounting root from "ufs:ad0s1a" and it freezes. Can anyone offer some insight as to why this might be happening? If more information is needed, I can certainly provide it, though I have included everything I see as relevant. Thanks! William