From owner-freebsd-stable@FreeBSD.ORG Thu Nov 20 17:39:55 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD5609EC; Thu, 20 Nov 2014 17:39:55 +0000 (UTC) Received: from gwave1.banym.de (gwave1.banym.de [212.72.74.40]) (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 90724CED; Thu, 20 Nov 2014 17:39:55 +0000 (UTC) Received: from tesla.banym.local (dslb-084-057-003-046.084.057.pools.vodafone-ip.de [84.57.3.46]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by gwave1.banym.de (Postfix) with ESMTP id 3A8A41C003; Thu, 20 Nov 2014 18:39:18 +0100 (CET) Message-ID: <546E2752.3060609@banym.de> Date: Thu, 20 Nov 2014 18:39:30 +0100 From: Dominik Zajac User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-current@freebsd.org Subject: UEFI Boot fails if legacy mode is disabled completely in settings on ASUS Z87 board Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Banym-MailScanner-Information: Please contact the ISP for more information X-Banym-MailScanner-ID: 3A8A41C003.A327C X-Banym-MailScanner: Found to be clean X-Banym-MailScanner-From: banym@banym.de X-Spam-Status: No X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 17:39:55 -0000 Hi, on an ASUS Z87 Pro board, the UEFI boot media only work if the CSM mode in the Settings of the UEFI are set to "both". This means it is using UEFI boot and CSM mode for legacy booting. If I disable the legacy CSM and configure "UEFI only", the UEFI loader still loads but when it comes to load the kernel it just stops and the system is frozen at that point. Same with 10.1 and 11-current USB install media. The system now has FreeBSD 10.1 on one disc installed with UEFI mode and boots with it as long as the CSM compatibility mode is enabled. Has someone a similar problem or behaviour? This leads me to the next question. How can I debug or get more information what fails at this stage of the boot process? I would like to provide more detailed information and help to debug to hunt this bug down. Regards, Dominik