You are not logged in.

#1 2009-07-09 18:02:20

pofkezas
Member
From: Brooklyn, NY
Registered: 2006-05-30
Posts: 12
Website

[SOLVED] Waiting 10 seconds for device 802 ...

After some kernel upgrade in the past my system started to take extra 10 seconds to boot due to waiting for some "device 802." After the 10 seconds it says,

Root device '802' doesn't exist, attempting to create it
/bin/mknod /dev/root b 8 2

Here's a screenshot just in case:
http://imgur.com/qUen0.jpg
The system still boots fine, but I would like to know if there's some way to find out what the device 802 is and how to make the system create it immediately without the 10 second delay. Thanks for your help.

Last edited by pofkezas (2009-08-24 04:06:06)

Offline

#2 2009-07-09 19:38:58

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: [SOLVED] Waiting 10 seconds for device 802 ...

It's a wifi or etherned card pci/usb card maybe. Is every driver okay for such devices? What do you use ?

Offline

#3 2009-07-09 23:42:02

pofkezas
Member
From: Brooklyn, NY
Registered: 2006-05-30
Posts: 12
Website

Re: [SOLVED] Waiting 10 seconds for device 802 ...

I don't have a wifi card, I only use an ethernet card integrated into my motherboard which uses the 'forcedeth' driver. It's  loaded from the modules array in rc.conf and works fine.

Last edited by pofkezas (2009-07-13 04:07:25)

Offline

#4 2009-07-12 20:06:51

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 458

Re: [SOLVED] Waiting 10 seconds for device 802 ...

Here the same with a self compiled vanilla-kernel. No wifi. No other changes.

Offline

#5 2009-08-24 04:05:32

pofkezas
Member
From: Brooklyn, NY
Registered: 2006-05-30
Posts: 12
Website

Re: [SOLVED] Waiting 10 seconds for device 802 ...

I know this is a somewhat old post, but I figured I'd post the solution that I found. This is basically a problem with lilo. It's discussed on the arch mailing list here:
http://www.mail-archive.com/arch-dev-pu … 08355.html

Here's a quote with a solution:

in lilo.conf:

Remove
root=/dev/....
and add
append="root=/dev/..." (or addappend=, see the lilo manpage)

Or you can switch to GRUB of course. Hope this helps if anyone still has the same problem.

Offline

#6 2009-09-06 10:51:17

hoschi
Member
From: Ulm (Germany)
Registered: 2008-11-03
Posts: 458

Re: [SOLVED] Waiting 10 seconds for device 802 ...

thank you!

Offline

Board footer

Powered by FluxBB