Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1812 - devfs fails to mount
Summary: devfs fails to mount
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jon Nelson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-15 16:00 UTC by Ken McFelea
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ken McFelea 2002-04-15 16:00:50 UTC
I've compiled the kernel 5 times and I still get a message at boot warning me
that devfs was not compiled into the kernel. I've looked at the .config file and
devfs IS set to automount. So far I've not experienced any problems but the
message bugs me. I'm using Kernel 2.4.19r1
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-16 23:38:29 UTC
Jon?
Comment 2 Jon Nelson (RETIRED) 2002-04-17 08:52:23 UTC
Try this:
cp the .config file somwhere safe (don't mv it)
then, type the following commands:

make mrproper
cp <the .config file's new location> .config
make dep
make all bzImage modules

then install it however you normally install it.

Since I compile all of my kernels as non-root, I become root and cp over the
bzImage from arch/i386/boot/bzImage

Try that and let us know how it goes.

Comment 3 Ken McFelea 2002-04-17 13:33:11 UTC
This appears to have solved the problem.  Many thanks. 
Comment 4 Jon Nelson (RETIRED) 2002-04-17 15:53:24 UTC
No problem. I'm closing this bug.