You are not logged in.

#1 2010-06-16 16:22:45

epsilon
Member
Registered: 2009-04-02
Posts: 75

[Solved] Modules not found at boot after upgrading to [testing]

Hello, I upgraded to [testing] repo a few days ago to rid myself of hal from xorg-server. Anyways, this also updated my kernel and other packages, and immediately after the upgrade I rebooted to see these errors:

:: Loading Initramfs
:: Starting udev...
cannot open /dev/null
done.
FATAL: Module acpi:LNXSYSTM: not found.
FATAL: Module acpi:LNXPWRBN: not found.
FATAL: Module pci:v0008086d000027C8sv00001025sd00000349bc0Csc03i00 not found.
FATAL: Module acpi:LNXCPU: not found.
FATAL: Module pci:v0008086d000027BCsv00001025sd00000349bc06sc01i00 not found.
FATAL: Module pci:v0008086d000027CBsv00001025sd00000349bc0Csc03i00 not found.
FATAL: Module acpi:LNXCPU: not found.
FATAL: Module acpi:LNXTHERM: not found.
FATAL: Module pci:v0008086d000027CCsv00001025sd00000349bc0Csc03i20 not found.
FATAL: Module pci:v0008086d00002448sv00001025sd00000349bc06sc04i01 not found.
FATAL: Module pci:v0008086d0000A010sv00001025sd00000349bc06sc00i00 not found.
FATAL: Module acpi:LNXCPU: not found.
FATAL: Module pci:v0008086d000027D8sv00001025sd00000349bc04sc03i00 not found.
FATAL: Module pci:v0008086d000027C9sv00001025sd00000349bc0Csc03i00 not found.
FATAL: Module pci:v0008086d0000A011sv00001025sd00000349bc03sc00i00 not found.
FATAL: Module pci:v0008086d000027CAsv00001025sd00000349bc0Csc03i00 not found.
FATAL: Module pci:v0008086d0000002Bsv0000105Bsd0000E016bc02sc80i00 not found.
FATAL: Module acpi:LNXSYBUS: not found.
FATAL: Module pci:v0008086d000027C8sv00001025sd00000349bc0Csc03i00 not found.
FATAL: Module acpi:LNXCPU: not found.
FATAL: Module pci:v0008086d000027C8sv00001025sd00000349bc0Csc03i00 not found.
FATAL: Module pci:v0008086d000027C8sv00001025sd00000349bc0Csc03i00 not found.
FATAL: Module platform:pcspkr not found.

These occur immediately after GRUB boot and are persistent at each boot. I've been looking into it but the only problem I can find that seems to relate is this one, although I am not using an Nvidia chipset/card. I am having a similar modprobe error, though if I run it at root instead of user I have no error. However, I am running x86_64 as in the linked post, and it is instead searching x86 as far that goes:

$ modprobe acpi
FATAL: Error inserting acpi_cpufreq (/lib/modules/2.6.34-ARCH/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko): Operation not permitted

The boot errors do not seem to hinder much of anything, however. Boot is still successful, I can log in, start X, etc. acpi command still works, as does sound and my pc speaker. I just thought I might be able to get some help here (or elsewhere) on fixing these errors.

Last edited by epsilon (2010-06-19 16:06:56)


mu @ freenode - Last.fm

Offline

#2 2010-06-16 20:39:34

Vamp898
Member
From: 東京
Registered: 2009-01-03
Posts: 904
Website

Re: [Solved] Modules not found at boot after upgrading to [testing]

You know that there is an repository called [xorg18]

you dont need to upgrade to [testing] to get rid of HAL in case of X.Org

Offline

#3 2010-06-16 21:25:05

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [Solved] Modules not found at boot after upgrading to [testing]

Vamp898 - the xorg18 repo is no longer in use, and hasn't been since the end of April. See Arch news for details.

epsilon - nothing specific to suggest, but the errors appear to come from your initramfs image. Try regenerating it with mkinitcpio - or just reinstall the kernel package, which will include the image regeneration.

Offline

#4 2010-06-17 02:01:04

epsilon
Member
Registered: 2009-04-02
Posts: 75

Re: [Solved] Modules not found at boot after upgrading to [testing]

I tried regenerating it (sudo mkinitcpio -p kernel26 ) and I think it got even more errors, this time some regarding input. Again, though, everything seems to be behaving normally. I looked at the /etc/mkinitcpio.conf, and no modules are specified. The only array specified are hooks:

HOOKS="base udev autodetect pata scsi sata filesystems"

mu @ freenode - Last.fm

Offline

#5 2010-06-17 02:05:01

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: [Solved] Modules not found at boot after upgrading to [testing]

Boot with the failsafe image, which should have all possible modules included. All that needs to be done during this process is to load the modules needed to initiate the hard disk controller and then read from the filesystem.

Unfortunately, that is not what you're facing. It looks to me like hardware incompatibility, possibly the cpufreq module. Paste your lspci, rc.conf and mkinitcpio.conf and hope for further assistance. It will also be good if you could include the output of mkinitcpio -p kernel26 and mkinitcpio -vp kernel26 (pastebin this one; it'll be very long).

Last edited by schivmeister (2010-06-17 02:07:22)


I need real, proper pen and paper for this.

Offline

#6 2010-06-17 02:33:03

epsilon
Member
Registered: 2009-04-02
Posts: 75

Re: [Solved] Modules not found at boot after upgrading to [testing]


mu @ freenode - Last.fm

Offline

#7 2010-06-19 00:12:29

schivmeister
Developer/TU
From: Singapore
Registered: 2007-05-17
Posts: 971
Website

Re: [Solved] Modules not found at boot after upgrading to [testing]

Should be solved on next testing update of mkinitcpio: http://projects.archlinux.org/mkinitcpi … a2577c613e


I need real, proper pen and paper for this.

Offline

#8 2010-06-19 16:06:34

epsilon
Member
Registered: 2009-04-02
Posts: 75

Re: [Solved] Modules not found at boot after upgrading to [testing]

Yep, solved.


mu @ freenode - Last.fm

Offline

Board footer

Powered by FluxBB