From owner-freebsd-stable@freebsd.org Sun Nov 6 15:07:57 2016 Return-Path: Delivered-To: freebsd-stable@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 60BD6C33EC1 for ; Sun, 6 Nov 2016 15:07:57 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (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 037AC1F1 for ; Sun, 6 Nov 2016 15:07:56 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id uA6F7rQm042609 for ; Sun, 6 Nov 2016 16:07:53 +0100 (CET) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (titan.inop.mo1.omnilan.net [IPv6:2001:a60:f0bb:1::3:1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 7A3DFA07; Sun, 6 Nov 2016 16:07:53 +0100 (CET) Message-ID: <581F4748.9030706@omnilan.de> Date: Sun, 06 Nov 2016 16:07:52 +0100 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: boot1.efifat's FAT12 volume label prevents booting (some systems) Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Sun, 06 Nov 2016 16:07:53 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 15:07:57 -0000 Recently I played with bsdinstall and UEFI setup, which left the system unbootable (11.0-Release). The culprit is the MS-DOS volume lable "EFI " of the EFI partition. At least on Intel Single-Socket Servers (for Xeon E3 IvyBridge/BearToot + Haswell/RainbowPass), the UEFI firmware can't handle the identical path/volumelabel. Simply reformatting with a different volume label (EFIFAT e.g.) solves that problem! Shall I file a bug report? Btw, can someone explain in short words why BOOT64.EFI seems to be boot1.efi, but padded with 0x20 up to 128k? Thanks, -Harry