-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modprobe: FATAL: Module ext4 not found in directory /lib/modules/6.7.12-amd64 #6606
Comments
Jira ticket: AR-2134 |
ext4 module is available on the build host despite the error telling otherwise, and running
|
This should in theory load the module: build/lib/functions/configuration/main-config.sh Lines 569 to 579 in 4232661
@prahal Can you send the output of |
I'm experiencing this error on Arch Linux kernel 6.10.10 ❯ cat /proc/filesystems
nodev sysfs
nodev tmpfs
nodev bdev
nodev proc
nodev cgroup
nodev cgroup2
nodev cpuset
nodev devtmpfs
nodev binfmt_misc
nodev configfs
nodev debugfs
nodev tracefs
nodev securityfs
nodev sockfs
nodev bpf
nodev pipefs
nodev ramfs
nodev hugetlbfs
nodev devpts
nodev autofs
fuseblk
nodev fuse
nodev fusectl
nodev virtiofs
nodev efivarfs
nodev mqueue
nodev resctrl
nodev pstore
btrfs
squashfs
vfat
nodev overlay Update: sudo modprobe ext4 |
@ColorfulRhino could it be ROOTFS_TYPE is grabbed from the built image file (and as I only build the kernel debs and not the image, I might bypass that code section? @adonespitogo do you build the full image? My /proc/filesystems
|
@prahal yeah I did successfully built an image after that. |
What happened?
There might be no clean fix without requiring root access, but output an error message that state that ext4 loaded is required might be enough.
How to reproduce?
I did not test it but I supposed it is enough to run the build in a VM with a Linux system that has no ext4 filesystem loaded.
On such a system (mine is a bare install with only btrfs filesystems) where ext4 is not laded running:
./compile.sh kernel BOARD=helios64 BRANCH=edge RELEASE=bookworm BUILD_KSRC=no
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Debian 13 Trixie
Are you building on Windows WSL2?
Relevant log URL
https://paste.armbian.com/ihebugunif
Code of Conduct
The text was updated successfully, but these errors were encountered: