From owner-freebsd-questions@freebsd.org Fri Apr 14 04:55:51 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60A76D38E08 for ; Fri, 14 Apr 2017 04:55:51 +0000 (UTC) (envelope-from holindho@saunalahti.fi) Received: from vs24.mail.saunalahti.fi (vs24.mail.saunalahti.fi [62.142.117.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vs24.mail.saunalahti.fi", Issuer "vs24.mail.saunalahti.fi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 24FBFBD6 for ; Fri, 14 Apr 2017 04:55:50 +0000 (UTC) (envelope-from holindho@saunalahti.fi) Received: from vs24.mail.saunalahti.fi (localhost [127.0.0.1]) by vs24.mail.saunalahti.fi (Postfix) with ESMTP id F3DEC20061 for ; Fri, 14 Apr 2017 07:45:50 +0300 (EEST) Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by vs24.mail.saunalahti.fi (Postfix) with ESMTP id E91AD20048 for ; Fri, 14 Apr 2017 07:45:50 +0300 (EEST) Received: from [10.0.0.7] (62-78-248-13.bb.dnainternet.fi [62.78.248.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by gw02.mail.saunalahti.fi (Postfix) with ESMTPSA id E2F3140080 for ; Fri, 14 Apr 2017 07:45:49 +0300 (EEST) Subject: Re: Efi/mbr freebsd-11.0-RELEASE-p9 unbootable To: freebsd-questions@freebsd.org References: From: Heikki Lindholm Message-ID: Date: Fri, 14 Apr 2017 07:45:34 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2017 04:55:51 -0000 On 14.04.2017 05:38, Antonio Olivares wrote: > Dear freebsd users, > > I got a used toshiba-laptop with windows 7. A friend of mine gave me a new > hard drive and we installed void-linux with a 1GB /boot partition, an 8 GB > swap partitionx and a 100GB / for the install. Installation suceeded, but > grub install failed some ttx? Error. I then got a regular x86_64 amd > freebsd 11.0 RELEASE and installed it sucessfully as well. I did not get > questioned to install bootloader. When booting the machine tries to boot > off the network. I get a supergrubdisk and boot off it and I am able to > run freebsd-update on it get it to -p9 and install pkgs that I want to > run. I am not very fond of secure boot and I had installed linux on > another machine with windows 7 and it supposedly had EFI support, however > when grub installed, i lost the ability to boot into windows. In this > machine a toshiba satellite laptop, I tried to play it safe and instead > cannot boot either void-linux or freebsd from the hard drive. I can boot > into freebsd with supergrubdisk, i don't believe it is a question of EFI > because I had previously installed DragonflyBSD 4.8 which has support for > EFI and I selected it as well, but the system was unbootable as well. How > should I troubleshoot this? I can boot from live media, but I cannot > install grub or the freebsd bootloader. Hard drive is 465 GB, with the > above mentioned linux partitions, the rest for freebsd with ufs. If there > is a how to, or a laptop wiki on this topic, I appreciate all your help > even if it would be recommended that I reinstall the OS again from > scratch. I am confused with GPT vs old style MBR which just worked TM by > the way and this secure boot crap which renders our machines unbootable. Show the output of gpart show ada0 (or whatever your disk is) for better guesswork to begin. You might need to (1) disable secure boot, (2) enable bios emulation, (3) install FreeBSD (and linux) with the BIOS/MBR booter instead of EFI. Regards, Heikki Lindholm