You are not logged in.
Pages: 1
hey guys can i cut down "udev uevents" loading time at startup. it is taking more than 30 secs on my p3 laptop.
Offline
I had the same problem. I searched all over the web and the only solution I found was reinstalling arch.
Offline
I have written a howto on speeding up udev http://wiki.archlinux.org/index.php/Speedup_udev
Offline
thanks nebygemini i try it.
Offline
There are some modifications in testing initscripts and udev (you need them both) that may help, additionally I output the actual time the uevents take, which is helpful
Offline
Also disable CONFIG_UEVENT_HELPER_PATH.
$ grep UEVENT /usr/src/linux/.config
CONFIG_UEVENT_HELPER_PATH=""
Offline
Also disable CONFIG_UEVENT_HELPER_PATH.
For my own kernel package i take the example from the config of the kernel26mm package:
CONFIG_UEVENT_HELPER_PATH="/sbin/udevcontrol"
This works until now without any problems and the boot time seems to be the same but i don't measure it. Does anyone knows a link about for what this uevents been needed?
Offline
There are some modifications in testing initscripts and udev (you need them both) that may help, additionally I output the actual time the uevents take, which is helpful
Do you have an idea when the new initscripts and the new udev will be available for x86_64?
Offline
I have written a howto on speeding up udev http://wiki.archlinux.org/index.php/Speedup_udev
Nice wiki, took 10 seconds out of my boot-time
Offline
Pages: 1