From owner-freebsd-current@FreeBSD.ORG Sun Oct 23 19:56:16 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2AD0106566B; Sun, 23 Oct 2011 19:56:16 +0000 (UTC) (envelope-from dkmail@mail.neveragain.de) Received: from mail.neveragain.de (mail.neveragain.de [IPv6:2001:aa8:fffc::25]) by mx1.freebsd.org (Postfix) with ESMTP id 88CD68FC0A; Sun, 23 Oct 2011 19:56:16 +0000 (UTC) Received: by mail.neveragain.de (Postfix, from userid 1029) id 7425A1702D; Sun, 23 Oct 2011 21:56:15 +0200 (CEST) Date: Sun, 23 Oct 2011 21:56:15 +0200 From: Dennis Koegel To: Andriy Gapon Message-ID: <20111023195615.GB35505@neveragain.de> References: <20111021085851.GA51368@neveragain.de> <201110211633.38764.jhb@freebsd.org> <20111023152754.GA35505@neveragain.de> <4EA455A7.2060301@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4EA455A7.2060301@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: Pavel Timofeev , freebsd-current@FreeBSD.org, John Baldwin Subject: Re: Fresh installed Freebsd 9 don't boot from hd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 19:56:16 -0000 On Sun, Oct 23, 2011 at 08:57:59PM +0300, Andriy Gapon wrote: > I found a document that suggests a possibility of BIOS writing more bytes to the > array than its current size of 0x42: [...] > Could you please test this hypothesis by trying the following patch? With -O1 and this patch, it boots. Thank you! - D.