From owner-freebsd-hackers@freebsd.org Wed Oct 12 12:56:55 2016 Return-Path: Delivered-To: freebsd-hackers@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 BCB32C0E058 for ; Wed, 12 Oct 2016 12:56:55 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from mail.bsd4all.org (mail.bsd4all.org [78.47.125.12]) by mx1.freebsd.org (Postfix) with ESMTP id 83FCFC62 for ; Wed, 12 Oct 2016 12:56:55 +0000 (UTC) (envelope-from pblok@bsd4all.org) Received: from mail.bsd4all.org (localhost [127.0.0.1]) by mail.bsd4all.org (Postfix) with ESMTP id D489BD2FE for ; Wed, 12 Oct 2016 14:48:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at bsd4all.org Received: from mail.bsd4all.org ([127.0.0.1]) by mail.bsd4all.org (newnas.bsd4all.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id etDuKDBf4Ojv for ; Wed, 12 Oct 2016 14:48:56 +0200 (CEST) Received: from [192.168.1.64] (unknown [192.168.1.64]) by mail.bsd4all.org (Postfix) with ESMTPSA id 77708D2F8 for ; Wed, 12 Oct 2016 14:48:56 +0200 (CEST) From: Peter Blok Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: UEFI boot filter Message-Id: <1B741B89-B5CD-4EA4-9801-7B429CAF6792@bsd4all.org> Date: Wed, 12 Oct 2016 14:48:54 +0200 To: freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 12:56:55 -0000 My Asrock E3C224D4I-14S has a CSM option =E2=80=9CBoot option filter=E2=80= =9D which allows me to show only devices that can boot with UEFI. If it is set to UEFI and Legacy, FreeBSD boots fine over UEFI. If I set it to UEFI only, the disk is not found. I have Solaris 11.3 installed on a different disk and that one is listed = as =E2=80=9CORACLE Solaris 11.3=E2=80=9D in the list of bootable = devices, instead of the disk number and vendor id. FreeBSD doesn=E2=80=99t= show up in the list. Does anybody know how this mechanism works and how to make it work for = FreeBSD? Peter=