From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Van Ymeren Subject: Re: Bootloader trouble during installation Date: Thu, 06 Jul 2017 11:54:40 -0400 Message-ID: <87tw2py30f.fsf@vany.ca> References: <20170706133936.E133DA0155@smtp.hushmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dT97C-0005WJ-Dw for guix-devel@gnu.org; Thu, 06 Jul 2017 11:54:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dT977-0005jL-J1 for guix-devel@gnu.org; Thu, 06 Jul 2017 11:54:50 -0400 Received: from mail2.vany.ca ([142.54.190.254]:59858) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dT977-0005iD-EE for guix-devel@gnu.org; Thu, 06 Jul 2017 11:54:45 -0400 In-Reply-To: <20170706133936.E133DA0155@smtp.hushmail.com> (cinder's message of "Thu, 06 Jul 2017 09:39:36 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: cinder88@hushmail.com Cc: guix-devel@gnu.org cinder88@hushmail.com writes: > Hello again, all. I've been trying to install GuixSD for the first time with no success. > The installation process seems to go smoothly, but my machine can't detect the > installation. Since the installation isn't detected, I believe the problem is with the > bootloader. > > For the bootloader, I am attempting to use legacy boot, not UEFI. I realize that > fdisk below identifies /dev/sda2 as an EFI system, but this seems to automatically > happen when I set boot to on in parted. > fdisk listing: > Disklabel type: gpt If you're not using UEFI boot, try using a regular DOS/MBR partition scheme rather than GPT. Not all BIOS's will support GPT in legacy mode. In fdisk I believe the command is "o" to initialize a blank DOS partition.