I'm working on my GoboEee distro, which is quite nice now. It boots really fast, but I'd like it to boot even faster. The longest time it spends waiting on udevsettle.
I tried uncommenting udevsettle in the Udev Task, but that gave some problems. Probably because there are missing devices when it tries to do the rest of BootUp. So, since I mount a tmpfs on /S/K/Devices in the initramfs script and populate it with busybox mdev -s, I thought I could just mount --move it to /new_root/S/K/Devices. And of course the underlying static /dev must contain the right devices, my initramfs /dev is currently: total 0 crw-r--r-- 1 root root 5, 1 2008-09-02 22:12 console brw-r--r-- 1 root root 3, 0 2008-09-02 22:12 hda brw-r--r-- 1 root root 3, 64 2008-09-02 22:12 hdb brw-r--r-- 1 root root 22, 0 2008-09-02 22:12 hdc brw-r--r-- 1 root root 22, 64 2008-09-02 22:12 hdd prw------- 1 root root 0 2008-09-08 22:45 initctl srw-rw-rw- 1 root root 0 2008-09-09 00:45 log brw-r--r-- 1 root root 7, 0 2008-09-02 22:12 loop0 brw-r--r-- 1 root root 7, 1 2008-09-02 22:12 loop1 brw-r--r-- 1 root root 7, 2 2008-09-02 22:12 loop2 brw-r--r-- 1 root root 7, 3 2008-09-02 22:12 loop3 brw-r--r-- 1 root root 7, 4 2008-09-02 22:12 loop4 brw-r--r-- 1 root root 7, 5 2008-09-02 22:12 loop5 brw-r--r-- 1 root root 7, 6 2008-09-02 22:12 loop6 brw-r--r-- 1 root root 7, 7 2008-09-02 22:12 loop7 crw-r--r-- 1 root root 1, 3 2008-09-02 22:12 null brw-r--r-- 1 root root 1, 0 2008-09-02 22:12 ram0 crw-r--r-- 1 root root 1, 8 2008-09-02 22:12 random brw-r--r-- 1 root root 11, 0 2008-09-02 22:12 scd0 brw-r--r-- 1 root root 11, 1 2008-09-02 22:12 scd1 brw-r--r-- 1 root root 11, 2 2008-09-02 22:12 scd2 brw-r--r-- 1 root root 11, 3 2008-09-02 22:12 scd3 brw-r--r-- 1 root root 11, 4 2008-09-02 22:12 scd4 brw-r--r-- 1 root root 8, 0 2008-09-02 22:12 sda brw-r--r-- 1 root root 8, 16 2008-09-02 22:12 sdb brw-r--r-- 1 root root 8, 32 2008-09-02 22:12 sdc brw-r--r-- 1 root root 8, 48 2008-09-02 22:12 sdd crw-rw-rw- 1 root tty 5, 0 2008-09-08 22:45 tty crw-r--r-- 1 root root 4, 0 2008-09-02 22:12 tty0 crw-r--r-- 1 root root 4, 1 2008-09-02 22:12 tty1 crw-r--r-- 1 root root 4, 2 2008-09-02 22:12 tty2 crw-r--r-- 1 root root 4, 3 2008-09-02 22:12 tty3 crw-r--r-- 1 root root 4, 4 2008-09-02 22:12 tty4 crw-r--r-- 1 root root 4, 5 2008-09-02 22:12 tty5 crw-r--r-- 1 root root 4, 6 2008-09-02 22:12 tty6 crw-r--r-- 1 root root 4, 64 2008-09-02 22:12 ttyS0 crw-r--r-- 1 root root 1, 9 2008-09-02 22:12 urandom crw-rw-rw- 1 root root 1, 5 2007-12-27 21:22 zero But when I do this I get two problems: 1) The boot theme (Progress-III) never shows up. 2) dbus-daemon eats 99% CPU (and probably does not work) Any ideas? -- /Jonatan [ http://kymatica.com ] _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel