GNU bug report logs - #72457
[PATCH 00/15] Rewrite bootloader subsystem.

Previous Next

Package: guix-patches;

Reported by: Lilah Tascheter <lilah <at> lunabee.space>

Date: Sun, 4 Aug 2024 03:52:01 UTC

Severity: normal

Tags: patch

Fix blocked by 73202: [PATCH] Preparation for bootloader rewrite.

Full log


Message #263 received at 72457 <at> debbugs.gnu.org (full text, mbox):

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: Lilah Tascheter <lilah <at> lunabee.space>
Cc: 72457 <at> debbugs.gnu.org
Subject: Re: [PATCH v5 00/15] Rewrite bootloader subsystem.
Date: Wed, 07 Aug 2024 06:52:13 +0200
Hi Lilah, 

Lilah Tascheter <lilah <at> lunabee.space> writes:

> Alright, hopefully this works then!
>

It works with the following patch applied! I'll test other bootloaders
later in the week.

--8<---------------cut here---------------start------------->8---
diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index 7bb7e4eefa..cb68744135 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -259,7 +259,7 @@ (define* (core.img grub format #:key bootloader-config store-crypto-devices
                        '#$(if tftp? '() '("part_msdos" "part_gpt"))
                        ;; file systems
                        '#$(cond ((member fs '("ext2" "ext3" "ext4")) '("ext2"))
-                                ((member fs "vfat" "fat32") '("fat"))
+                                ((member fs '("vfat" "fat32")) '("fat"))
                                 ((and tftp? efi?) '("efinet"))
                                 ((and tftp? bios?) '("pxe"))
                                 (else (list fs)))
--8<---------------cut here---------------end--------------->8---




This bug report was last modified 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.