From unknown Fri Jun 13 10:16:46 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46283 <46283@debbugs.gnu.org> To: bug#46283 <46283@debbugs.gnu.org> Subject: Status: `guix system delete-generations` deletes generation before regenerating GRUB menu Reply-To: bug#46283 <46283@debbugs.gnu.org> Date: Fri, 13 Jun 2025 17:16:46 +0000 retitle 46283 `guix system delete-generations` deletes generation before re= generating GRUB menu reassign 46283 guix submitter 46283 pkill9 severity 46283 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 03 21:58:16 2021 Received: (at submit) by debbugs.gnu.org; 4 Feb 2021 02:58:16 +0000 Received: from localhost ([127.0.0.1]:39337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7UqV-0006tZ-RV for submit@debbugs.gnu.org; Wed, 03 Feb 2021 21:58:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:57664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l7UqU-0006tQ-42 for submit@debbugs.gnu.org; Wed, 03 Feb 2021 21:58:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l7UqT-0007fe-PS for bug-guix@gnu.org; Wed, 03 Feb 2021 21:58:13 -0500 Received: from aibo.runbox.com ([91.220.196.211]:43430) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l7UqQ-0000e2-Am for bug-guix@gnu.org; Wed, 03 Feb 2021 21:58:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=runbox.com; s=selector2; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-ID:Subject:To:From:Date; bh=uaGzAJwgdlX9Slui8QWGgt4Y3TETpmEE5liNNUbgV7I=; b=Pls/2U/M31nr35nq0Fhs8jp3HY BJBwjNizU30rYUq3Fh+mB5pooOGWAXsucIpfyjlGf7OxvWQZdHTsjhfE54AKdIE06ibshKlpyVR2e Ccfa27KZIsqoWIryP4sJeRaws7ltV8ONqCjbo+21AVlsoPw3UKX9X7SBrW8/R7enQj71zLEBccIwC /eZDe10GrP34rO5UEY8skDsvDDMyQo8IAQG5iPnXBnbBY47kmg8c6+FSqh9F1bI5y+hGwO6O/qvPo BB4iGQ7F2uD7tsnNJDn5eIFy/0UVtVEggYkcXQbuM+ih8ZPiUXTtjGF6iAbEY0PtCmx2paf37S6H/ 8TNijoIw==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1l7UqL-0006iw-EW for bug-guix@gnu.org; Thu, 04 Feb 2021 03:58:05 +0100 Received: by submission02.runbox with esmtpsa [Authenticated alias (780724)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1l7Uq9-00012W-53 for bug-guix@gnu.org; Thu, 04 Feb 2021 03:57:53 +0100 Date: Thu, 4 Feb 2021 02:57:51 +0000 From: pkill9 To: Subject: `guix system delete-generations` deletes generation before regenerating GRUB menu Message-ID: <20210204025751.239bf885@runbox.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=91.220.196.211; envelope-from=pkill9@runbox.com; helo=aibo.runbox.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 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_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Cancelling the operation before the grub menu is rebuilt makes it kind of incomplete, as the entries will still be in the GRUB menu but won't work.