From owner-freebsd-stable@freebsd.org Tue May 16 14:55:07 2017 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 0BC46D6E952 for ; Tue, 16 May 2017 14:55:07 +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 981CF126; Tue, 16 May 2017 14:55:06 +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 v4GEt3vT082045; Tue, 16 May 2017 16:55:03 +0200 (CEST) (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 1645B950; Tue, 16 May 2017 16:55:03 +0200 (CEST) Message-ID: <591B12C6.4040301@omnilan.de> Date: Tue, 16 May 2017 16:55:02 +0200 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 CC: tsoome@freebsd.org Subject: EFI loader doesn't handle md_preload (md_image) correct? Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Greylist: ACL 129 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Tue, 16 May 2017 16:55:03 +0200 (CEST) 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: Tue, 16 May 2017 14:55:07 -0000 Hello, unfortunately I had some trouble with my preferred MFS-root setups. It seems EFI loader doesn't handle type md_image correctly. If I load any md_image with loader invoked by gptboot or gptzfsboot, 'lsmod' shows "elf kernel", "elf obj module(s)" and "md_image". Using the same loader.conf, but EFI loader, the md_image-file is prompted and sems to be loaded, but not registered. There's no md_image with 'lsmod', hence it's not astonsihing that kernel doesn't attach md0 so booting fails since there's no rootfs. Any help highly appreciated, hope Toomas doesn't mind beeing initially CC'd. Thanks, -harry