From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 22:11:53 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4DAF2883 for ; Tue, 7 Oct 2014 22:11:53 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25FBA8BF for ; Tue, 7 Oct 2014 22:11:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=TM9dhVO6/KQip/lDkilSulqW51z/HOfC1O/LYL1JaLA=; b=h4L9xkKhpOwOUN3b/XPzgTk8boMT07+rZ4mya0sH+9JZtsrdbiVFTsdaTKhT+ceo71IuPRo8JXw/2VdnU1McjEtewNezhAmSldu5nDu0nONBGw+WnAQ3eNMDTHH7bKSkPscRtuTwg6RhCwASGPax2QXp20/Kd2/eCdGnaKL6l7U=; Received: from [182.9.144.112] (port=42274 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1Xbcyv-001yQr-9u; Tue, 07 Oct 2014 16:11:45 -0600 Date: Wed, 8 Oct 2014 06:11:23 +0800 From: Erich Dollansky To: Daniel Subject: Re: No can boot Message-ID: <20141008061123.090aa637@X220.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 22:11:53 -0000 Hi, On Tue, 7 Oct 2014 11:55:53 -0700 Daniel wrote: > I then added the two devices again and booted. This was met with a > prompt of "mountroot>" > > and > was unable to boot. > > How can I solve this? #freebsd mentioned using glabels but I'm > unclear on how this is done, and because I'm using geli/zfs no one is > entirely sure how. > MBR or GPT schema? You could use GPT labels with the GPT schema. You normally need to boot with a live CD as you are not able to label the partitions while they are in use. Label then the partitions. Edit /etc/fstab of your / Replace /dev/adaxxx with /dev/method/name Labels will show up in different directories. GLabels show up in label, GPT lables in gpt and UFS labels in ufs. So, you will have to use i.e. /dev/label/root for the root device, /dev/label/var for the var device and so on. No matter how FreeBSD assigns the drives now, you machine will boot now if your BIOS finds your drive. Erich > Help appreciated. > > -d > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"