
Originally Posted by
Elv13
Ridiculous, I can boot Linux in 7 second (to the desktop, with postponed services once Qt and KDElibs are done loading) on a 5400rpm hdd on my laptop and they can't do it in less then 20 sec on a 3x faster SSD...
All they do in Ubuntu is not needed to boot corectly, udev is nice, but it is possible to replicate its features with a bash script sniffing dmesd hardware initalization until it is ready to start, some for urandom and some other. Using python at boot is also not the best choice in the world, it's nice, but slow to start. GDM is totally useless 95% of the time and is about 30mb. It take 17 lines of C to replicate the core functionalities (user switching and envvar init) or we can use "login", but it need to start quite late in the process. By starting very few services while preloading X is the best. Dbus and sysfs are needed for advanced DE, but not with minimals one.