From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: I can`t boot guixsd in macbook Date: Sun, 29 Dec 2019 21:13:38 +0100 Message-ID: <20191229201338.sjevx7cuhyc6grk4@pelzflorian.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52274) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ilewa-0006TF-I6 for help-guix@gnu.org; Sun, 29 Dec 2019 15:13:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ilewZ-0007S1-AG for help-guix@gnu.org; Sun, 29 Dec 2019 15:13:44 -0500 Received: from pelzflorian.de ([5.45.111.108]:33696 helo=mail.pelzflorian.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ilewY-0007Jt-R7 for help-guix@gnu.org; Sun, 29 Dec 2019 15:13:43 -0500 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: SergioBG BG Cc: help-guix@gnu.org Hi, On Sun, Dec 29, 2019 at 12:52:23PM +0100, SergioBG BG wrote: > Hi to all . I intended install guixsd in macbook 2009 and after download > iso and burn it with etcher in one usb I can't boot in my old mac , with > button start and option button nothing do. > With Debian buster no have problems with start , but guixsd is imposib. > The boot not show usb to start guixsd. > What am I doing wrong. > Sorry for my bad English , cheers This bug has long been fixed in git master after 1.0.1, but there has not been a new release of downloadable Guix System images since then. You could install Guix on another operating system or on another computer, download the Guix source code and run in a terminal cd path/to/guix/source guix system disk-image --file-system-type=iso9660 \ gnu/system/install.scm The command is from here: https://guix.gnu.org/manual/en/html_node/Building-the-Installation-Image.html Regards, Florian