* guix system init config.scm mnt failed with kernel module not found
@ 2024-10-31 16:11 Tobias Alexandra Platen
2024-11-04 22:14 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Tobias Alexandra Platen @ 2024-10-31 16:11 UTC (permalink / raw)
To: guix-devel
Hello,
After a long time, I tried running "guix system init config.scm mnt" on
my Talos II which failed, as I expected:
gnu/build/linux-modules.scm:278:5: kernel module not found "uas"
"/gnu/store/gi6layj85kmkwk0s6x415zwsmzczh2vv-linux-libre-
6.11.5/lib/modules"
I guess that the "USB Attached SCSI" kernel module is missing in the
ppc64le kernel defconfig, but not in the x86 version. The solution
would be to pass a custom kernel config to linux-libre. I took the
system config from the manual:
https://guix.gnu.org/manual/en/html_node/Using-the-Configuration-System.html
Alex (they/them)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guix system init config.scm mnt failed with kernel module not found
2024-10-31 16:11 guix system init config.scm mnt failed with kernel module not found Tobias Alexandra Platen
@ 2024-11-04 22:14 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-11-04 22:14 UTC (permalink / raw)
To: Tobias Alexandra Platen; +Cc: guix-devel
Hi Alex,
Tobias Alexandra Platen <guix@platen-software.de> skribis:
> After a long time, I tried running "guix system init config.scm mnt" on
> my Talos II which failed, as I expected:
>
> gnu/build/linux-modules.scm:278:5: kernel module not found "uas"
> "/gnu/store/gi6layj85kmkwk0s6x415zwsmzczh2vv-linux-libre-
> 6.11.5/lib/modules"
I think you can address that by having
(initrd-modules '())
or something similar in your ‘operating-system’ declaration.
HTH!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-04 22:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 16:11 guix system init config.scm mnt failed with kernel module not found Tobias Alexandra Platen
2024-11-04 22:14 ` Ludovic Courtès
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.