From owner-freebsd-stable@FreeBSD.ORG Tue Aug 19 08:25:01 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84EE857A for ; Tue, 19 Aug 2014 08:25:01 +0000 (UTC) Received: from mail.nospam.fr.eu.org (wait.nospam.fr.eu.org [178.32.127.5]) by mx1.freebsd.org (Postfix) with ESMTP id 454CC3EDF for ; Tue, 19 Aug 2014 08:25:00 +0000 (UTC) Received: from mail.nospam.fr.eu.org (unknown [10.0.2.3]) by mail.nospam.fr.eu.org (Postfix) with ESMTP id CCFBCE4E for ; Tue, 19 Aug 2014 10:24:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dupille.org; s=default; t=1408436697; bh=0lT/aw77FzckICAofMpC5nrOzC088Gj54vqKeOVnzQI=; h=Date:From:To:Subject:In-Reply-To:References; b=IySQxHAgPhXGWAbRQalvGK6/LiM571YSp41bJHHY8qlZIm7qeY5GfwDoymefywibe NbTvHUUvkcC2OdoHhAPFfYs0EXJbYCuvFeqt2/j6xhWHaDmJr4IZRKNQ1QhKV0lnY7 UssoHY8YIKoMtR7uel2qH4MCCOyQDbo0jUf0FvpY= Received: from gq78NdDoQKvPhpd8nOgx2fsIWlp63FJe by mail.dupille.org with HTTP (HTTP/1.1 POST); Tue, 19 Aug 2014 10:24:57 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 19 Aug 2014 10:24:57 +0200 From: =?UTF-8?Q?St=C3=A9phane_Dupille?= To: freebsd-stable@freebsd.org Subject: Re: Installing FreeBSD 10.0 on an UEFI PC Organization: Maison In-Reply-To: References: Message-ID: <15439df9eb317367955276c162166cd6@dupille.org> X-Sender: stephane@dupille.org User-Agent: Roundcube Webmail/0.9.2 X-Spam-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail 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: Tue, 19 Aug 2014 08:25:01 -0000 Le 19/08/2014 02:08, Craig Rodrigues a écrit : > Can you verify that the latest memstick.img from this directory: > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/ISO-IMAGES/11.0/ > boots from a USB stick on your machine? The memstick.img uses UEFI. Yes, it boots. Can I install an UEFI boot loader from 11.0, booting a 10.0-RELEASE kernel/world ? Is that supposed to work, or do I need a patched kernel ? Here are the information I can get from the BIOS : AMI 2.15.1236 Product Name M4HM87P-00 Bios Version F3 ME FW Version 9.0.20.1447 I found on Gigabyte website a bios version F5, I'll try to update the bios, and see if there's any change. Thanks,