From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UOTYJPNBvl9YSQAA0tVLHw (envelope-from ) for ; Wed, 25 Nov 2020 11:37:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id CEekIPNBvl9fOwAA1q6Kng (envelope-from ) for ; Wed, 25 Nov 2020 11:37:23 +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 3F1F49403CA for ; Wed, 25 Nov 2020 11:37:23 +0000 (UTC) Received: from localhost ([::1]:54590 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kht6w-0005Ox-1a for larch@yhetil.org; Wed, 25 Nov 2020 06:37:22 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37040) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kht6m-0005Nr-Sw; Wed, 25 Nov 2020 06:37:12 -0500 Received: from mail1.g12.pair.com ([66.39.4.99]:26545) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kht6l-0002xW-Eu; Wed, 25 Nov 2020 06:37:12 -0500 Received: from mail1.g12.pair.com (localhost [127.0.0.1]) by mail1.g12.pair.com (Postfix) with ESMTP id BB46D730B0; Wed, 25 Nov 2020 06:37:09 -0500 (EST) Received: from [10.11.12.15] (w135107.ppp.asahi-net.or.jp [121.1.135.107]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail1.g12.pair.com (Postfix) with ESMTPSA id 3F03673086; Wed, 25 Nov 2020 06:37:09 -0500 (EST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Yasuaki Kudo Mime-Version: 1.0 (1.0) Date: Wed, 25 Nov 2020 20:37:07 +0900 Subject: Welcome to Grub!... for a minute Message-Id: <03708D4C-C4B3-42B0-A9EF-3B8B37740CD3@yasuaki.com> To: Guix Devel , help-guix X-Mailer: iPhone Mail (18B92) Received-SPF: none client-ip=66.39.4.99; envelope-from=yasu@yasuaki.com; helo=mail1.g12.pair.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=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.51 X-TUID: PuA6q6q26cun Hi, I just wanted to report (although this is probably already known) that I had= to wait for a long time (probably more than a minute) staring at "Welcome t= o Grub!" screen upon reboot, after accumulating thousands of guix system gen= erations. I was experimenting with something and I suspected that was the c= ause - sure enough, after deleting them all with guix system delete-generati= ons command, the delay disappeared. Just reporting =F0=9F=98=84