Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934601 - zfs modules not present in liveGUI CD/DVD/USB
Summary: zfs modules not present in liveGUI CD/DVD/USB
Status: IN_PROGRESS
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: LiveCD/DVD/USB (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-20 12:57 UTC by russelld
Modified: 2024-09-02 19:43 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description russelld 2024-06-20 12:57:26 UTC
No zfs module on this iso!

livegui-amd64-20240526T163557Z.iso

even though its with grub, its not in the /lib/modules/ tree.

Below is my attempts to locating the zfs module

thanks in advance for sorting this out!

livecd /lib # uname -a
Linux livecd 6.6.30-gentoo-dist #1 SMP PREEMPT_DYNAMIC Wed May 15 03:31:15 UTC 2024 x86_64 Intel(R) Xeon(R) CPU W3680 @ 3.33GHz GenuineIntel GNU/Linux
livecd /lib # modprobe zfs
modprobe: FATAL: Module zfs not found in directory /lib/modules/6.6.30-gentoo-dist
livecd /lib # lsmod | grep zfs
livecd /lib # cd modules
livecd /lib/modules # find . -name "zfs*"
livecd /lib/modules # cd ..
livecd /lib # find . -name "zfs*"
./grub/i386-pc/zfs.mod
./grub/i386-pc/zfs.module
./grub/i386-pc/zfscrypt.mod
./grub/i386-pc/zfscrypt.module
./grub/i386-pc/zfsinfo.mod
./grub/i386-pc/zfsinfo.module
./grub/x86_64-efi/zfs.mod
./grub/x86_64-efi/zfs.module
./grub/x86_64-efi/zfscrypt.mod
./grub/x86_64-efi/zfscrypt.module
./grub/x86_64-efi/zfsinfo.mod
./grub/x86_64-efi/zfsinfo.module
Comment 1 immolo 2024-06-20 14:01:57 UTC
When switching from genkernel to dist-kernel this feature was lost temporarily. While you wait for it's return the admincd can be used with ZFS as a workaround.
Comment 2 russelld 2024-06-21 03:41:09 UTC
Thanks the info.
I'll use the AdminCD.
Look forward to the updated liveGUI, the console is a smaller font size which makes it easier to use.
As well as all the other Gentoo items added ;-)