From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?6Imvz5Y=?= Subject: Re: Unable to boot GuixSD USB stick Date: Mon, 10 Apr 2017 08:37:10 +0000 Message-ID: References: <20170410.094912.2113866110128411618.post@thomasdanckaert.be> Reply-To: pierre@2bst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxUoy-0008LI-Ha for help-guix@gnu.org; Mon, 10 Apr 2017 04:37:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxUox-0000iR-Ja for help-guix@gnu.org; Mon, 10 Apr 2017 04:37:12 -0400 Received: from mail-qk0-x232.google.com ([2607:f8b0:400d:c09::232]:36627) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cxUox-0000hP-EA for help-guix@gnu.org; Mon, 10 Apr 2017 04:37:11 -0400 Received: by mail-qk0-x232.google.com with SMTP id p22so102421935qka.3 for ; Mon, 10 Apr 2017 01:37:11 -0700 (PDT) In-Reply-To: <20170410.094912.2113866110128411618.post@thomasdanckaert.be> 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: Thomas Danckaert Cc: help-guix@gnu.org Hi, thanks for you answer. > Maybe one thing to try is calling 'sync' after the dd command that > creates the image, to ensure everything is fully written, i.e. Actually (see later emails) I've been able to manually boot the USB stick. But why doesn't it work automatically on my machine? this is weird ^^ > Do you know if this is a specific issue with the Guix installation > image, or does it happen for other bootable USB media, too? Were you > able to use other bootable images on the same USB stick in the past? This stick + this laptop should run fine: I've put Ubuntu on the same stick and it works fine. On 10/04/2017, Thomas Danckaert wrote: > From: =E8=89=AF=CF=96 > Subject: Unable to boot GuixSD USB stick > Date: Sun, 9 Apr 2017 18:46:18 +0000 > >> However when I reboot the key isn't recognised by my laptop so I'm >> unable to install it :'( >> >> Any ideas how I could solve that? > > Maybe one thing to try is calling 'sync' after the dd command that > creates the image, to ensure everything is fully written, i.e. > > dd if=3Dguixsd-usb-install-0.12.0.x86_64 of=3D/dev/sdX && sync > > (this has bitten me before) > > otherwise it's hard to tell from the information you've provided: > > Do you know if this is a specific issue with the Guix installation > image, or does it happen for other bootable USB media, too? Were you > able to use other bootable images on the same USB stick in the past? > > I've had issues with specific combinations of USB sticks and laptops > in the past (though that was years ago). > > Thomas >