From owner-freebsd-current@FreeBSD.ORG Tue Dec 30 15:08:07 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B3F9127 for ; Tue, 30 Dec 2014 15:08:07 +0000 (UTC) Received: from smtprelay-b32.telenor.se (smtprelay-b32.telenor.se [213.150.131.21]) (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 20D7F1949 for ; Tue, 30 Dec 2014 15:08:06 +0000 (UTC) Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-b32.telenor.se (Postfix) with ESMTP id 36E75F05F2 for ; Tue, 30 Dec 2014 15:40:12 +0100 (CET) X-SENDER-IP: [85.229.94.62] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AoFAAG24olRV5V4+PGdsb2JhbABcgwUBAVFcuACEE0oBiWQLhwMXAQEBAQEBBQEBAQE4O4QTMgEjgTEMChSISQGgUaRekBSEEwWOFU2UIoQcgTiBc4IePYJ0AQEB X-IPAS-Result: AoFAAG24olRV5V4+PGdsb2JhbABcgwUBAVFcuACEE0oBiWQLhwMXAQEBAQEBBQEBAQE4O4QTMgEjgTEMChSISQGgUaRekBSEEwWOFU2UIoQcgTiBc4IePYJ0AQEB X-IronPort-AV: E=Sophos;i="5.07,666,1413237600"; d="scan'208";a="710468521" Received: from c-3e5ee555.06-11-73746f31.cust.bredbandsbolaget.se (HELO sigyn.alvermark.net) ([85.229.94.62]) by ipb4.telenor.se with ESMTP; 30 Dec 2014 15:40:11 +0100 Received: from localhost ([127.0.0.1] helo=webmail.alvermark.net) by sigyn.alvermark.net with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Y5xxy-0001iu-Te for freebsd-current@freebsd.org; Tue, 30 Dec 2014 15:40:11 +0100 Received: from 213.113.68.53 (SquirrelMail authenticated user alvis) by webmail.alvermark.net with HTTP; Tue, 30 Dec 2014 15:40:10 +0100 (CET) Message-ID: <20876.213.113.68.53.1419950410.squirrel@webmail.alvermark.net> Date: Tue, 30 Dec 2014 15:40:10 +0100 (CET) Subject: Acer E3-112 and UEFI From: "Jakob Alvermark" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit References: In-Reply-To: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 30 Dec 2014 15:08:07 -0000 Hi, Have been playing with this machine for a while now. It is a quad core Pentium N3540 (ValleyView/Bay Trail), 8 GB RAM. It came with a Broadcom WiFi card which I swapped for an Intel which is supported by FreeBSD. Also swapped the hard drive for an SSD. When first trying to boot FreeBSD with UEFI it would not boot. It stops after the loader is trying to start the kernel. My workaround now is using refind, http://www.rodsbooks.com/refind/ to set the screen resolution to 800x600. (Native is 1366x768) Only then will it boot using UEFI. I tried setting it to 1024x768, then it crashes. If it helps I can get the backtrace. The other "interresting" thing is that when UEFI-booting the sdhci-controllers is not detected. (There are two, one card reader, and I guess one for internal eMMC that is not present in this model). Booting with legacy BIOS: # pciconf -l| grep sdhci sdhci_pci0@pci0:0:18:0: class=0x080501 card=0x09331025 chip=0x0f168086 rev=0x0e hdr=0x00 sdhci_pci1@pci0:0:23:0: class=0x080501 card=0x09331025 chip=0x0f508086 rev=0x0e hdr=0x00 Booting UEFI they are simply not there... Also Xorg only works with BIOS. (Only VESA. I guess VESA drivers depends on BIOS? For proper X support I guess I have to wait for the Haswell drivers) Jakob