You are not logged in.

#1 2012-01-31 15:09:48

dabbi2000
Member
From: Reykjavik, Iceland
Registered: 2011-09-28
Posts: 119
Website

[SOLVED] initrd doesn't load any modules

I am trying to install Arch on a SD card, finally found out it is an internal media card, thus requires the mmc_core & mmc_bulk modules.

Grub finds the SD card and I have no problems starting kernel with option
root=UUID=4518fe34-[...]

initrd halts saying

FATAL: could not load /lib/modules/3.1.9-2-ARCH/modules.dep: No such file or directory

A little strange is that when I browse into /lib/modules/  (on ramfs) I find a 3.0-ARCH folder... isn't this a version mismatch?!

Even stranger is that modprobe -l gives the same error and lsmod is emtpy as well as cat /proc/modules


Why isn't initrd loading any modules at all??



mkinitcpio.conf

MODULES="mmc_core mmc_block sd_mod sdhci"
HOOKS="base udev autodetect pata scsi sata filesystems usbinput"

Last edited by dabbi2000 (2012-01-31 16:47:26)

Offline

#2 2012-01-31 15:20:48

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] initrd doesn't load any modules

Seems like you managed to update the initramfs without updating the kernel (they must always match). You'll need to chroot and regenerate your initramfs. Make sure all your partitions are mounted.

Offline

#3 2012-01-31 16:47:10

dabbi2000
Member
From: Reykjavik, Iceland
Registered: 2011-09-28
Posts: 119
Website

Re: [SOLVED] initrd doesn't load any modules

That was right on, got initrd working, thx!

Offline

Board footer

Powered by FluxBB