Happy to help!
On 2026-07-24 21:43, Benjamin Slade wrote:
Is there a good general approach to deal with this issue?
Maybe for the time being run a sed script on your grub config file in
order to remove the initramfs inhibitor.
Is it Coreboot/Libreboot-specific? Is it restricted to certain
versions? Of Coreboot/Libreboot/Grub/Luks?
My feeling is that it is or at least there is a bug.
Is there a good config.scm code snippet to handle the removal of the
identified script.
If you look into this luks_script issue it maay give you some ideas on
pertinent coding:
https://issues.guix.gnu.org/81173
--Benjamin
On Thu, 23 Jul 2026 at 17:23 +0000, indieterminacy
<[email protected]> wrote:
I found that the grub contained the following flag,
`newc:etc/luks_script:(proc)/luks_script' inside my menu:
'''
menuentry "GNU with Linux-Libre 7.0.14" {
search -label -set root
linux
/gnu/store/6zmcz29g7fynf7d2f6i2k04w3lx93h5a-linux-libre-7.0.14/bzImage
root=root
gnu.system=/gnu/store/4zn3wsk8y3yj5gpkkr4648ma526aw1lh-system
gnu.load=/gnu/store/4zn3wsk8y3yj5gpkkr4648ma526aw1lh-system/boot
modprobe.blacklist=usbmouse,usbkbd quiet
initrd newc:etc/luks_script:(proc)/luks_script
/gnu/store/3b7arlamr55nyapvb4g6w3dba0083snx-raw-initrd/initrd.cpio.gz
}
'''
Removing it permitted me to proceed unencumbered.
On 2026-07-15 12:22, indieterminacy wrote:
I had similar problems:
https://lists.nongnu.org/archive/html/help-guix/2026-07/msg00032.html
On 2026-07-14 15:20, Benjamin Slade wrote:
Hi Guix!
I've run into a very irritating problem on my one machine Guix
machine (a
nicely "blob-free" set-up I put together so it can run pure Guix
without
problem. And has a great screen (now, again) and keyboard and so
would like
to be using it!
I can confirm success running a (contemporary) Guix build with
Coreboot using
these (archived) instructions:
https://web.archive.org/web/20210616021328/https://libreboot.org/docs/gnulinux/guix_system.html
Jonathan
Kind regards,
Jonathan