From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 13:49:27 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 290EA7BD for ; Tue, 23 Sep 2014 13:49:27 +0000 (UTC) Received: from forward16.mail.yandex.net (forward16.mail.yandex.net [IPv6:2a02:6b8:0:1402::1]) (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 CB6AFF3E for ; Tue, 23 Sep 2014 13:49:26 +0000 (UTC) Received: from web29g.yandex.ru (web29g.yandex.ru [95.108.253.238]) by forward16.mail.yandex.net (Yandex) with ESMTP id 43B32D21C5D; Tue, 23 Sep 2014 17:49:14 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web29g.yandex.ru (Yandex) with ESMTP id B7C2124806A5; Tue, 23 Sep 2014 17:49:13 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1411480153; bh=fPZvDlVSNozBQ5S75UAKRrXLVZ2Awh2MIoZ3yMKcFyI=; h=From:To:In-Reply-To:References:Subject:Date; b=tZP46mxqBsw3J6sWgGIooYdsHdMaduoVmBMkUS2Cu5rw5d3Yos3MST2Vrc7Ueejsg TY59jIk+AjwrUPwnuxVQolmSMm0x2Po2h8zM1yQWq87K67r7Vzp3r6tcxphW68BdtK YIXHBw/GeklQn88S0F5WbMB3NyyQiPIzbzw0CEXw= Received: from [2a02:1c8:103:401:35f4:a0b6:bfb5:8be5] ([2a02:1c8:103:401:35f4:a0b6:bfb5:8be5]) by web29g.yandex.ru with HTTP; Tue, 23 Sep 2014 17:49:13 +0400 From: Dmitry Potapov To: Andrea Venturoli , "freebsd-questions@freebsd.org" In-Reply-To: <542179B4.9000503@netfence.it> References: <4133061411479628@web29g.yandex.ru> <542179B4.9000503@netfence.it> Subject: Re: FreeBSD can't boot from UEFI after installation MIME-Version: 1.0 Message-Id: <4165781411480153@web29g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Tue, 23 Sep 2014 19:49:13 +0600 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r 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:49:27 -0000 There is no way to enable/disable UEFI, nor to set any relevant options. 23.09.2014, 19:46, "Andrea Venturoli" : > On 09/23/14 15:40, Dmitry Potapov wrote: >> š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? > > Did you try disabling UEFI and going back to legacy boot? > > ššbye > ššššššššav. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"