From owner-freebsd-stable@freebsd.org Mon Nov 7 08:27:40 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 A61E8C3452E for ; Mon, 7 Nov 2016 08:27:40 +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 461EDB0 for ; Mon, 7 Nov 2016 08:27:40 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (ezra.dcm1.omnilan.net [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id uA78Rc2p052818; Mon, 7 Nov 2016 09:27:38 +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 6BC9BB28; Mon, 7 Nov 2016 09:27:38 +0100 (CET) Message-ID: <58203AFA.3000507@omnilan.de> Date: Mon, 07 Nov 2016 09:27:38 +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: "Patrick M. Hausen" CC: freebsd-stable@freebsd.org Subject: Re: boot1.efifat's FAT12 volume label prevents booting (some systems) References: <581F4748.9030706@omnilan.de> <6230313A-3141-44F9-B056-4CAD8536B6FE@punkt.de> <5820359F.7050307@omnilan.de> <4AF66F83-EAC7-4744-ABE3-C7AE73500C0D@punkt.de> In-Reply-To: <4AF66F83-EAC7-4744-ABE3-C7AE73500C0D@punkt.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: ACL 119 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Mon, 07 Nov 2016 09:27:38 +0100 (CET) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; 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: Mon, 07 Nov 2016 08:27:40 -0000 Bezüglich Patrick M. Hausen's Nachricht vom 07.11.2016 09:12 (localtime): > Hi, > >> Am 07.11.2016 um 09:04 schrieb Harry Schmalzbauer : >>> create the EFI boot volume like this? >>> >>> gpart add -t efi -l efi -a 512k -s 512k >>> newfs_msdos /dev/gpt/efi >>> mount_msdosfs /dev/gpt/efi /mnt >>> mkdir -p /mnt/efi/boot >>> cp /boot/boot1.efi /mnt/efi/boot/bootx64.efi >> >> You are missing startup.nsh... >> See >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214282https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214282 > > Care to elaborate? This is what we use in production - all > systems booting just fine ;-) Of course you can boot UEFI systems without startup.nsh, but it does offers another way processing the boot sequence – the most sensible in my opinion. And it's what FreeBSD Releng-Team decided to provide out of the box, so heplful hint's shouldn't do it any other. -Harry