From owner-freebsd-current@freebsd.org Thu Jul 5 21:31:35 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43FF510332C1 for ; Thu, 5 Jul 2018 21:31:35 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BAE9977632 for ; Thu, 5 Jul 2018 21:31:33 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 50ADE25D3A02; Thu, 5 Jul 2018 21:31:23 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 5172ED1F818; Thu, 5 Jul 2018 21:31:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id I8TEpHTyfaSh; Thu, 5 Jul 2018 21:31:21 +0000 (UTC) Received: from [192.168.124.1] (fresh-ayiya.sbone.de [IPv6:fde9:577b:c1a9:f001::2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id C5619D1F80D; Thu, 5 Jul 2018 21:31:20 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Rodney W. Grimes" Cc: "Warner Losh" , "FreeBSD Current" Subject: Re: EFI booting from external USB pen drive Date: Thu, 05 Jul 2018 21:31:18 +0000 X-Mailer: MailMate (2.0BETAr6114) Message-ID: <6889B6B2-A102-4832-9319-124CEE081784@lists.zabbadoz.net> In-Reply-To: <201807051818.w65II3mw048904@pdx.rh.CN85.dnsmgr.net> References: <201807051818.w65II3mw048904@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Thu, 05 Jul 2018 21:31:35 -0000 On 5 Jul 2018, at 18:18, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] >> On 5 Jul 2018, at 17:19, Warner Losh wrote: >> >>> FAT12 isn't good for UEFI. Use FAT16 or FAT32. >> >> We use it for the default image we built and the wiki suggests it as >> well at https://wiki.freebsd.org/UEFI#CD.2FDVD_Boot_under_UEFI > > IIRC FreeBSD recently cnahged to FAT16 or 32 on these > as the size got pushed up to be larger than what FAT12 > can access. https://svnweb.freebsd.org/base/head/stand/efi/boot1/generate-fat.sh?anno= tate=3D332561#l45 nope.