Results 21 to 27 of 27
Try ommitting the /dev-filesystem in the kernel, devfs isn't supported anymore anyway... You can use udev instead....
- 05-02-2005 #21Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Try ommitting the /dev-filesystem in the kernel, devfs isn't supported anymore anyway... You can use udev instead.
- 05-02-2005 #22Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
I hate to say this but I don't know how I do that
and I used genkernel which might have an effect (I think, at any rate), so can someone tell me how I do that please?
- 05-02-2005 #23
If you used genkernel, there shouldn't be much of a problem. But to do this is simple:
You will now have a nice big window on the screen. Scroll down to File systems and hit enter.Code:cd /usr/src ls (check if you have a linux symlink. If yes, cd into it. If not, cd into the other kernel directory) make menuconfig
Now to Pseudo Filesystems and hit enter.
Now to /dev file system support. Check if there is an asterisk in the little box. If not, this is not your problem.
The following steps are not necessary if there was no * in the box:
If there is, then press "N", and press Right, then enter. Then right, then enter. Then right, then enter. It will ask if you want to save. Say yes.
You now need to recompile your kernel:
Now copy the arch/<YOUR ARCH>/boot/bzImage file to /boot/<BOOT FILE>. <BOOT FILE> is whatever your bootloader is trying to boot from. Also copy your System.map file to /boot/System.map-<KERNEL VERSION>.Code:make make install make modules_install
So for me, I type:
You may also want to copy your .config file. "cp .config /boot/.config-<KERNEL VERSION>".Code:cd arch/i386/boot/bzImage /boot/kernel-2.6.11-gentoo-r6 cd System.map /boot/System.map-2.6.11-gentoo-r6
Now reboot and it will use the new kernel image to boot.Code:cp .config /boot/config-2.6.11-gentoo-r6
DISTRO=Arch
Registered Linux User #388732
- 05-03-2005 #24Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
Thanks, that's brilliant
- 05-03-2005 #25Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
greenpenguin: so you sucsessfullly compiled your kernel without devfs, and now there's no errors? In that case it may also be useful to install udev and hotplug as a WORKING replacement

By the way: If you run "make install" there is no need to copy the kernel manually, "make install" automaticly copies the kernel tp /boot/vmlinuz, System.map to /boot/System.map and the config-file to /boot. It also runs lilo for you.
- 05-05-2005 #26Just Joined!
- Join Date
- May 2005
- Posts
- 5
udev
Look into:
This is a much better solutionemerge udev
devfs is deprecated...
- 05-07-2005 #27Linux Newbie
- Join Date
- Apr 2005
- Posts
- 110
I need to get the packages CD before I can see how well it works!
Thanx for the tips I'll try all of them


Reply With Quote
