From owner-freebsd-current@FreeBSD.ORG Tue Sep 16 00:39:34 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95FD8C18; Tue, 16 Sep 2014 00:39:34 +0000 (UTC) Received: from d.mail.sonic.net (d.mail.sonic.net [64.142.111.50]) (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 7BAAA8BE; Tue, 16 Sep 2014 00:39:34 +0000 (UTC) Received: from aurora.physics.berkeley.edu (aurora.Physics.Berkeley.EDU [128.32.117.67]) (authenticated bits=0) by d.mail.sonic.net (8.14.9/8.14.9) with ESMTP id s8G0dQvK015687 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 15 Sep 2014 17:39:27 -0700 Message-ID: <541786BE.6010105@freebsd.org> Date: Mon, 15 Sep 2014 17:39:26 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Allan Jude , freebsd-current@freebsd.org Subject: Re: CURRENT: EFI boot failure References: <20140916020541.03c18d04.ohartman@zedat.fu-berlin.de> <54178607.1060305@freebsd.org> In-Reply-To: <54178607.1060305@freebsd.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVZPhSMYC8dIW4hbOBNSJR602XCdydZPE4zgNhRrLWeATP8mEnvrXiig2Y3rN/DYpBufHCwhHj/jateA+yUGWqzC7zKf3dpu9q8= X-Sonic-ID: C;hqiP6Tk95BGEXwDu5Qupew== M;Ss3x6Tk95BGEXwDu5Qupew== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 16 Sep 2014 00:39:34 -0000 On 09/15/14 17:36, Allan Jude wrote: > On 2014-09-15 20:05, O. Hartmann wrote: >> Installing FreeBSD-11.0-CURRENT-amd64-20140903-r270990 on a Laptop works for UEFI fine. >> After I updated the sources to r271649, recompiled world and kernel (as well as >> installed), now I get stuck with the screen message: >> >>>> FreeBSD EFI boot block >> Loader path: /boot/loader.efi >> >> and nothing happens. After a couple of minutes, the system reboots. >> >> What happened and how can this problem be solved? >> > You might need to update the boot1.efi file on the UEFI partition (small > FAT partition on the disk) > > I am not sure how 'in sync' boot1.efi (on the fat partiton) and > loader.efi have to be. > > https://wiki.freebsd.org/UEFI > boot1.efi is designed never to need updating. (It also hasn't changed since April) -Nathan