From: "Fredrik Simón" <guix@fsimon.net>
To: help-guix@gnu.org
Subject: Re: Guix deploy fails claiming some module missing
Date: Wed, 31 Jan 2024 20:04:49 +0100 [thread overview]
Message-ID: <2fcb67fc-07e7-4d42-9306-2b67263585b9@app.fastmail.com> (raw)
In-Reply-To: <ZR0P278MB026832065E31DCD1AD1E51C3C1732@ZR0P278MB0268.CHEP278.PROD.OUTLOOK.COM>
> missing modules for #<file-system-label "Guix_image">: uio_pdrv_genirq
Hi Gabriel,
I just ran into this as well while 'guix deploy'-ing to a Raspberry Pi. Maybe you have resolved it already but the message comes from safety-checks? in machine-ssh-configuration, which verifies that modules for configured filesystems are loaded by initrd.
We can resolve this by either adding (initrd-modules '("uio_pdrv_genirq")) or disabling safety checks.
Going with the former initially led me to another error in Guix's linux module builder, where it expects kernel modules to either be gzipped or uncompressed. But some kernel configurations default to e.g. xz compression which will fail to build. Adding CONFIG_MODULE_COMPRESS_GZIP=y to the kernel config helps here.
prev parent reply other threads:[~2024-02-04 14:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-16 16:46 Guix deploy fails claiming some module missing Wicki Gabriel (wicg)
2024-01-21 7:41 ` Marek Paśnikowski
2024-01-31 19:04 ` Fredrik Simón [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2fcb67fc-07e7-4d42-9306-2b67263585b9@app.fastmail.com \
--to=guix@fsimon.net \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.