From owner-freebsd-current@freebsd.org Fri May 18 17:44:53 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 212AEEAFC31 for ; Fri, 18 May 2018 17:44:53 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from out.alvermark.net (out.alvermark.net [185.34.136.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5950B814A8 for ; Fri, 18 May 2018 17:44:52 +0000 (UTC) (envelope-from jakob@alvermark.net) Received: from c-42bc70d5.06-431-73746f70.bbcust.telenor.se ([213.112.188.66] helo=mail.alvermark.net) by out.alvermark.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1fJity-000Ilc-W3 for freebsd-current@freebsd.org; Fri, 18 May 2018 19:10:46 +0200 Received: from [192.168.67.31] by mail.alvermark.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1 (FreeBSD)) (envelope-from ) id 1fJity-000Lvh-Fz for freebsd-current@freebsd.org; Fri, 18 May 2018 19:10:46 +0200 To: freebsd-current@freebsd.org From: Jakob Alvermark Subject: EFI boot on ThinkPad X131e hangs Message-ID: <90c8ca1b-2848-e6ad-e429-a143ddbb576c@alvermark.net> Date: Fri, 18 May 2018 19:10:46 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 18 May 2018 17:44:53 -0000 Hi, I was going to install FreeBSD on a ThinkPad X131e. It has the latest BIOS/EFI firmware (2.97) and is set to only boot UEFI. memstick.img created from -current r333786. The boot hangs after printing this: Consoles: EFI console I also tried FreeBSD-11.1-RELEASE-amd64-mini-memstick.img, same thing happens. OpenBSD 6.3 works fine. How can I debug this? Thanks, Jakob