From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id uFewJmWY+140WgAA0tVLHw (envelope-from ) for ; Tue, 30 Jun 2020 19:54:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id gStmImWY+160QgAAB5/wlQ (envelope-from ) for ; Tue, 30 Jun 2020 19:54:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C451B94053D for ; Tue, 30 Jun 2020 19:54:12 +0000 (UTC) Received: from localhost ([::1]:35866 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqMKX-0007Tu-MQ for larch@yhetil.org; Tue, 30 Jun 2020 15:54:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52236) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqMKQ-0007Se-8U for help-guix@gnu.org; Tue, 30 Jun 2020 15:54:02 -0400 Received: from mail-lj1-x22d.google.com ([2a00:1450:4864:20::22d]:41723) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jqMKO-0003Ik-LN for help-guix@gnu.org; Tue, 30 Jun 2020 15:54:01 -0400 Received: by mail-lj1-x22d.google.com with SMTP id 9so24046652ljc.8 for ; Tue, 30 Jun 2020 12:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=user-agent:from:to:subject:message-id:date:mime-version; bh=g9I2xo47nBGi1vNJsrnVIVZhbXKXCkbV7MNGe4P3mRo=; b=aoIB4hQ/eGQzGdpnhhyuc6LVmYXm6uPEw2QYko3zGeNT7QH4L02ehgF8aJlk0B94DI KSBWI+cnPiJ3CabFc76Equdh4fhuaXp9x7YwniunkuzVbIDhAfWpeId6b8FI6fm9ayeU zd2ET6cnd3REjCMHXJ2Q4AxrKxlHhxDxwYz2Z8O4wgfc0eUm2BuuksjrvtW0dDBKVEeJ tiB0i8kL6Ql6iX9P9Kt8XEpK3/c5AFRFNDYcd2SgfF6W8mkNdxuBvL8fXE9L5/26Fj9j 6hzZC7bogz+Jup9bVQyQseyw7Td9o3nZ4QidM5eLkyCBhubjYLAMycF/EnokHSCr13ei Jx+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:user-agent:from:to:subject:message-id:date :mime-version; bh=g9I2xo47nBGi1vNJsrnVIVZhbXKXCkbV7MNGe4P3mRo=; b=BtQ/Mfr82peO3OOqytxFLCkv16bv4CwpLBTyghLffGYa1co+ESQX0hBMfBhjQYNovE Fg4v336G53RNk2u6XP3k9T5nuRLid7rg6R+n2GneFLlKYuot+zXtNwVnIkoTGffLcBhV hd6zepHDGIVzNYbozv24eNkjHOvXNiKquKyS0Otau8pKM0bcgF/Zi4wZ9tpiGs/THWZz RgMBTN8HPq8VrOtPuy/BIgooXmY4yDCBsNboXE4nFycxXhcucWOUDKqWDEwrRBVYCk7m gbEkpwootOEd8MblgivG0sPB8ILcUpdC0JVdChrKi5oV+ZTtiXIQ/WxHDjtw5UcVoV/e 8bVQ== X-Gm-Message-State: AOAM531Nqkpjwr74CU8Xw56f0dQ9U1MCOZkSGynS4+3WG0s81WcfUZTf 6nrmFnjHc3GtinD3NMBojhtWndEGtso= X-Google-Smtp-Source: ABdhPJylprB0bABtev1N/TUDpDl1t//aSe7EGeYPRe3dTp7aDsfYApW672XtzM2bdsyrRruNyjS+SA== X-Received: by 2002:a2e:8643:: with SMTP id i3mr10681323ljj.190.1593546837085; Tue, 30 Jun 2020 12:53:57 -0700 (PDT) Received: from simendsjo-laptop (cm-84.211.120.197.getinternet.no. [84.211.120.197]) by smtp.gmail.com with ESMTPSA id k25sm1042945ljk.87.2020.06.30.12.53.55 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Jun 2020 12:53:56 -0700 (PDT) User-agent: mu4e 1.4.10; emacs 27.0.91 From: Simen =?utf-8?Q?Endsj=C3=B8?= To: help-guix@gnu.org Subject: Installer restarts after choosing to partition the disk Message-ID: <87sgecs52m.fsf@gmail.com> Date: Tue, 30 Jun 2020 21:53:53 +0200 MIME-Version: 1.0 Received-SPF: pass client-ip=2a00:1450:4864:20::22d; envelope-from=simendsjo@gmail.com; helo=mail-lj1-x22d.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action Content-Type: text/plain; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (body hash did not verify) header.d=gmail.com header.s=20161025 header.b=aoIB4hQ/; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 0.09 X-TUID: qJsGymOoX7Rb Hi, I've been running Guix in a VM on my laptop, and wanted to install it directly on my desktop. Using the guided installer, I get to the point where I choose to partition the disk, and choose the recommended setup. Within a few seconds, I'm sent to the start of the installer again. If I follow through, I get to the choose disk window, but my disk isn't listed anymore. Rebooting puts me into the same state as before. Any idea what's going on? And how I can get some more information about what's failing?