Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1812

Summary: devfs fails to mount
Product: Gentoo Linux Reporter: Ken McFelea <budde3>
Component: [OLD] Core systemAssignee: Jon Nelson (RETIRED) <jnelson>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.