From owner-freebsd-current@freebsd.org Mon Mar 6 06:15:15 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 230F3CFBADA for ; Mon, 6 Mar 2017 06:15:15 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B654D11FF for ; Mon, 6 Mar 2017 06:15:14 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id v266H1S1014549; Sun, 5 Mar 2017 22:17:07 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: Dexuan Cui Cc: In-Reply-To: References: <4D3C46D7-3EBF-47AE-BFFE-37ECEA4721FD@gmail.com> <5A39D9CC-339D-47C3-918A-F91E9CCC4E3E@fh-muenster.de> <5A56F5AA-F31E-4D7B-8CF4-918EB6F8285A@gmail.com>, <9370498b79338dcfbbbc75c657e2b8b1@ultimatedns.net>, <8b05cb241a72525a2b5c576b861f7fda@ultimatedns.net> , From: "Chris H" Subject: Re: Boot failure - svn up from this morning Date: Sun, 05 Mar 2017 22:17:07 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 06 Mar 2017 06:15:15 -0000 On Mon, 6 Mar 2017 04:01:04 +0000 Dexuan Cui wrote > > From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd- > > current@freebsd.org] On Behalf Of Dexuan Cui > > Hi Chris, > > Thank you very much for the screenshots!!! > > > > On the host there is a 1MB LoaderData memory range, which splits > > the big Conventional Memory range into a small one (15MB) and a > > big one: the small one is too small to hold the staging area. > > > > I'm going to post a patch shortly. > > Can you please try the below patch? Yes. I can't do it right away. Because that box is in the middle of a big build session. But the moment it's done. I'll give it a try, and report the results. Thanks again, Dexuan, for all your continued dedication to this! --Chris > https://reviews.freebsd.org/D9904 > You can find the URL of the "Download Raw Diff" in the page and > 'wget' the patch and then apply it. > > It should be able to fix the recent UEFI-boot issue introduced by me. > > You may not need to re-buildworld. Please this link to replace the > bad 'loader.efi': > https://lists.freebsd.org/pipermail/freebsd-current/2017-March/064979.html > > I'm planning to commit the patch later today in about 6 hours, because > I'm pretty confident in the patch and it should fix the critical issue... > > Thanks, > -- Dexuan