Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 934601

Summary: zfs modules not present in liveGUI CD/DVD/USB
Product: Gentoo Release Media Reporter: russelld <russell.davie>
Component: LiveCD/DVD/USBAssignee: Gentoo Release Team <releng>
Status: IN_PROGRESS ---    
Severity: normal CC: chris.burroughs, immoloism, russell.davie
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ;-)