From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 08:05:42 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43C61284 for ; Wed, 16 Apr 2014 08:05:42 +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 1C2401B93 for ; Wed, 16 Apr 2014 08:05:41 +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=lOg8lmfwcOmqUQsFGEDjfHAdGFNPgbMqiPIh2IMURSg=; b=P3O5ywr4530ZrprnVkOVFJMKOSGrugFwDxwlKpw0w3jqDNvVP8IaTW14pHId0thHoGIMLvyBnd9vG/mP+KXaU5KDnaWhp9hLprSN6rbD44kRjpohlII/tUj1FK1zHv2W/VeKsqG2iqY/MWwkGfP5Rs6wa1iQzRFHO+MazluWXRE=; Received: from bb219-74-38-150.singnet.com.sg ([219.74.38.150]:17440 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WaKqi-002Hty-HU; Wed, 16 Apr 2014 02:05:41 -0600 Date: Wed, 16 Apr 2014 16:05:37 +0800 From: Erich Dollansky To: bill Subject: Re: freebsd 10. trashing hard drives? Message-ID: <20140416160537.44f43125@X220.alogt.com> In-Reply-To: <534E350E.7020308@vultures.cc> References: <534E1DF5.7010103@vultures.cc> <20140416145055.35eb395f@X220.alogt.com> <534E350E.7020308@vultures.cc> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) 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.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 08:05:42 -0000 Hi, On Wed, 16 Apr 2014 02:45:18 -0500 bill wrote: > > On 04/16/2014 01:50 AM, Erich Dollansky wrote: > > FreeBSD starts a fresh installation with a GPT schema. Even with my > > much newer machine, I am not able to use GPT. Just try if MBR > > works. Eric > > Thanks Erich I thought that might be the problem. But i have no idea > how del or change the mbr, or the gpt partitioning, as i am unable to > boot the computer at all with the hd installed? > put the disk into an USB case. You can then boot from CD or thumb drive and do the install again. Do not forget to edit fstab before rebooting. Erich