You are not logged in.

#1 2011-06-23 10:06:06

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

[SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

Hallo everyone,

Today I did solve one problem and here is just another one :-)

I updated my Arch/Linux kernel to 2.6.39.1 yesterday and ended up with [FAIL] status on [MODULES] during boot process.
So I checked rc.conf MODULES section and found nothing unusual.
I also rebuilded my mkinitcpio with SUCCESS status message, but I am still getting MODULES - FAIL status on boot, (but the boot process continues normally after a couple of seconds).
According to other posts here on Arch forums it may be some sort of bug or so.
Any fix/workaround to this?
Thanks for any help,
MTL,

Last edited by MatejLach (2011-06-23 17:03:48)

Offline

#2 2011-06-23 10:41:07

whitethorn
Member
Registered: 2010-05-02
Posts: 153

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

There has been an update which changes the way modules get loaded / blacklisted in rc.conf. Have you seen / tried the following?

http://www.archlinux.org/news/changes-t … cklisting/

Offline

#3 2011-06-23 14:11:26

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

MatejLach wrote:

According to other posts here on Arch forums it may be some sort of bug or so.

According to which posts? Show us the links so we can understand what the problem is. Also post your MODULES array.


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2011-06-23 14:59:21

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

whitethorn wrote:

There has been an update which changes the way modules get loaded / blacklisted in rc.conf. Have you seen / tried the following?

http://www.archlinux.org/news/changes-t … cklisting/

Thanks!
I did not blacklisted modules in modprobe config.
But now I cannot see any MODULES section loading dunning boot.
Is this ok?

Inxsible wrote:
MatejLach wrote:

According to other posts here on Arch forums it may be some sort of bug or so.

According to which posts? Show us the links so we can understand what the problem is. Also post your MODULES array.

I was unable to find the exact link again, that's why I did not included it in my first post.
(Sorry)
But it was something similar to this bug report.

Last edited by MatejLach (2011-06-23 15:06:36)

Offline

#5 2011-06-23 15:09:09

patrickthebold
Member
Registered: 2008-12-15
Posts: 55

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

Do you use virtualbox? Because that has a module that needs to be handled seperately. I always forget to do it.

Offline

#6 2011-06-23 15:43:34

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

MatejLach wrote:
Inxsible wrote:
MatejLach wrote:

According to other posts here on Arch forums it may be some sort of bug or so.

According to which posts? Show us the links so we can understand what the problem is. Also post your MODULES array.

I was unable to find the exact link again, that's why I did not included it in my first post.
(Sorry)
But it was something similar to this bug report.

I don't see any similarities with what you are describing and that bug report. Are you using an EFI system? Are you using Grub2?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#7 2011-06-23 15:50:23

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

Try this:

$ su -
# depmod -a
# shutdown -r now

You probably updated without having the full root argument, and that often seems to create problems with kernel (and other crucial) upgrades.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#8 2011-06-23 16:23:59

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

Inxsible wrote:
MatejLach wrote:
Inxsible wrote:

According to which posts? Show us the links so we can understand what the problem is. Also post your MODULES array.

I was unable to find the exact link again, that's why I did not included it in my first post.
(Sorry)
But it was something similar to this bug report.

I don't see any similarities with what you are describing and that bug report. Are you using an EFI system? Are you using Grub2?

Apologies,
My bad,
You're right, I provided wrong link, the correct one is this one, but my laptop will continue to boot normally after couple of seconds.

Here are my modules from rc.conf:

MODULES=(mii r8169 brcm80211 pcspkr snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore fuse)

I installed Arch just a couple of days ago and so I am sure that this is problem on my side.
I just don't know what I am doing wrong. :-)

Offline

#9 2011-06-23 16:48:25

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

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

brcm80211 no longer exists -- it's been renamed brcmsmac as of 2.6.39. Most of those modules will be found automatically.

Offline

#10 2011-06-23 17:00:57

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

Re: [SOLVED]MODULES FAIL to load during boot process after Kernel 2.6.39 u

falconindy wrote:

brcm80211 no longer exists -- it's been renamed brcmsmac as of 2.6.39. Most of those modules will be found automatically.

That did the trick for me!
Thanks so much!

Next time I should just read Kernel Release Notes and I will be fine :-)

Offline

Board footer

Powered by FluxBB