From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 13:40:40 2014 Return-Path: Delivered-To: freebsd-questions@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 E69AB27D for ; Tue, 23 Sep 2014 13:40:40 +0000 (UTC) Received: from forward17.mail.yandex.net (forward17.mail.yandex.net [IPv6:2a02:6b8:0:1402::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9803BEC5 for ; Tue, 23 Sep 2014 13:40:40 +0000 (UTC) Received: from web29g.yandex.ru (web29g.yandex.ru [95.108.253.238]) by forward17.mail.yandex.net (Yandex) with ESMTP id 3F201106235C for ; Tue, 23 Sep 2014 17:40:29 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web29g.yandex.ru (Yandex) with ESMTP id CDB3024806A5; Tue, 23 Sep 2014 17:40:28 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1411479628; bh=Jmi1OVCWBaoZSAB/z7vY6VbHiI/Ri0YfDDxO7SV+Fq4=; h=From:To:Subject:Date; b=VuLTt/pbZ670/vRJYiy1cyLYGaBcng9Rmnr45SVPh1dJl+of4FDJzNnzU/HcfMd2j hsmDQ/EzYabEys/TrO0i/GPKmOS6W2dXqAebucUAtVQCPvOTKZR7NAyijWwu9Ylsru kMu1GzgabFbgodfedisMLul6h3sEyy5o1ujR7OkA= Received: from ANantes-651-1-49-net.w2-0.abo.wanadoo.fr (ANantes-651-1-49-net.w2-0.abo.wanadoo.fr [2a02:1c8:103:401:35f4:a0b6:bfb5:8be5]) by web29g.yandex.ru with HTTP; Tue, 23 Sep 2014 17:40:28 +0400 From: Dmitry Potapov To: freebsd-questions@freebsd.org Subject: FreeBSD can't boot from UEFI after installation MIME-Version: 1.0 Message-Id: <4133061411479628@web29g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 23 Sep 2014 19:40:28 +0600 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 13:40:41 -0000 Hello! I'm trying to complete the installation of -HEAD branch to my ASUS N76VZ laptop, however, after I partition the disk as wiki says: >gpart create -s gpt ada0 >gpart add -t efi -s 800K ada0 >gpart add -t freebsd-ufs ada0 >dd if=/boot/boot1.efifat of=/dev/ada0p1 >newfs /dev/ada0p2 >... I reboot and BIOS refuses to boot: >Reboot and Select proper Boot device >or Insert Boot Media in selected Boot device and press a key I see that this problem affects a certain ASUS laptops, so I've tried to update BIOS, play with my BIOS boot settings and so on, still I can't get it up. Any thoughts on this?