From owner-freebsd-amd64@FreeBSD.ORG Mon Oct 7 16:20:01 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.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 ESMTP id 218A8D1 for ; Mon, 7 Oct 2013 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D1482ECB for ; Mon, 7 Oct 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r97GK0Z6075772 for ; Mon, 7 Oct 2013 16:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r97GK0hP075771; Mon, 7 Oct 2013 16:20:00 GMT (envelope-from gnats) Date: Mon, 7 Oct 2013 16:20:00 GMT Message-Id: <201310071620.r97GK0hP075771@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org Cc: From: John Baldwin Subject: Re: amd64/182686: bios lost HDD after installing freebsd-9.x X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Baldwin List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 16:20:01 -0000 The following reply was made to PR amd64/182686; it has been noted by GNATS. From: John Baldwin To: freebsd-amd64@freebsd.org Cc: XXXXXX , freebsd-gnats-submit@freebsd.org Subject: Re: amd64/182686: bios lost HDD after installing freebsd-9.x Date: Mon, 7 Oct 2013 11:41:27 -0400 On Saturday, October 05, 2013 10:18:42 am XXXXXX wrote: >=20 > >Number: 182686 > >Category: amd64 > >Synopsis: bios lost HDD after installing freebsd-9.x > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-amd64 > >State: open > >Quarter: =20 > >Keywords: =20 > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sat Oct 05 14:20:00 UTC 2013 > >Closed-Date: > >Last-Modified: > >Originator: =E1=CE=C4=D2=C5=CA > >Release: 9.2 > >Organization: > >Environment: > >Description: > I have installed freebsd-9.1 on my AMD 64 machine it worked well. But I h= ave=20 decided to go on 9.2 version and. I booted from usb, create slice and bsd- partitions on IDE hard drive using gpart and newfs. then i used bsdinstall = to=20 install the system. after installing i make "shutdown -p now". When i turne= d=20 my computer on, BIOS did not detect any hard drive. > Then i installed system on SATA hard drive and have got the same result.= =20 When i connect this SATA drive to windows machine via USB - disk is OK. Aft= er=20 deleting FreeBSD slice and connecting the disk back to AMD64 its BIOS has=20 detected the drive. Did you use GPT? If so, try using MBR instead for partitioning your disk. =2D-=20 John Baldwin