From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Asteroth Subject: Guix installation image Date: Wed, 07 Aug 2019 18:28:42 +0200 Message-ID: <87d0hhueh1.fsf@eta.l7> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42736) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvOo1-0005rI-FV for help-guix@gnu.org; Wed, 07 Aug 2019 12:28:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvOo0-0002aX-H2 for help-guix@gnu.org; Wed, 07 Aug 2019 12:28:53 -0400 Received: from ux-2s11.inf.h-brs.de ([194.95.66.8]:45083) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hvOo0-0002XJ-88 for help-guix@gnu.org; Wed, 07 Aug 2019 12:28:52 -0400 Received: from eta.h-brs.de (p5DE68515.dip0.t-ipconnect.de [93.230.133.21]) (authenticated bits=0) by ux-2s11.inf.h-brs.de (8.14.4/8.14.4/Debian-4ska2) with ESMTP id x77GSl4M005721 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 7 Aug 2019 18:28:48 +0200 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: help-guix Dear all, I would really like to install Guix on my Dell XPS 13 (9380) and give Guix a try not only in VM bur on a my main device. Unfotunately it refuses to boot the installation image. After selecting the boot device I only see a nonbliking cursor. I checked the partition table of the image and was supprised so see: > sudo fdisk -l /dev/sda > GPT PMBR size mismatch (2694403 != 4014079) will be corrected by write. > The backup GPT table is not on the end of the device. This problem will be corrected by write. > Disk /dev/sda: 1.9 GiB, 2055208960 bytes, 4014080 sectors > Disk model: Flash Disk > Units: sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > I/O size (minimum/optimal): 512 bytes / 512 bytes > Disklabel type: gpt > Disk identifier: 30373931-3130-4130-B138-333934393436 > Device Start End Sectors Size Type > /dev/sda1 64 43839 43776 21.4M Microsoft basic data > /dev/sda2 43840 49599 5760 2.8M EFI System > /dev/sda3 49600 2693755 2644156 1.3G Apple HFS/HFS+ > /dev/sda4 2693756 2694355 600 300K Microsoft basic data is this really how it's supposed to look like? Cheers, Alex